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:
you sort modified files list extension, , not select files extensions.
from create patch screen, deselect show unversioned files:
this assumes files unversioned in first place, because marking them ignored after versioning them pointless.
hope helps.
Comments
Post a Comment