Source control

  • Thread starter Thread starter mailer
  • Start date Start date
M

mailer

Can someone give me some recommendations on source control software for
dotnet projects.

Regards
Dan
 
mailer said:
Can someone give me some recommendations on source control software for
dotnet projects.

Microsoft Visual SourceSafe?
Integrates reasonably well with VS.Net
JB
 
mailer said:
Can someone give me some recommendations on source control software
for dotnet projects.

Subversion. Powerful, easy to use, good documentation, scales well.

Cheers,
 
The Last Gunslinger said:
Microsoft Visual SourceSafe?
Integrates reasonably well with VS.Net

Hmm. Having been fighting it at various times this morning, I'm not
sure I'd agree.

There are worse problems than it not integrating as well as it might
with VS.NET though:

1) It's not as bullet-proof as it should be. We've had lots of problems
with "Version not found" errors etc. So far the worst thing we've lost
is file history, but others have lost "real" data.

2) It doesn't work well over anything other than a LAN. I *can* get it
to work from home over a VPN, but it's slow as anything.

3) The UI is horrible in various way (not using a worker thread when it
should, non-resizable dialogs in nasty places, etc)
 
Back
Top