> Sorry for the lack of clarity, I'll give it another go,
>
> I want to be able to edit one solution, as a complete and separate solution,
> on two separate systems (one at a time only and carrying a copy of the
> solution files between them), but have both sourcesafe databases made
> "up-to-date" when I open the solution on each machine.
It sounds like you're asking how to use one solution (whether the same
files or individual copies) to keep two independent source control
databases updated. Is this correct? If so, there is no *efficient*
way to do this that I'm aware of. The normal way to detach a solution
from a single source control database in Visual Studio is by using the
File -> Source Control -> Change Source Control option and clicking
"Unbind" for all projects in the solution. This would allow you to
remove the VSS bindings and then add your solution to a different VSS
database, but the relationship is lost at that point, and I'm not
aware of any way to simply re-import it later and have it merge with
the original VSS data as a simple bulk update. I'm sure someone out
there has a creative way to do it, but it would be far from efficient,
if it worked at all.
MFK - 29 Sep 2007 21:45 GMT
Thanks for the response Chris.
this is pretty much what I had suspected (Do what ?!? No way!)
I'll just have to live with it being up to date in one database :-)
MFK
> > Sorry for the lack of clarity, I'll give it another go,
> >
[quoted text clipped - 16 lines]
> there has a creative way to do it, but it would be far from efficient,
> if it worked at all.