SVN frequently says file is locked by me in another working copy

前端 未结 5 1080
無奈伤痛
無奈伤痛 2021-02-13 12:46

I have an SVN repository (hosted on Dreamhost) with needs-lock set on binary files. It sometimes happen that, while committing files locked and modified by me, the commit fails

5条回答
  •  -上瘾入骨i
    2021-02-13 13:31

    Found this: https://groups.google.com/forum/#!topic/subversion_users/wZikmNEubz4 It seems this problem manifests when using an svn 1.8 client and a server prior to 1.6.17: when updating the root folder of a working copy, my locks get broken (regardless of the needs-lock flag).

    I downgraded to a 1.7.14 client and the problem does not occur.

提交回复
热议问题