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

Re: permissions (and other) problems

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-16 19:28:26 CEST

Garrett Rooney <rooneg@electricjellyfish.net> writes:

> another thing that's popped up is that if i control-c out of a long
> running update, we end up leaving lockfiles all over the place, even
> though we errored out with SVN_ERR_CANCELED. if someone who has more
> clue about how the locking in libsvn_wc works could explain how this
> can happen, i'd appreciate it. should there be an error condition
> where we leave the working copy locked?

If you interrupt the running of a log file, then the lock on that
directory cannot be removed. You will need to run 'svn cleanup' to
rerun the log file and remove the lock. A log file is a file called
"log" in the .svn directory, if it does not exist then a pool cleanup
handler should remove the lock.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 16 19:29:05 2002

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.