简体   繁体   中英

Tortoise SVN Commit uncheck by default

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

在此处输入图片说明

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

在此处输入图片说明

after

在此处输入图片说明

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM