Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property)

2011-10-25 Thread Robert-Jean Denault
I am upgrading our SVN repository from version 1.6.3 (r38063) to version 1.7.0 (r1176462). I am using svnadmin dump (1.6.3), and svnadmin load (1.7.0) to upgrade the contents of the repository, and have run into the following issue. The load operation fails with the following message svnadmi

Re: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property)

2011-10-25 Thread Konstantin Kolinko
2011/10/25 Robert-Jean Denault > > I am upgrading our SVN repository from version 1.6.3 (r38063) to version > 1.7.0 (r1176462). > > > > I am using svnadmin dump (1.6.3), and svnadmin load (1.7.0)  to upgrade the > contents of the repository, and have run into the following issue.  The load > op

RE: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property)

2011-10-25 Thread Robert-Jean Denault
-Message d'origine- De : Konstantin Kolinko [mailto:knst.koli...@gmail.com] Envoyé : October 25, 2011 2:36 PM À : Robert-Jean Denault Cc : users@subversion.apache.org Objet : Re: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' proper

Re: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property)

2011-10-26 Thread Stefan Sperling
On Tue, Oct 25, 2011 at 04:19:27PM -0400, Robert-Jean Denault wrote: > Hello Konstanti, > > The repository has more than 30,000 revisions in it. There are thousands of > entries, that contain "non-LF" line endings. The dump and load did not have > this issue in version 1.6, this is new to 1.7.

RE: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property)

2011-10-26 Thread Robert-Jean Denault
Konstantin Kolinko; users@subversion.apache.org Objet : Re: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property) On Tue, Oct 25, 2011 at 04:19:27PM -0400, Robert-Jean Denault wrote: > Hello Konstanti, > > The repository has more than 30,

Re: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property)

2011-10-26 Thread Stefan Sperling
On Wed, Oct 26, 2011 at 09:28:39AM -0400, Robert-Jean Denault wrote: > Hello Stefan, > > The properties were set during commits with Tortoise SVN and SubClipse. It's possible that subclipse clients didn't properly encode log message data sent to the server. BTW, another trick to fix the issue is

RE: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property)

2011-10-26 Thread Robert-Jean Denault
mailto:s...@elego.de] Envoyé : October 26, 2011 10:13 AM À : Robert-Jean Denault Cc : Konstantin Kolinko; users@subversion.apache.org Objet : Re: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property) On Wed, Oct 26, 2011 at 09:28:39AM -0400, R

Re: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property)

2011-10-27 Thread Daniel Shahaf
#!/bin/sh script. > done > > Thanks for your help, > > Robert Denault > > -Message d'origine- > De : Stefan Sperling [mailto:s...@elego.de] > Envoyé : October 26, 2011 10:13 AM > À : Robert-Jean Denault > Cc : Konstantin Kolinko; users@subversion

Property encoding (was: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property))

2011-10-26 Thread Markus Schaber
Hi, Von: Stefan Sperling [mailto:s...@elego.de] > BTW, another trick to fix the issue is to copy the repository using > svnsync. As of Subversion 1.6.3 (which is fairly old), svnsync normalizes > all svn:* properties to LF line-endings automatically. Out of curiosity: how do Svn and svnsync disti

RE: Property encoding (was: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property))

2011-10-26 Thread Bert Huijben
> -Original Message- > From: Markus Schaber [mailto:m.scha...@3s-software.com] > Sent: woensdag 26 oktober 2011 16:49 > To: Subversion Users (users@subversion.apache.org) > Subject: Property encoding (was: Error during svnadmin load (svnadmin: > E125005: Cannot accept n

RE: Property encoding (was: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property))

2011-10-26 Thread Daniel Shahaf
org) > > Subject: Property encoding (was: Error during svnadmin load (svnadmin: > > E125005: Cannot accept non-LF line endings in 'svn:log' property)) > > > > Hi, > > > > Von: Stefan Sperling [mailto:s...@elego.de] > > > BTW, another trick to fix t

Re: Property encoding (was: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property))

2011-10-26 Thread Les Mikesell
On Wed, Oct 26, 2011 at 11:39 AM, Daniel Shahaf wrote: > >> > Could svnsync mistakenly "fix" a binary property which happens to contain >> > CR-LF byte sequences? >> >> Within the svn:* namespace there are no binary properties. >> > > But if svn 1.8 defines a binary svn:* prop, then svnsync 1.7 wi