Strange error - posible bug
From: Damir Dezeljin <programing_at_mbss.org>
Date: 2003-01-09 15:59:28 CET
Hi.
I'd set up a repository on my Debian Woody box using Subversion 0.16.0
I'm using a staticaly linked svn client from r4301 (because the svn
I deleted a directory containing one file. Then I commit the changes.
When I have authentication disabled all works fine, but if I enable
---- ~/mydir$ svn cp -r 20 http://myhost/mydir/deleted_dir . A deleted_dir/something.txt Checked out revision 20. svn: Attempted to lock an already-locked dir svn: working copy locked: . svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) ~/mydir$ svn status ? deleted_dir ~/mydir$ cd deleted_dir ~/mydir/deleted_dir$ svn status -v 20 20 dezo . 20 20 dezo something.txt ---- My authentication config: ---- AuthType Basic AuthName "Subversion repository" AuthUserFile /var/svn/.htpasswd Require valid-user ---- So I don't allow anything without the username/password. Regards, Dezo --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Jan 9 16:05:43 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.