Re: First round of UGFWIINI results
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:46:13
Hi, On Tue, 17 Feb 2009, Sverre Rabbelier wrote:
On Tue, Feb 17, 2009 at 17:47, Johannes Schindelin [off-list ref] wrote:quoted
I managed to collect 10 candidates already, and since I did all the hard work of collating them, I took the liberty of ordering them into a very subjective order of ugfwiininess (pronounced "You-gah-wee-knee-ness").How about using git to do a temporary 'svn stash'? If you have changes in your svn working copy that you cannot commit just yet, but you want to check out an earlier revision for whatever reason, the current only solution in svn to that is to have a second working copy. But no longer! $ cd path/to/svn/repo $ git init && git add . && git commit -m "save svn state" $ svn revert -R * $ svn update -r 42 $ # do whatever you need to do here $ git reset --hard && rm .git Does that qualify? ;)
Heh, do you actually use it? Ciao, Dscho