thenbrent / multisite-user-management

In a Multisite WordPress, automatically add new users to each of your sites.
http://wordpress.org/extend/plugins/multisite-user-management/
GNU General Public License v2.0
122 stars 30 forks source link

Delete SVN files before merging with Git #17

Closed yazinsai closed 9 years ago

yazinsai commented 9 years ago

Deleting the SVN files first means that if a file has been removed from the Git repo, it doesn't continue to live on in the SVN repo. Fixes https://github.com/thenbrent/multisite-user-management/issues/16

thenbrent commented 9 years ago

@yazinsai this will also delete the .svn directory in /trunk/ won't it?

yazinsai commented 9 years ago

There's a .svn in /trunk :open_mouth: ? This obliterates everything.. I've tried it for my plugin and it's working fine. I really don't know much about SVN.

thenbrent commented 9 years ago

@yazinsai my mistake! I could have sworn SVN added an .svn. directory to each subdirectory, but perhaps it only does that when there is something to track. Just checked and this looks like it will be fine. Thanks for the PR! :)

yazinsai commented 9 years ago

:+1: