Unable to commit to Subversion

前端 未结 18 1055
梦谈多话
梦谈多话 2021-02-06 23:18

I have a client who had to rebuild his automated build server. He checked out his project folder from my subversion server but is now no longer able to commit - he gets this err

18条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-06 23:34

    We have have the same issue come up from time to time. We have tried to:

    Locally: Retry svn clean svn update kill all svn processes

    Server: Check for open threads Bounce SVN

    Currently the only fix we have is delete all the contents from the file and commit. After the success, we paste the contents of the file back in and commit again. If this gets the same error, we slowly fill up the file again a few bytes at a time until we can commit the whole thing.

    Usually this occurs on one file in a commit and we commit each one individually until we figure out what FILE is causing the problem. Then we proceed with the above mentioned process.

提交回复
热议问题