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

RE: svnsync failed: 200 OK

From: Andrea Antonio Maleci <A.Maleci_at_iwbank.it>
Date: Tue, 14 Apr 2009 10:05:25 +0200

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_at_greenmice.info]
Sent: lunedì 13 aprile 2009 10.25
To: users_at_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_at_subversion.tigris.org].
Received on 2009-04-14 10:06:28 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.