SVN Error: Can't convert string from native encoding to 'UTF-8'

前端 未结 11 998
花落未央
花落未央 2020-12-13 06:29

I\'ve got a post-commit hook script that performs a SVN update of a working copy when commits are made to the repository.

When users commit to the repository from th

11条回答
  •  误落风尘
    2020-12-13 06:54

    For information, I got this error on commit native encoding to 'UTF-8'with a windows client tortoise svn,

    when my URL of repository was :

    http://x.x.x.x/svn/myrepos

    I changed my URL of repository for :

    svn://x.x.x.x/myrepos

    and now all is perferct.

    I think this information will be useful to some.

提交回复
热议问题