Thread (26 messages) flat view 26 messages, 11 authors, 2016-06-15

Re: First round of UGFWIINI results

From: Sverre Rabbelier <hidden>
Date: 2016-06-15 22:46:13

Heya,

On Tue, Feb 17, 2009 at 17:47, Johannes Schindelin
[off-list ref] wrote:
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? ;)


-- 
Cheers,

Sverre Rabbelier
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help