Jump to content

bvance

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

bvance's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm unable to start a local plastic server using cloud edition! when I run plasticd.exe I get the following error: Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AspNetCore.Hosting.Abstractions, Version=1.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The system cannot find the file specified. at Codice.CM.Server.WebAdmin.WebServer.StartWebServerAdmin(Object port) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart(Object obj) Any ideas?
  2. I'm currently working on a setup that involves creating two repos on my local server and syncing them with two Plastic Cloud repos; one of these repos contains a relative xlink into the other, which seems to work okay so long as my local repos are named in precisely the way the Xlink expects. However, I have no idea whether this is going to prove workable even in the medium-term. @manu Does this seem like at all a viable approach for sharing a bit of code between different projects using Plastic Cloud? Or if it's not a viable approach, is there any other way you might suggest? FWIW I am simultaneously investigating the possibility of using gitsync with submodules, though that's becoming a whole separate disaster unto itself as detailed in this other thread:
  3. Hi there, I'm trying to use gitsync to synchronize some local plastic repos distributed across my various workstations to one private github repository. My project has one submodule (some shared videogame systems I reuse across projects), which I have successfully pushed to github using gitsync.conf and an xlinked/gitsynced local repo. The problem I'm now encountering is that, when I do the following: 1) Make a fresh local repository and use gitsync to pull from my github repo (which works flawlessly), then... 2) Make some trivial change and attempt to push it back up to github... The push fails, giving me the following error message: "There was a problem unpacking: index-pack abnormal exit" Now, I have no idea why this might be happening. I've noticed, however, that there is a weird discrepancy between the place where I made the initial push and all the places I've attempted to pull it: these fresh repos include a .submodules file in the root of the workspace, while in the original repo no .submodules file exists. So I suppose I have two questions. Am I SUPPOSED to see the .submodules file in my local plastic repos after syncing with a git repo that contains a submodule (or is Plastic supposed to automagically hide that from me)? And of course, the bigger question: why isn't this shit working? I love Plastic and I hate git, but I am interested in open-sourcing some code of mine so this seemed like it'd be the best of both worlds. Really hoping I can get it running nicely.
×
×
  • Create New...