문제

I was wondering if there is a way to set the checkbox default setting to not checked/none when you try to commit files into the repository. The default setting for commit is set to check all, but I would like to avoid running into the scenario where I accidentally check in items by mistake. Is there a way to configure the setup for SVN to uncheck the boxes when you first hit the commit button?

도움이 되었습니까?

해결책

Simple, you have the option here

Menu Settings -> Dialog 2 -> Select Items Automatically = uncheck

enter image description here

다른 팁

A really cool feature I found today that is also a solution for the problem described. It's possible to check or un-check multiple items at once.

If you select items in the list (maybe all by pressing Alt+A), you can change the check on the selection. Just click on one item contained within the selection.

before

enter image description here

after

enter image description here

You can uncheck specific files by default using a special changelist named ignore-on-commit.

  • In the Commit dialog, perform (on a file with changes) Right click > Move to changelist.
  • Name the changelist ignore-on-commit

The next time you open the Commit dialog, the file will be unselected.

This works also in IntelliJ etc.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top