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

Re: ra_dav and svn_ra_check_path not using the requested revision

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-04-01 19:28:46 CEST

On Mar 31, 2005, at 6:02 PM, Ben Collins-Sussman wrote:
>>
>
> Philip: thanks for finding this. I promise I'll investigate this
> tomorrow morning.
>

Hm, I can't reproduce this:

-----------------------------------
[sussman_at_BenBook:~/scratch]$ svn co http://localhost/svn/repos wc
A wc/moo1.doc
A wc/svn_error_codes.h
[...]

[sussman@BenBook:~/scratch/wc]$ cd wc; ls avdir
freeschedule
[sussman@BenBook:~/scratch/wc]$ svn rm avdir/
D avdir/._freeschedule
D avdir/freeschedule
D avdir
[sussman@BenBook:~/scratch/wc]$ svn ci -m "remove avdir folder"
Deleting avdir

Committed revision 66.
[sussman@BenBook:~/scratch/wc]$ svn up
At revision 66.
[sussman@BenBook:~/scratch/wc]$ svn cp -r 65
http://localhost/svn/repos/avdir/freeschedule
http://localhost/svn/repos/freefile -m "resurrect file"

Committed revision 67.
-----------------------------------

How is my hand-test different than yours?

The other thing I don't understand about your repro recipe: in your
bash script, I see no '-r' argument in your final 'svn cp' command, yet
you show that in the failure. So what exactly *is* the repro recipe
here?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 1 19:30:10 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.