Using Subversion with online storage and file protocol
From: Andy Stone <andrew.stone_at_ucl.ac.uk>
Date: Thu, 3 Dec 2009 07:40:37 -0800 (PST)
I am planning to use Subversion on a project with a small number of trusted developers (less than 5). We don’t have access to a server on which we can set up svnserve, so instead I am planning to store the repository with one of the many online storage providers, mounting the storage space as a virtual network drive on each users machine, and have everyone access the repository directly using the file:/// protocol (e.g. using Microsoft’s SkyDrive + Gladinet Cloud Desktop).
Is this approach safe (i.e. will not result in a corrupted repository)? I have seen previous posts which imply that it is safe to do this on an NFS server (safe, but not necessarily sensible**).
Any suggestions of alternative ways to run a repository for a small team without access to a suitable server (other than going with a commercial hosting provider)?
Thanks,
** I am aware of the downsides of using the file:/// protocol, mainly the potential for someone to muck about with the repository (delete/edit files). In this case I trust the developers not to do that (and can keep separate backups of the repository in case something bad does happen).
------------------------------------------------------
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.