pearltrees html popular pearltrees search

files

http://snipplr.com/view/5745/svn-add-recursively/ SVN Add Recursively - Bash - Snipplr This adds all new files to SVN recursively. It doesn't work for files that have spaces in their name, but why would you create a file with a space in its name in the first place?

Sometimes youre developing and you decide to commit, forgetting you created a few files on your project. Then a few days down the line your buddy gets your build out of subversion and complains that some files appear to be missing. You realize, ah crap, I forgot to add those files! http://stackoverflow.com/questions/216049/how-do-i-get-a-list-of-all-unversioned-files-from-svn How do I get a list of all unversioned files from svn? - Stack O