Is there a way to test the results of the svn:ignore property without doing a commit first?
I have a large svn project that I reorganized locally using git. Now I need to apply the svn:ignore property to match the .gitignore file. I'd like to test that all my changes to the svn:ignore property work properly before I do a commit. Is there a way to do this?
I know could work on a branch until I get it right and then merge, but it seems there should be an easier way.