Quantcast
Channel: Amiryan's Tech Blog » svn
Browsing latest articles
Browse All 2 View Live

Howto recursively add unversioned files into SVN repository

Because svn add command does not support recursive addition of unversioned files you can use this little script to do it. Create new file in /usr/local/bin with name svnadd with following content...

View Article


Howto delete all .svn folders from SVN working directory

To delete all .svn folders from SVN working directory for releasing folder from SVN just do this simple steps. Create new file in /usr/local/bin with name svnrm with following content #!/bin/sh find ....

View Article

Browsing latest articles
Browse All 2 View Live