This forum is in permanent archive mode. Our new active community can be found here.

I want to learn a version control system?

edited June 2008 in Technology
This is aimed primarily at Scott but anyone else is welcome to chime in. I'm interested in learning to use a version control system but I don't wish to spend more than 1 night (approx. 4-5 hours) learning to use it.

I've installed CVS and SVN in the past but it took 2-3 nights of reading and googling to get the servers up and running and poking things into the server and such. At this point I barely remember what little I learned to get the systems up and running. I never really got past the "test it out" stage before throwing in the towel.

I have since reinstalled the server and would like to get a version control running again but I'd rather write code than spend hours learning a system and it's ins and outs.

Can anyone direct me to a guide or something? or am I simply beyond help?

Comments

  • It will take more than a few hours to fully learn version control, especially on your own. I suggest you start out by learning to use RCS. Don't bother with a server or anything. Just use it locally, in a folder of text files. CVS is based on RCS, and SVN is based on CVS.

    Personally, I've been using Git, and I find it far superior to everything else out there. However, it is quite a different concept than the others, and you probably will not be able to utilize its awesomeness until you have more experience with version control.
Sign In or Register to comment.