shortcut for 'update to HEAD'

前端 未结 3 1309
日久生厌
日久生厌 2020-12-30 08:33

is there any way to have either

  • shortcut or
  • icon

for svn Update to HEAD of one project

相关标签:
3条回答
  • 2020-12-30 08:48

    In preferences go to Bindings

    Sort by category

    Find SVN

    Assign a shortcut to "Update"

    Mine is Ctrl + U

    0 讨论(0)
  • 2020-12-30 08:51

    I'm posting this to help anyone interested since I got a lot of grief before figuring this out..

    You have to go to Settings > General > Keys and bind the shortcuts as the others have said.

    I have:

    • Commit: Ctrl + Alt + C

    • Update to HEAD: Ctrl + Alt + U

    • Synchronize with Repository: Ctrl + Alt + S, all "In Windows"

    But, in order for the shortcuts to work, you must go to Window dropdown menu > Customize Perspective > Command Groups Availability and there check the SVN box.

    With this option you also get a dropdown menu called SVN with all the relevant commands.

    Selecting the file/package/project/working set and pressing the keys does its magic.

    0 讨论(0)
  • 2020-12-30 08:53

    Go to preferences and type "Bindings" in the search at the top and play around with that. You can't bind a button to it, but you might be able to bind a key to do what you want.

    0 讨论(0)
提交回复
热议问题