Mid-size project recommended source tree
This is the first time I'm involved in a mid-size project (just two developers). We're using Visual C# Express, and I set up a CVSNT server to keep control of our sources (also first time using cvs).
Our application is made of 5 major components and GUI application gluing up the whole thing. I think each of us will be probably working on different sets of files (different components) and we'll be creating little console applications for testing the individual components during development.
I'm not shure is this is the standard way of doing things (is there even a standard way?), and in case it is so, what would be the recommended source tree structure for easy interaction with the CVS server and VCExpress IDE?
Could you point me to any books/resources about this kind of development issues involving small tems?
Thanks in advance.
Best regards,
Santiago

