I accidentally ran
svn propset svn:ignore "..." . -R
in the root directory of a huge subversion repository. Before, many folders had their individual svn:ignore properties.
I would like to restore the state before running this "svn propset" command. So far I did not commit the changes. What do you suggest to do?
I thought that I might simply commit the changes and then revert the commit using merge. Are there possible risks that I am not thinking of? Is there a better way to undo this without even committing?
Remark: I also have some local changes that are not committed yet.