On 08/03/07, Jason Kohles <[EMAIL PROTECTED]> wrote:
One of the things I love about svn is that this isn't really necessary. If you have uncommited changes you can just do 'svn switch' and keep right on going. Assuming you have each project checked out into a directory called HTML-FormFu, Catalyst-Controller-HTML-FormFu, etc... for I in HTML-FormFu Catalyst-Controller-HTML-FormFu DBIx-Class-FormFu HTML-FormFu-Dojo; do if [ -d "$I" ]; then svn switch http://html-formfu.googlecode.com/svn/trunk/$I/ $I fi done
Thanks for the great tip! Carl _______________________________________________ Html-widget mailing list Html-widget@lists.rawmode.org http://lists.rawmode.org/cgi-bin/mailman/listinfo/html-widget