svn - SmartSVN how to revert ignored files -
i ignored few files using smartsvn. now, want revert changes. read following command can used:
svn propdel svn:ignore -r
but there error: "the path '.' appears part of subversion 1.7 or greater working copy. please upgrade subversion client use working copy."
what best way revert ignore operation ?
to undo ignore, can use smartsvn: right click directory in ignored files reside, in pop-up menu choose properties -> ignore patterns...
you dialog, shows file patterns set ignored. remove ones not needed , save. locally effective immediately, have commit property change (the directory) make change permanent in repository.
Comments
Post a Comment