How to use SVN for beginners
|
|
surface from Linux by Examples has written two ‘getting started for SVN’ articles that I find it interesting and useful for beginners.
The article covers important SVN operation (checkout,diff,update,import, check in) necessary for managing a software project.
Here’s the link to the article :
What is SVN (Subversion)
SVN or subversion is an open source tool used for revision control system similar to CVS. It is widely use by popular open source project such as Apache, KDE, Gnome, Python and Samba as their version control program.
Open Source repository site like SourceForge and Google Code Project Hosting provides SVN hosting for free and open source project.
Further Reading
You can find more information about SVN (or Subversion) and maintaining open source software by reading these books:
- Producing Open Source Software: How to Run a Successful Free Software Project
- Version Control with Subversion
Visit SVN (Subversion) Official website for more information about the system.
[tags]svn,subversion,cvs,version control, opensource, open source[/tags]
Tags: development, google, google project, open source, subversion, svn
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- FLV2MPEG4 : Convert FLV to MPEG4
- Planned Improvements on PHP FeedCreator-ppt (1.8.0)
- Google Code supports Open Source project hosting
- Google Code Hosting now supports Git!
- Buzz!! – Yahoo like IM shake with Pidgin Nudge plugin
- Start64 – Start using 64 bit (Linux) Operating System Now
- Should Ubuntu prevent “sudo rm -rf /” command ?


April 19th, 2007 at 9:35 am
[...] How to use SVN for beginners [...]
April 20th, 2007 at 5:34 pm
[...] How to use SVN for beginners [...]
July 19th, 2008 at 10:11 am
[...] SVN – Sub Version Source Control for Managing your code. Tutorial on how to use SVN http://blog.mypapit.net/2007/04/how-to-use-svn-for-beginners.html Google Provides online free SVN repository at [...]
April 17th, 2011 at 9:30 pm
Wow, what a great guide! Thank you so much for this. Before I couldn’t use subversion at all and now I’m really flying.