You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Vladimir Rusinov <vl...@greenmice.info> on 2009/04/13 08:24:46 UTC

svnsync failed: 200 OK

Hi.

I'm trying to create svn replica, using this howto:
http://www.linuxquestions.org/blog/yourshadow03-415969/2009/1/12/svn-replication-1511/

I've successfully initialized replica and synced up to revision 4080 (of ~10
000 total) and not I'm getting following error:

svn@localhost$ svnsync --username svnsync sync file:///var/svn/myproject/
https://svn.myproject.com
svnsync: REPORT request failed on 'https://svn.myproject.com'
svnsync: REPORT of 'https://svn.myproject.com': 200 OK (
https://svn.myproject.com)

I'm sure that permissions is ok, and there are no errors in myproject.com's
logs. There is enough disk space and revisions 4080 and 4081 does not seems
unusual.

Source host (https://svn.myreplica.com) running RHEL 4 and subversion 1.4.6.
Replica running ubuntu feisty and subversion 1.4.3.

Any ideas?
Thank you.

-- 
Vladimir Rusinov
http://greenmice.info/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1685484

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: svnsync failed: 200 OK

Posted by Andrea Antonio Maleci <A....@iwbank.it>.
Vladimir,
I had a similar error using svn log. It was because I had a non UTF-8 comment to my commit.
Try if it is the same using svn log https://svn.myproject.com<https://svn.myproject.com/>: you should have the same error.
You will not have errors if you work with files, running on your svn server: svn log file:///repository/of/my/svn</repository/of/my/svn>
If it is the same, hou have to change wrong comments, using svn propset.



________________________________
From: Vladimir Rusinov [mailto:vladimir@greenmice.info]
Sent: lunedì 13 aprile 2009 10.25
To: users@subversion.tigris.org
Subject: svnsync failed: 200 OK

Hi.

I'm trying to create svn replica, using this howto: http://www.linuxquestions.org/blog/yourshadow03-415969/2009/1/12/svn-replication-1511/

I've successfully initialized replica and synced up to revision 4080 (of ~10 000 total) and not I'm getting following error:

svn@localhost$ svnsync --username svnsync sync file:///var/svn/myproject/ https://svn.myproject.com
svnsync: REPORT request failed on 'https://svn.myproject.com'
svnsync: REPORT of 'https://svn.myproject.com': 200 OK (https://svn.myproject.com)

I'm sure that permissions is ok, and there are no errors in myproject.com<http://myproject.com>'s logs. There is enough disk space and revisions 4080 and 4081 does not seems unusual.

Source host (https://svn.myreplica.com) running RHEL 4 and subversion 1.4.6.
Replica running ubuntu feisty and subversion 1.4.3.

Any ideas?
Thank you.

--
Vladimir Rusinov
http://greenmice.info/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1706093

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].