[Html-widget] formfu svn repos move

Carl Franks fireartist at gmail.com
Thu Mar 8 19:24:08 GMT 2007


On 08/03/07, Jason Kohles <email at jasonkohles.com> 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



More information about the Html-widget mailing list