On Thu, Jul 9, 2009 at 10:26 AM, Marc Lustig<ml_at_marclustig.com> wrote:
> Hi,
>
> I am trying to replicate a 1.5.2 based repo (running on RHEL) using svnsync.
>
> The mirror is running 1.6.1 based on Debian lenny.
>
> I installed the pre-revprop-change hook and the init was also successfull.
>
> Then, running the atual sync (non-interactive) results in the
> following error at revision 301 (of 40xxx):
>
> svnsync: Cannot accept non-LF line endings in 'svn:ignore' property
Did you ever get past this? I just addressed it in a big repository
that I was trying to upgrade by using the latest subversion 'trunk'
code, nominally labeled 1.7.0 internally, to build a working svnsync
that addresses this issue. I'm also hoping that 1.6.4 will be released
as quickly as possible to address this.
> I walked thru google and found out that there is some trouble
> (incompatibility) when using 1.x on the mirror side.
> Ok, I installed 1.5.1 on the mirror.
> But still I get the same error:
> svnsync: Cannot accept non-LF line endings in 'svn:ignore' property
Yeah, it's relatively to edit the database files directly for svn:log
errors on the source repository side. But svn:ignore? That's a bit
trickier.
> Anybody knows how to fix this?
>
> Do I have to edit all svn:ignore properties of the original repo?
> What please is the command to do that?
>
> thanks
> Marc
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2369401
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2372431
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-19 17:23:04 CEST