Hi Mike,

2008/5/22 Mike Klaas <[EMAIL PROTECTED]>:

> (btw, if you want a one-line equivalent to "svn up", try something like:
>
> $ wget
> http://issues.apache.org/jira/secure/attachment/12381498/SOLR-563.patch -O -
> | patch -p0
>
> Reverting is also one line:
> $ svn revert -R .
>
> Although this leaves added files, which can be removed with
> $ svn st | grep '?' | awk '{print $2}' | xargs rm
>
> Another useful trick is to have multiple checkouts of trunk and "bounce" an
> active changeset from one to another with
> $ svn diff | (cd ../otherbranch; patch -p0)
> )
>

Useful indeed - thanks for those, Mike, I'm sure they'll come in handy!


Andrew.
--
[EMAIL PROTECTED] / [EMAIL PROTECTED]
http://www.andrewsavory.com/

Reply via email to