RE: Using Subversion with online storage and file protocol
From: Bob Archer <bob.archer_at_amsi.com>
Date: Thu, 3 Dec 2009 15:26:43 -0500
> I am planning to use Subversion on a project with a small number of
No, don't do this. The file:// protocol is for single user access only. Your repository could become corrupted when more than one access it at the same time.
>
I believe there are some free svn hosters out there.
http://cplus.about.com/od/usefulonlineresources/Useful_Online_Resources.htm
...or for maybe $10 a month you could probably get what you need on a place like unfuddle.com or others.
If you don't want to go that way then one of the 5 devs could host the repository on his own machine and run either apache or svnserve routing the port.
Another option of course is to use a distributed vcs like Git or Mecurial.
BOb
------------------------------------------------------
Please start new threads on the <users_at_subversion.apache.org> mailing list.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.