If a file is removed in git, remove it from svn as well
sudar opened this issue · 6 comments
sudar commented
If a file is removed in git, remove it from svn as well
blockonomics commented
Just discovered this today. Need this as well 👍
sudar commented
Yeah, it's been in my todo list for long time. Will try to get it implemented when I get some free time.
blockonomics commented
Thanks. I will also see if I can get time to do this
sudar commented
Perfect. Would love to see an Pull request :)
shivaenigma commented
Did some research. Does this work https://stackoverflow.com/a/25492747/5043010
sudar commented
Yeah the above works. But we just need to wrap it in a conditional so that if there are no files to delete it doesn't generate an error.