What Source Control?

Posted by Hein du Plessis on Stack Overflow See other posts from Stack Overflow or by Hein du Plessis
Published on 2009-11-26T13:58:15Z Indexed on 2010/04/01 2:43 UTC
Read the original article Hit count: 407

I desperately need source control to manage projects between more than one developer.

A long time ago I used Visual Source Safe and it worked quite well.

Can anybody recommend a free substitute? I have the following basic requirements:

  • I need to host the repository on my own server.
  • I do not want extra clutter within my source files, like CVS does.
  • I need proper check in / check out, so that nobody can change a module until I've checked it back in.
  • I don't want / need source code merging / branching.

We use Delphi for web development, so many html files, images, sql files, etc.

Any recommendations?

© Stack Overflow or respective owner

Related posts about version-control

Related posts about delphi