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

Re: svn: Working copy not locked

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-09 16:09:40 CEST

Joerg Hessdoerfer <Joerg.Hessdoerfer@sea-gmbh.com> writes:

> svnadmin create /tmp/test_repo
> svn co file:///tmp/test_repo test_wc
> cd test_wc
> mkdir a_dir
> svn add a_dir
> svn -m 'test' ci
> touch a_dir/a_file
> svn add a_dir/a_file
> svn -m 'test' ci
> svn update -r1
> touch a_dir/a_file
> svn update
> rm -rf a_dir
> svn update
>
> ... and now, no way to get a_dir back without a co.
>
> Is this an issue? Or already resolved? (I didn't find it...)

I think it's something that Philip may have already fixed... not sure.

> BTW, I'm still using 0.25.0 (but we'll upgrade to 0.29.0 tonight, I promise).

Either way, tell us if your recipe still creates the bug on 0.29.
You're not going to get much tech support reporting a bug on something
four releases old. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 9 16:10:40 2003

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.