sudar/wp-plugin-in-github

If a file is removed in git, remove it from svn as well

sudar opened this issue · 6 comments

If a file is removed in git, remove it from svn as well

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.

Thanks. I will also see if I can get time to do this

sudar commented

Perfect. Would love to see an Pull request :)

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.