I am using SVN while developing a WordPress site. Now I want to upload it to the server and there are loads of SVN files in .svn folders. Are these safe to remove and how do I remove them?
I am using SVN while developing a WordPress site. Now I want to upload
Share
You may also find the svn export command useful. This command exports a copy of your working tree without the .svn folders.
This comes pretty handy if you develop under the Subversion recommended tagging way, you can always export a tag, and then you’ll have a better control over what revision is on production.