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

Problems/bugs with svnsync

From: Colin Alston <colin_at_thusa.co.za>
Date: Mon, 04 Aug 2008 12:19:42 +0200

Hi

I'm trying to figure out why adding new files through svn's
write-through proxy (SVNMasterUri etc) is broken.

I can modify files file and commit changes to existing files perfectly,
however when I add a new file on the mirror and commit it suddenly goes
wonky with a strange error from DAV.

Is Tortoise 1.5 on drugs, or is this the DAV proxy breaking? I have not
been able to test from a command line client.

<Location /training>
    DAV svn
    SVNPath /var/svn/testing
    SVNMasterURI http://172.31.0.222/svn/testing
    ...
    Require valid-user
</Location>

(Other end is exactly the same without the SVNMasterURI. Ellipses is
LDAP auth)

172.31.0.212 - colin [04/Aug/2008:12:13:09 +0200] "PROPFIND /testing
HTTP/1.1" 207 647 "-" "SVN/1.5.1 (r32289)/TortoiseSVN-1.5.2.13595
neon/0.28.2"
172.31.0.212 - colin [04/Aug/2008:12:13:10 +0200] "OPTIONS /testing
HTTP/1.1" 200 188 "-" "SVN/1.5.1 (r32289)/TortoiseSVN-1.5.2.13595
neon/0.28.2"
172.31.0.212 - colin [04/Aug/2008:12:13:11 +0200] "MKACTIVITY
/testing/!svn/act/0ef8e711-1409-d241-90b9-60ec42d89717 HTTP/1.1" 201 307
"-" "SVN/1.5.1 (r32289)/TortoiseSVN-1.5.2.13595 neon/0.28.2"
172.31.0.212 - colin [04/Aug/2008:12:13:18 +0200] "PROPFIND
/testing/!svn/vcc/default HTTP/1.1" 207 399 "-" "SVN/1.5.1
(r32289)/TortoiseSVN-1.5.2.13595 neon/0.28.2"
172.31.0.212 - colin [04/Aug/2008:12:13:19 +0200] "CHECKOUT
/testing/!svn/bln/15 HTTP/1.1" 201 322 "-" "SVN/1.5.1
(r32289)/TortoiseSVN-1.5.2.13595 neon/0.28.2"
172.31.0.212 - colin [04/Aug/2008:12:13:20 +0200] "PROPPATCH
/testing/!svn/wbl/0ef8e711-1409-d241-90b9-60ec42d89717/15 HTTP/1.1" 207
461 "-" "SVN/1.5.1 (r32289)/TortoiseSVN-1.5.2.13595 neon/0.28.2"
172.31.0.212 - colin [04/Aug/2008:12:13:22 +0200] "PROPFIND /testing
HTTP/1.1" 207 384 "-" "SVN/1.5.1 (r32289)/TortoiseSVN-1.5.2.13595
neon/0.28.2"
172.31.0.212 - colin [04/Aug/2008:12:13:23 +0200] "CHECKOUT
/testing/!svn/ver/15/ HTTP/1.1" 201 320 "-" "SVN/1.5.1
(r32289)/TortoiseSVN-1.5.2.13595 neon/0.28.2"
172.31.0.212 - colin [04/Aug/2008:12:13:24 +0200] "PROPFIND
/testing/!svn/wrk/0ef8e711-1409-d241-90b9-60ec42d89717/test.txt
HTTP/1.1" 400 303 "-" "SVN/1.5.1 (r32289)/TortoiseSVN-1.5.2.13595
neon/0.28.2"
172.31.0.212 - colin [04/Aug/2008:12:13:26 +0200] "DELETE
/testing/!svn/act/0ef8e711-1409-d241-90b9-60ec42d89717 HTTP/1.1" 204 -
"-" "SVN/1.5.1 (r32289)/TortoiseSVN-1.5.2.13595 neon/0.28.2"

[Mon Aug 04 12:13:25 2008] [error] [client 172.31.0.212] Could not fetch
resource information. [400, #0]
[Mon Aug 04 12:13:25 2008] [error] [client 172.31.0.212] (2)No such file
or directory: An unknown activity was specified in the URL. This is
generally caused by a problem in the client software. [400, #0]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-04 12:20:04 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.