Issues Moving to CVS from VSS
We are considering moving from VSS to CVS but have run into some feature differences (i.e. sharing) that we currently rely on to distribute shared libraries to all dependant projects.
Our primary constraint is that we want to keep using VS.NET (specifically solution files) for development.
The two solutions we've come up with are: place the shared libraries (dlls) in well known locations and use relative paths to reference them. Or somehow integrate NAnt scripts into the local developer build process and build all the dependancies whenever the source changes.
I know this has been solved before as it is not specifically a CVS issues, but rather a shared library issue. Anyone have any suggestions?