Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Suggestions please for a home version control system

I have a home project that really needs to be in Source Control. I tried installing Subversion, which I have some experience with, but couldn't get it working. I don't particularly want to use SourceSafe. I'm a bit nervous about Git/Mercury as being somewhat cryptic, although this is only based on opinion rather than my experience.

Main requirements are:

  1. Must be open source (well, it needs to be free but that sounds a bit cheap!)
  2. Must run on Win32
  3. Would prefer a GUI interface if one is available

Many thanks in advance!

edit: Just to let you all know, I installed VisualSVN and had it working in no time. Thanks for the great advice.

like image 661
endian Avatar asked Oct 20 '08 13:10

endian


People also ask

Which is an example of a version control system?

Some popular version control systems are Git (distributed), Mercurial (distributed), and Subversion (centralized). In centralized version control, each user gets his or her own working copy, but there is just one central repository.

What are the three types of version control?

The types of VCS are: Local Version Control System. Centralized Version Control System. Distributed Version Control System.


1 Answers

I know you mentioned you already tried Subversion and had some issues but you really can't beat the easy install & configuration of

VisualSVN Server

Insanely easy to setup & maintain.


Use VisualSVN for the back-end and TortoiseSVN for the client and you'll be up and running in no time.

Plus you can always do an svndump of the VisualSVN repository if you want to switch to something else down the road.

like image 91
Mark Biek Avatar answered Sep 18 '22 13:09

Mark Biek