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

Re: Multiple developers: listing editors

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-06 15:14:51 CEST

On Jul 6, 2005, at 3:56 AM, Guilhem BONNEFILLE wrote:
>
> In fact, I'm not really looking at a hard-locking system, but simply a
> way to track editors.
> What about an 'edit' sub-command? Is it already planned?

We have no plans to add this feature.

Subversion 1.2 doesn't provide 'hard' locking, but rather 'soft'.
(You can make it 'hard' by using hook scripts). By 'soft', I mean
that anyone can break or steal a lock at any time. The locks are
purely communicative.

You can emulate the cvs 'edit' feature by setting the 'svn:needs-
lock' property on every single file. This will cause all files to be
read-only, and users will have to 'svn lock' to make them read-
write. Then you can examine the repository to see who is editing
which files, by examining lock-owners.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 6 15:18:07 2005

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.