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

Re: Avoiding unexpected Concurrent Development

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Thu, 03 Apr 2008 09:59:03 -0400

Alejandro Lopez Rama(correos) wrote:
> Is there a way to check out the only sources I want to use, and when
> I want to check them out, know if someone else has checked it out
> before?

No, Subversion only operates on directories, not individual files. You
should probably read the discussion here:

http://svnbook.red-bean.com/en/1.4/svn.basic.vsn-models.html#svn.basic.vsn-models.lock-unlock

for the philosophy behind Subversion's design, which is (like CVS)
biased towards concurrent development. However, in the spirit of
TMTOWTDI*, you can also read this section:

http://svnbook.red-bean.com/en/1.4/svn.advanced.locking.html

for how you can limit concurrent development on specific files. In fact
you should probably read the entire book, if you want to do a complete
evaluation.

John

* TMTOWTDI = There's More Than One Way To Do It

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-03 15:59: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.