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

Re: committing and locks

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-04-15 20:46:55 CEST

On Apr 15, 2005, at 1:30 PM, SteveKing wrote:

> Hi,
>
> Since I don't have a windows binary of the CL client available right
> now I ask here:
>
> If a user has two files locked, one of them modified, do both files
> get the lock removed if a 'svn ci' is done?

Yes, we decided that 'svn commit' will, by default, release any locks
that it discovers while walking over the working copy -- even if the
files are unmodified.

This behavior can be overridden with 'svn ci --no-unlock'. There's
also a runtime option in ~/.subversion/config for it.

>
> What happens with an 'svn ci file1 file2'?

The modified file's changes are committed, and both locks are released.

>
> And on another subject:
> Will the 1.2 windows binary be built against the berkeley db 4.2 or
> 4.3? I'd like to link TSVN against the same version the CL client
> does.

For 1.1.x, it's always been BDB 4.2.52. For 1.2, it will be 4.3.27.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 15 20:48:56 2005

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.