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

Re: Editing svn:log property on file

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 30 Oct 2012 04:57:20 +0200

Srdan Dukic wrote on Tue, Oct 30, 2012 at 15:20:24 +1300:
> Hi,
>
> I'm trying to setup an subversion replication between two servers (both
> running version 1.6.11). When I try to replicate the data, I get the
> following error in the logs:
...
> But still no luck. Can anyone tell me how to modify the "svn:log" property
> on the file itself, as opposed to the revision property? Has anyone seen
> this issue before?

By the way, there is another solution: you try doing a dump/load of the
revision that sets the bogus property value. (Dump from the master,
load on the slave.) (You could generate the dump with svnrdump -r N or
with 'svnadmin dump -r N --deltas --incremental'.) Pass
--bypass-prop-validation to 'svnadmin load'.

[ Note for the archives: the sense of the --bypass-prop-validation
boolean (presence/absence) flag was reversed, for revision properties
only, up to 1.7.7 (inclusive). See r1237779. ]
Received on 2012-10-30 03:57:59 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.