Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It will be the next revision after the one you've seen the Committed message for. For example I took and manually edited a repository to have invalid data in svn:log for revision 3. Then I did a sync to another repo and got this output:</p> <pre><code>$ svnsync sync file://`pwd`/dest Transmitting file data . Committed revision 1. Copied properties for revision 1. Transmitting file data . Committed revision 2. Copied properties for revision 2. svnsync: Cannot accept 'svn:log' property because it is not encoded in UTF-8 </code></pre> <p>The patch you referenced had the option renamed to <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3817" rel="nofollow"><code>--source-prop-encoding</code> and was added with 1.7.0</a>. If you expect your svn:log properties to be UTF-8 then you probably just want to keep fixing them as you dump though I'd guess that this may be a sign that something is corrupted in the source repository.</p> <p>If you know that your svn:log properties are not in UTF-8 then I'd suggest that you use a newer version of Subversion with the <code>--source-prop-encoding</code> option.</p> <p>You can use Subversion 1.7.x binaries to do the sync even if you want to maintain compatibility with a 1.6.x server/client. For one thing old format repositories can always be read/written by newer versions. But also the <a href="https://subversion.apache.org/docs/release-notes/1.7.html#compatibility" rel="nofollow">format for the repository didn't change between 1.6.x and 1.7.x</a>.</p> <p>You can of course build your own copy of 1.7.x and then run the svnsync out of the build tree <code>$BUILDDIR/subversion/svnsync/svnsync</code> or you can <a href="https://subversion.apache.org/packages.html" rel="nofollow">download and use a pre-built binary</a>.</p> <p>My suggestion would be just to go to 1.8.x, 1.6.x is no longer supported by the Apache Subversion project. Like I mentioned above you can maintain compatibility with a 1.6.x server, in fact you can even create a 1.6.x repository with a 1.8.x svnadmin command by doing <code>svnadmin create --compatible-version=1.6</code>.</p> <p>One last thought. Are you sure you have Subversion 1.6.17? The svn:log you reference has CRLF line endings which isn't considered to be valid for svn:* properties. Starting with Subversion 1.6.3 we started normalizing line endings to LF in svn:* properties. Using 1.6.24 that log message transfers though I get a note that it normalized properties to LF line endings.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload