[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Can subversion be used tocontrol a shared directory?

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Sun, 1 Jun 2008 18:00:55 -0500

On May 30, 2008, at 08:33, Mark Cimini wrote:

> I was wondering if Subversion has been used to source code
> control of a shared subdirectory among users? Basically a disk is
> NFS'ed and a small team shares the development subdirectory. I'd
> like subversion to occasionally go in an capture the state of the
> tree. Reasons include that some COTS tools do not lend themselves
> to the standard SCC model. These tools usually think of the
> development space as there own. Also some development is R&D where
> there is "architecture on the fly."
> Any pointers to how others have dealt with this or what proper
> terms to use when describing this?

Do not do this when using Subversion. Doing so is prone to problems
and negates many of the advantages of using Subversion (or any
version control system). Read the book for how to use Subversion
properly. The first point will be that each developer has a working
copy unique to them, not shared with anyone else.

http://svnbook.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-02 01:01:28 CEST

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.