What is Subversion?
Subversion is a version control system which maintains different versions of your documents and files, allowing you to get the latest versions or previous versions easily.
Some of the major advantages for using Subversion are:
- It is open-source and thus is free.
- Setting up Subversion and managing users is a simple affair.
- Subversion is rated to handle binary files comparatively better to the widely used Concurrent Versions System. Thus, image files can be handled better.
- Subversion can be integrated with Eclipse using a plug-in named Subclipse, which is useful for developers who like working from within an IDE.
- An open-source client (TortoiseSVN) makes accessing and using Subversion from Windows systems easy. Tortoise operates as a windows-shell client and is integrated into the windows explorer.
Using Subversion
Subversion is based on a client-server model, which means that a server process actually monitors and manages access to your files.
( Note: you can also run Subversion as a standalone program to store your personal files but if you choose to do so, you will not be able to access your files from other systems. This article is describing a scenario where you would want to access your files from multiple systems.)
To set up a subversion server, follow the steps outlined in this excellent post.
If you have installed the Subversion server successfully (with Apache), then install a client that will be used to access and modify the files managed by Subversion. To keep things simple, we will focus on setting up Tortoise SVN ( a Subversion client) and use it
To set up the subversion client (TortoiseSVN), follow the steps outlined in this post.
Once you have a server and client system setup, you can access Subversion, check out and check in files, as many times as you like.
Subversion / TortoiseSVN resources
No comments:
Post a Comment