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

svn copy problems

From: Dmitri Dolguikh <dmitri.dolguikh_at_abridean.com>
Date: 2003-07-09 23:17:35 CEST

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
Received on Wed Jul 9 23:17:28 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.