I've got things set up and working for the most part, but I'm still having one problem. We have several projects that share files in one common directory, so our directory structure (and cvs project structure) looks something like this...
cvsprojects common include source lib project1 project2 project3 etc...
Our VS .NET projects include files from both the project directories, as well as from the common directory (specifically the include and source subdirectories). Is there any way to get all of these bound to the appropriate files in CVS? I've defined the appropriate settings in the cvs modules file, which works fine with CVS at the command line, but that doesn't seem to be doing the trick within VS .NET.
Any help is greatly appreciated,
Jeremy Barron
|