Anyone using CVS with MSDEV?
How can I use CVS (my current repository) with VS2003?
Did a google search but nothing definitive. Some docu or pointers will
be very helpful
David Wilkinson - 01 May 2006 18:26 GMT
> Anyone using CVS with MSDEV?
> How can I use CVS (my current repository) with VS2003?
>
> Did a google search but nothing definitive. Some docu or pointers will
> be very helpful
Bit byte:
I am no expert on CVS, but I have used it with a VS2003 project. I just
manually add files to the repository as needed. In fact, the two
applications do not really interact at all, other than noticing that the
other has modified the files.
What do you feel you need to know?
David Wilkinson
Bruno van Dooren - 01 May 2006 19:23 GMT
> Anyone using CVS with MSDEV?
> How can I use CVS (my current repository) with VS2003?
>
> Did a google search but nothing definitive. Some docu or pointers will be
> very helpful
Hi bitbyte.
This might help:
http://www.codeproject.com/macro/CVS_with_VSNET.asp

Signature
Kind regards,
Bruno van Dooren
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"
Bit byte - 02 May 2006 02:08 GMT
>>Anyone using CVS with MSDEV?
>>How can I use CVS (my current repository) with VS2003?
[quoted text clipped - 5 lines]
> This might help:
> http://www.codeproject.com/macro/CVS_with_VSNET.asp
Thanks Bruno