#4550 svnsync utf8 error on svn:log property

v1.0.0
closed
nobody
General
2015-08-20
2012-07-13
No

Cloning http://wxdsgn.svn.sourceforge.net/svnroot/wxdsgn/ fails with STDERR: svnsync: Cannot accept 'svn:log' property because it is not encoded in UTF-8

After fixed, we need to follow up with the wxdsgn project admins to coordinate a new repo import.

Related

Tickets: #4550

Discussion

  • Dave Brondsema

    Dave Brondsema - 2012-07-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,3 @@
     Cloning http://wxdsgn.svn.sourceforge.net/svnroot/wxdsgn/ fails with `STDERR: svnsync: Cannot accept 'svn:log' property because it is not encoded in UTF-8`
    +
    +After fixed, we need to follow up with the wxdsgn project admins to coordinate a new repo import.
    
     
  • Yaroslav Luzin - 2012-07-17

    created #118: [#4550] svnsync utf8 error on svn:log property (2cp)

    • status: open --> in-progress
     

    Related

    Tickets: #4550

  • Yaroslav Luzin - 2012-07-18

    Closed #118. No changes in Allura.

    We found that this issue is not about Allura. Rejecting non-utf-8 properties is a common problem. We tried to make svnsync with our local repository without Allura. The svnsync command failed after 559 revs.

    We also found that this is a well-known problem. Please check this article to find out how to clone that repository.

    • status: in-progress --> code-review
     
  • Dave Brondsema

    Dave Brondsema - 2012-07-23

    I ran svn proplist -v --revprop -r 600 http://wxdsgn.svn.sourceforge.net/svnroot/wxdsgn/ | iconv --to-code UTF8//IGNORE -o /tmp/iconv.out

    Then edited /tmp/iconv.out and fixed fancy quote on "doesn't"

    Then ran svn propset svn:log --revprop -r 600 -F /tmp/iconv.out https://wxdsgn.svn.sourceforge.net/svnroot/wxdsgn/

     
  • Dave Brondsema

    Dave Brondsema - 2012-07-23
    • status: code-review --> closed
    • qa: Dave Brondsema
    • milestone: forge-backlog --> forge-jul-27
     

Log in to post a comment.