SVN file locked by me, now cannot commit it

别等时光非礼了梦想. 提交于 2019-12-03 04:27:17

According to Simon Large (co-author of TortoiseSVN):

Use the repo browser and 'break lock' from the context menu.

Screenshot:

Note that this item will only appear if the item is, in fact, locked. There's also a 'Release lock...' command outside of the repo browser, shown here:

A Clean up on the working copy root fixed the issue for me. I, too, had done a Cancel while doing a SVN Commit.

In the terminal,

svn cleanup 

will break the locks.

Sometimes back I was using the SVN, You can take a fresh checkout and then merge your changes on that file. Once you merge it you can commit the file to SVN.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!