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

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

From: Robert-Jean Denault <Robert-jean.Denault_at_telus.com>
Date: Tue, 25 Oct 2011 16:19:27 -0400

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.

Robert Denault
Programmeur-analyste principal II/ Senior Programmer-Analyst II
TELUS Solutions en santé | avec l'expertise d'Emergis
TELUS Health Solutions | backed by Emergis
T : (450) 928 6000 x 3740
T : 1 (866) 363 7447 x 3740
robert.denault_at_telus.com 
telussante.com  telushealth.com
 

Le présent courriel et tout document joint sont destinés uniquement à la personne ou à l'entité à qui il est adressé et peut contenir des renseignements confidentiels. Si vous n'êtes pas le destinataire visé, veuillez nous en informer sans délai et détruire le courriel et les documents ainsi que toute copie qui en aurait été faite. Merci. 
This email, including any attachments, is for the sole use of the intended recipient and may contain confidential information.  If you are not the intended recipient, please notify us by reply email or by telephone (collect if necessary) and destroy this email and any copies.  Thank you.
.

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

2011/10/25 Robert-Jean Denault <Robert-jean.Denault_at_telus.com>
>
> 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
>
>
>
> svnadmin: E125005: Invalid property value found in dumpstream; consider repairing the source or using --bypass-prop-validation while loading.
>
> svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property
>
>
>
> I can load the repository contents using the --bypass-prop-validation.  If I create a new  dump of this new version 1.7 repository, and attempt to reload it using version 1.7  of svnadmin I get the same error.

I do not know whether anything can be done during dump/load time, but
note that svn:log is an unversioned property that stores commit
message for a revision, and you can change it at any time using

svn propset --revprop -r

(or svn propedit)

Note, that you need to create a pre-revprop-change hook to allow such changes.

Best regards,
Konstantin Kolinko
Received on 2011-10-25 22:20:03 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.