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

Re: Locking UI comments

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-10-15 02:06:27 CEST

Branko ÄŒibej <brane@xbc.nu> writes:

> * "svn commit" also accepts --lock, meaning "commit but keep the
> lock". By default, "svn commit" releases all locks.

Generally I like this, but.. does commit release directory locks?

  $ svn lock dir
  $ svn add dir/foo
  $ svn add dir/bar
  $ svn ci dir/foo

Does the client have to detect the problem?

  $ svn ci dir/foo
  svn: commit would leave unlocked modifications
  svn: use --lock to preserve the locks

Does it automatically add --lock as needed?

Does it ignore the problem and leave the working copy with unlocked
modifications?

Are directory locks too hard?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 15 02:24:16 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.