You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Dmitri Dolguikh <dm...@abridean.com> on 2003/07/09 21:17:35 UTC

svn copy problems

Hi everybody,

I'm trying to create a branch and having a hard time with svn copy.  I 
tried url to url and working copy to url copying and I always end up 
with the following messages:

svn: RA layer request failed
svn: Commit failed (details follow):
svn: The path was not part of a repository
svn: PROPFIND request failed on '/'
svn: PROPFIND of '/': 405 Method Not Allowed (https://revisionist.blah.net)

and here is the interesting tidbit from the apache access log:
...
192.168.0.118 - - [09/Jul/2003:17:58:30 -0300] "CHECKOUT 
/svn/tests/test_repository/!svn/ver/0/ HTTP/1.1" 201 431 "-" 
"neon/0.23.9 SVN/
0.24.2 (r6284)"
192.168.0.118 - - [09/Jul/2003:17:58:30 -0300] "CHECKOUT 
/svn/tests/test_repository/!svn/ver/0/ HTTP/1.1" 201 431 "-" 
"neon/0.23.9 SVN/
0.24.2 (r6284)"

This is were the things are starting to break:

192.168.0.118 - - [09/Jul/2003:18:02:30 -0300] "PROPFIND /svn/tests 
HTTP/1.1" 403 385 "-" "neon/0.23.9 SVN/0.24.2 (r6284)"
192.168.0.118 - - [09/Jul/2003:18:02:30 -0300] "PROPFIND /svn/tests 
HTTP/1.1" 403 385 "-" "neon/0.23.9 SVN/0.24.2 (r6284)"
192.168.0.118 - - [09/Jul/2003:18:02:30 -0300] "PROPFIND /svn HTTP/1.1" 
405 403 "-" "neon/0.23.9 SVN/0.24.2 (r6284)"
192.168.0.118 - - [09/Jul/2003:18:02:30 -0300] "PROPFIND /svn HTTP/1.1" 
405 403 "-" "neon/0.23.9 SVN/0.24.2 (r6284)"
192.168.0.118 - - [09/Jul/2003:18:02:30 -0300] "PROPFIND / HTTP/1.1" 405 
400 "-" "neon/0.23.9 SVN/0.24.2 (r6284)"
192.168.0.118 - - [09/Jul/2003:18:02:30 -0300] "PROPFIND / HTTP/1.1" 405 
400 "-" "neon/0.23.9 SVN/0.24.2 (r6284)"

The apache config:
<Location /svn/tests>
      DAV             svn
      SVNParentPath   /source/repositories/tests
      SVNIndexXSLT    "/svnindex.xsl"
</Location>

Any ideas what went wrong?

Thanx,
-Dmitri





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org