How can I configure TortoiseSVN to not show .class, .log and folder list when creating an svn patch -


i creating svn patch using tortoisesvn. gives me list of modified files choose create patch. in case long list of .class files , folder list, as.log files.

is possible configure svn not show list of .class files , folder list while creating svn patch?

i create patch file check modifications... screen.

since you've mentioned *.class , *.log in svn:ignore list, should tell tortoisesvn not display them:

don't show ignored files, tortoisesvn

you sort modified files list extension, , not select files extensions.

from create patch screen, deselect show unversioned files:

don't show unversioned files, tortoisesvn

this assumes files unversioned in first place, because marking them ignored after versioning them pointless.

hope helps.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -