for X in `find . -maxdepth 2 -type d -name ".svn" | cut -d / -f 2`; do svn update ./$X; done
Never been to CodeSnippets before?
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Update All of the SVN Version Controlled Projects in a Directory (See related posts)
Comments on this post
You need to create an account or log in to post comments to this site.
Related Posts
» create a rails app from rail... in ruby rails shell svn bash subversion rubyonrails
» Recursively remove all .svn ... in shell svn bash
» Bash script to perform initi... in rails shell svn bash script
» Add all new files to Subversion in awk grep svn bash subversion
» update a working copy and al... in ruby shell svn subversion
» sup: bash script for univers... in shell svn bash darcs cvs scm svk arch perforce
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails
Set the property for your toplevel directory (~/PROJECTS in your case) and a simple: 'svn update' will update all your projects.
Reference:
http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html