I'm doing a web project when I discovered that I need to save my other versions of a file I'm editing so I can easily revert back if something odd happens. I did a little research and found Subversion. But I really don't get the idea of Subversion. Please help me! I'm thinking twice if I can really use it for my project or not. I want to learn new things like Subversion so I can improve my software engineering skills. Thanks in advance!
|
|
If you are choosing a VCS system from scratch, I would recommend checking out GIT. You can set up a free repository at github.com and they have lots of good documentation as it is somewhat of a steep learning curve. Git is very impressive on resumes. Git and Mercurial (Distributed VCS) are very neat systems and they are definately the wave of the future in my opinion. Here is the open source book for GIT: |
||||
|
|
|
There' the free subversion book if you have your heart set on svn: You may also want to consider something like Mercurial or Git which are becoming more popular. |
|||
|
|
|
Perhaps you should read "Version Control with Subversion", which covers nearly everything you'll need to know about subversion. http://svnbook.red-bean.com/ It is published by O'Reilly, but is available for free online. |
|||
|
|
|
I think this is pretty straight-forward:
From the Subversion Book |
|||
|
|
|
I found some easy presentations and exercises under http://subtrain.tigris.org They cover basic wokingcycle and server installation. There is lesser texts than the subversion book. So it should be easy to get the basics. |
|||
|
|
|
Mercurial is a distributed (no central server needed) version control system similar to Git, and in some ways it may be easier to use than Git. Joel Spolsky has written a beginner's guide to Mercurial at hginit.com. |
|||
|
|
|
If you want use Subversion to manage the project, I think you must read some basic Knowledge of it,you can find them by google. Good Luck:). |
|||
|
|