I'm using subversion (TortoiseSVN) and I want to remove the .svn folders from my project for deployment, is there an automated way of doing this using subversion or do I have to create a custom script for this?
Use
svn export <url-to-repo> <dest-path>
It gets just the source, nothing else. Look in svn export (in Version Control with Subversion) for more information.
TortoiseSVN has an export function. This will create the entire SVN tree elsewhere without the .svn
folders.
Also, a lot of FTP clients have filtering, which you can add .svn
to just in case you forget one day.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With