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

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
(r3987). I'm using .deb packages from:
http://people.debian.org/~cjwatson/subversion-woody

I'm using a staticaly linked svn client from r4301 (because the svn
client that come in those .deb packages produce a segmentation fault for
the below operation).

I deleted a directory containing one file. Then I commit the changes.
After that I want to unvalidate my changes, so I want to make a copy of an
old revision of this directory:
~/mydir$ svn cp -r 20 http://myhost/mydir/deleted_dir .

When I have authentication disabled all works fine, but if I enable
authentication (see below) I get the following things:

----
~/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.org
Received 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.