Possible Duplicate:
Using Source Control
So, although even here on stackoverflow are literally dozens things on version control, i can't find something nice to answer all my questions. If you have anything to say or post a link, please do it here.
1., Do I need to start with version control?
While most people agree, that even single developer/programmer should start with version control, nobody (or at least in understandable form) tells
2., How?
In my nature is that I need to know what means CVS, SVN, Tortoise, Git, GitHub and what are the differences, but I struggle to find some dead simple kick-start into world of version control.
As a developer/programmer, I worked or studied almost every programming/markup language, that is major (from pascal to java, from html to php :) ) and used dozens of editors, IDEs and programms. And when somebody mentions you can use source control even for writing stuff - homeworks for studens, annual reports, books... You have to include even more editors...
I have by now no clue how to start with version control, how to incorporate it in my workflow, if do I need server or what.
Thank you for any help in finding what is what and what to do with it :)
EDIT: From all your answers (thank you), I get the feeling it's really only something like "synced folders with history". (in the most obvious way :) ) If yes, can you answer two questions? (numbered 4. and 5., so it wont mix up in answers :) )
4., what if I decide to completely change structure of my program (for ex. in flex, i decide to use two as3 class instead for MXML components) - won't it make confusion?
5., From other questions, how ofted do I commit? (found this question posted and probably answered, lost it again however)
EDIT 2: Again, more answers (thank you)
6., My question 4 was more like if I accidentally (or not) renew some deleted files (which is probably possible), and it will break my program, because for example it depends on other deleted file, which was not undelete, will I be able to get it? :D
7., I see some ways I will look. Thank you for your answers... however, now I'm confused to whom should I give the "good answer", because you were all very helpful :)
Next, I will (for anyone looking for I was looking for and stumbling upon this question):
Read this stackoverflows:
- http://stackoverflow.com/questions/1113412/using-source-control
- http://stackoverflow.com/questions/326429/what-version-control-system-is-most-trivial-to-set-up-and-use-for-toy-projects
Watch this video:
http://excess.org/article/2008/07/ogre-git-tutorial/
While understanding the basics from manuals, I narrowed it down to subversion(+TortoiseSVN) and git(hub), which are most used and most favorited. Only problem I now have with github is that private repository is paid, so I will either look fro different git solution or look more into Subversion.
Big thank you to everyone, I upvoted most helpful answers, also thank you for comments. Adam
Edit: Tried Mercurial, but found it not OK for my workflow... now trying subversion, so I marked oldest subversion answer :)