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

RE: Re: Re: Svnsync error on 1.6.6

From: Wayne Koepcke <wayne.koepcke_at_chordiant.com>
Date: Wed, 16 Dec 2009 14:00:51 -0800 (PST)

Thanks for all the help with this everyone.

All our replicas have sync'd. There were 4 replicas facing this issue and each had over 25 thousand revisions.

I thought I would need to take Stefan's advice and script something using iconv.

But in the end there were only about a half dozen problems in each replica. I kept an eye on the sync and fixed any problems using the process below.

By the end of the day all syncs had finished.

Process:
----------------------------------------
On master server
1) svn proplist -v --revprop -r 7861 file:///usr/local/repos/MyRepo/ | iconv --to-code UTF8//IGNORE -o /tmp/iconv.out

2) Remove extra property definitions from /tmp/iconv.out

3) svn propset svn:log --revprop -r 7861 -F /tmp/iconv.out file:///usr/local/repos/MyRepo

4) On replica server start the sync again

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

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-16 23:01:55 CET

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.