commit - SVN remove files from the to-be-committed list -


i had set ignore rules on bin / object folders project. tried add on other files svn add * . seemed if ignore applies svn status command bin , object folder contents showed up. have not done commit on list, when svn status see nasty files ready go when send command. there way remove them list or clear list completely? also, list called? in advance!

svn revert bin 

would remove bin directory being added @ next commit.

or if recursively revert (sometimes useful)

svn revert -r bin 

Comments