Subversion when using only one system

mpramodjain

Registered
Hi,

Can it be possible to install the client svn(CVS, SCM ...etc) and server svn on one system.

Actually the scenario we have is , only single system but different people will be working on the same project at different times.

If it possible, please let me know some details on howto on this.

Thanks in advance.
 
You should have at least three different versions of your project:

1. User's local copy checked out with subversion from the test server
2. Test server on the web using xpdev, Springloops or other system
3. Live server where test server changes are rolled out to, also managed by Subversion.

SpringLoops is a great system for this for managing multiple users on one project or many projects.
 
Back
Top