source control software

  • Thread starter Raymond Lewallen
  • Start date
R

Raymond Lewallen

Does anyone recommend a good source code control software other than Visual
SourceSafe that integrates well with VS2003? One specific requirement we
have is to require that comments be entered on an edited file before it can
be checked in, which through our experience, VSS does not have a
configuration for that kind of requirement.

Thank you,

Raymond Lewallen
Federal Aviation Administration
 
M

Matt Hawley

I would suggest using Vault (http://www.sourcegear.com/vault) However, due to the limitations of Source Control integration into VS.NET, you'll never get the option that you wish for applying comments.

Matt Hawley, MCAD .NET
http://www.eworldui.net

Does anyone recommend a good source code control software other than Visual
SourceSafe that integrates well with VS2003? One specific requirement we
have is to require that comments be entered on an edited file before it can
be checked in, which through our experience, VSS does not have a
configuration for that kind of requirement.

Thank you,

Raymond Lewallen
Federal Aviation Administration
 
C

CJ Taylor

hey Raymond,

We've actually been happy with NG3 over here. Been using it about 8 months
now.

http://www.ngsource.com

Pretty similar to VSS, direct VS2002/2003 integration, basically acts as a
VSS standin/proxy. The new version is pretty good, and for 99 bux a
license, smokes VSS.

I li
 
S

Steven H

Does anyone recommend a good source code control software other than Visual
SourceSafe that integrates well with VS2003?

SubVersion - http://subversion.tigris.org/
Windows Shell Extension for SubVersion - http://tortoisesvn.tigris.org/
Visual Studio .NET addin for SubVersion - http://ankhsvn.tigris.org/

SubVersion vs Visual Source Safe - http://www.wadhome.org/svn_vs_vss.txt

SubVersion has its own inbuilt server but if you want to use something a
bit more robust (read seucure) you can use the Apache web server.

there is no IIS isapi filter currently available which will let you use
subversion respritorys over iis - i am currently investigating building one
but at least at this point in time its a bit over my head.
One specific requirement we
have is to require that comments be entered on an edited file before it can
be checked in, which through our experience, VSS does not have a
configuration for that kind of requirement.

the source code for the front-ends are available, the developers are
aproachable so if a feature isnt there ask them or code it yourself.
 

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

Top