Editing svn:log property on file
From: Srdan Dukic <srdan.dukic_at_gmail.com>
Date: Tue, 30 Oct 2012 15:20:24 +1300
Hi,
I'm trying to setup an subversion replication between two servers (both
Cannot accept 'svn:log' property because it is not encoded in UTF-8 [500,
I've figured out which property it is, but the problem is that it is the
This is the "svn:log" property on the revision, which is not causing the
$ svn propget --revprop -r 6107 --strict svn:log "
This is the "svn:log" property on the actual file which was modified, which
$ svn proplist -v servicePack_merge.c5x
I've tried modifying this property on the file, as opposed to the revision,
svn propedit -r 6107 --revprop svn:log "
I've also tried this command to edit the property:
svn propedit -r 6107 svn:log
But still no luck. Can anyone tell me how to modify the "svn:log" property
Thank you
-- Srdan DukicReceived on 2012-10-30 03:21:02 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.