ra_dav and svn_ra_check_path not using the requested revision
From: Philip Martin <philip_at_codematters.co.uk>
 
Date: 2005-03-31 17:49:46 CEST 
I'm having problems using svn_ra_check_path over ra_dav:
 #!/bin/bash
 SVN=svn
 $SVN mkdir $REPO/foo                -m "r1 a directory"
 The problem command is
 $ svn cp -r3 http://localhost/repo/foo/z.c http://localhost/repo/x1
 The command works if I use the other RA layers, e.g.:
 $ svn cp -r3 svn://localhost/repo/foo/z.c svn://localhost/repo/x1 -m ""
 Committed revision 6.
 The DAV stuff is really complicated for an outsider to follow, as far
 Is this a known ra_dav bug?
 -- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Mar 31 17:51:05 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.