Skip to navigation
Why after svn ignor it still show the Mark M for the updated files?
07.12.13
the file was already added to the repository what is overriding the svn:ignore. svn:ignore only works on not added files or recursively adding files. solution is: 1. copy the file outside of ur svn project 2.delete the item 3 commit svn ci -m 'removing file' 4.ignor the file svn propset svn:ignore "*.db" db/ 5.copy back the file 6.update 7.commit
Reply
Anonymous
Why after svn ignor it still show the Mark M for the updated files?
the file was already added to the repository what is overriding the svn:ignore. svn:ignore only works on not added files or recursively adding files. solution is: 1. copy the file outside of ur svn project 2.delete the item 3 commit svn ci -m 'removing file' 4.ignor the file svn propset svn:ignore "*.db" db/ 5.copy back the file 6.update 7.commit
07.12.13
Reply
Anonymous
Information Epoch 1732375105
Don't force yourself or others to reimplement functionality.
Home
Notebook
Contact us