RabbitVcs and Commit

Deadly 提交于 2019-12-05 18:45:54

The commit option is there, just that it doesn't show up on the main working copy folder but does show up when you right click on the svn sub-folder inside it.

Have you destroyed somehow the .svn hidden folders?

All SVN clients rely on the .svn folder to know that something is a working copy and to be able to operate correctly. You should be esp. careful with them- no deleting them (except if deleting the folder that contains them) and no moving them around.

If you have a checkout such as:

  • a/
  • a/.svn
  • a/b
  • a/b/.svn

And remove the b folder and then copy a new b folder, SVN clients will get confused.

Try copying a file at a time, you'll see the WC doesn't get borked. Some operation you are performing is corrupting the .svn folder.

Another possibility is that Rabbit is not working correctly. I'd also suggest using command-line Subversion. I guess Rabbit does use it underneath, but it might not be 100% accurate or it might not be showing you errors or something.

gpuppis

This could well be a bug of the new version, see

Issue 632: No checkout/update/commit options from the menu

i also met the same problem - right click the document, but didn't show the 'commit', 'update' option.

i used rabbitvcs and ubuntu.

my solution is : do checkout first, then right click the document and you'll find the 'commit', 'update' option.

hope to helpful.

If you are using the latest version of RabbitVCS, just right click on the top level directory, point to RabbitVCS SVN and select Release Lock... menu item. This will allow you to commit or update files.

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