A Aaron Feb 18, 2004 #1 does anyone know of a source control system for asp.net development like CVS?
M Marshal Antony Feb 18, 2004 #2 I use Visual SourceSafe with Visual Studio .NET which works very well. Have a look at this link in MSDN. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/tdlg_rm.asp Hope this helps. Regards, Marshal Antony ..NET Developer http://www.dotnetmarshal.com
I use Visual SourceSafe with Visual Studio .NET which works very well. Have a look at this link in MSDN. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/tdlg_rm.asp Hope this helps. Regards, Marshal Antony ..NET Developer http://www.dotnetmarshal.com
G Guest Feb 18, 2004 #3 Hi, You could also use CVS in conjunction with the WinCVS Client. The Source Control will not integrate with VS.NET but it works fine otherwise. If you want integration with VS.NET then I guess Visual Sourcesafe is the best. HTH Regards Harsh Thakur
Hi, You could also use CVS in conjunction with the WinCVS Client. The Source Control will not integrate with VS.NET but it works fine otherwise. If you want integration with VS.NET then I guess Visual Sourcesafe is the best. HTH Regards Harsh Thakur
K Kristof Van Praet Feb 18, 2004 #4 There is a plugin for Visual Studio.NET available that allows you to use CVS in Visual Studio.NET. You can find more information here: http://www.pushok.com/soft_cvs.php Regards, Kristof
There is a plugin for Visual Studio.NET available that allows you to use CVS in Visual Studio.NET. You can find more information here: http://www.pushok.com/soft_cvs.php Regards, Kristof
M Michael Mayer [C# MVP] Feb 18, 2004 #5 If you use CVS, I also highly recommend TortoiseCVS to integrate into windows explorer.