source control

  • Thread starter Thread starter Ilyan Mishiyev
  • Start date Start date
I

Ilyan Mishiyev

Are there any tools in VS.Net, like in VB6( "checkin, checkout") for source
control, embedded into the IDE, or sourceSafe should be used externally?
 
Ilyan Mishiyev said:
Are there any tools in VS.Net, like in VB6( "checkin, checkout") for
source control, embedded into the IDE, or sourceSafe should be used
externally?

Some versions of VS.NET come with Microsoft Visual SourceSafe which will
integrate with the VS.NET IDE. Alternatively you can use a CVS like
Subversion:

Subversion
<URL:http://subversion.tigris.org/>

AnkhSVN: A Subversion addin for Microsoft Visual Studio .NET
<URL:http://ankhsvn.tigris.org/>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top