<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><DIV>On Mar 8, 2007, at 5:43 AM, Carl Franks wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Currently, the various formfu modules are spread across the following</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">repositories:</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://html-formfu.googlecode.com/svn/trunk/">http://html-formfu.googlecode.com/svn/trunk/</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://catalyst-controller-html-formfu.googlecode.com/svn/trunk/">http://catalyst-controller-html-formfu.googlecode.com/svn/trunk/</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://dbix-class-formfu.googlecode.com/svn/">http://dbix-class-formfu.googlecode.com/svn/</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://html-formfu-dojo.googlecode.com/svn/trunk/">http://html-formfu-dojo.googlecode.com/svn/trunk/</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">In the next day or so, I plan on moving them all under a single repository.</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">The new addresses will be:</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://html-formfu.googlecode.com/svn/trunk/HTML-FormFu">http://html-formfu.googlecode.com/svn/trunk/HTML-FormFu</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://html-formfu.googlecode.com/svn/trunk/Catalyst-Controller-HTML-FormFu">http://html-formfu.googlecode.com/svn/trunk/Catalyst-Controller-HTML-FormFu</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://html-formfu.googlecode.com/svn/trunk/DBIx-Class-FormFu">http://html-formfu.googlecode.com/svn/trunk/DBIx-Class-FormFu</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://html-formfu.googlecode.com/svn/trunk/HTML-FormFu-Dojo">http://html-formfu.googlecode.com/svn/trunk/HTML-FormFu-Dojo</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">This will facilitate easier maintenance, let me more easily give</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">access rights to others, and will let contributers create new project</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">folders.</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">HTML-FormFu-Imager, John N.? :)</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">If anyone has uncommited changes in their checkout, please reply so we</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">can resolve them before I do this.</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV></BLOCKQUOTE>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.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Assuming you have each project checked out into a directory called HTML-FormFu, Catalyst-Controller-HTML-FormFu, etc...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>for I in HTML-FormFu Catalyst-Controller-HTML-FormFu DBIx-Class-FormFu HTML-FormFu-Dojo; do</DIV><DIV>    if [ -d "$I" ]; then</DIV><DIV>        svn switch <A href="http://html-formfu.googlecode.com/svn/trunk/$I/">http://html-formfu.googlecode.com/svn/trunk/$I/</A> $I</DIV><DIV>    fi</DIV><DIV>done</DIV><DIV><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV><BR class="khtml-block-placeholder"></DIV><DIV>-- </DIV><DIV>Jason Kohles</DIV><DIV><A href="mailto:email@jasonkohles.com">email@jasonkohles.com</A></DIV><DIV><A href="http://www.jasonkohles.com">http://www.jasonkohles.com</A>/</DIV><DIV>"A witty saying proves nothing."  -- Voltaire</DIV><BR class="Apple-interchange-newline"></SPAN></SPAN> </DIV><BR></BODY></HTML>