git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Sverre Rabbelier <srabbelier@gmail.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org
Subject: Re: First round of UGFWIINI results
Date: Tue, 17 Feb 2009 18:29:08 +0100	[thread overview]
Message-ID: <bd6139dc0902170929g7215427clcf40348c01dfd10e@mail.gmail.com> (raw)
In-Reply-To: <alpine.DEB.1.00.0902171745320.6185@intel-tinevez-2-302>

Heya,

On Tue, Feb 17, 2009 at 17:47, Johannes Schindelin
<Johannes.Schindelin@gmx.de> 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

  reply	other threads:[~2009-02-17 17:30 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-17 16:47 First round of UGFWIINI results Johannes Schindelin
2009-02-17 17:29 ` Sverre Rabbelier [this message]
2009-02-17 23:49   ` Johannes Schindelin
2009-02-17 23:51     ` Sverre Rabbelier
2009-02-17 17:39 ` martin f krafft
2009-02-17 18:04   ` Mike Hommey
2009-02-17 23:51   ` Johannes Schindelin
2009-02-17 18:00 ` Michael J Gruber
2009-02-17 18:34 ` Sergio Callegari
2009-02-19 10:32 ` Peter Krefting
2009-03-03 10:30 ` Jakub Narebski
2009-03-03 11:20   ` Johannes Schindelin
2009-03-07  0:56   ` Jakub Narebski
2009-03-07  2:40     ` Johannes Schindelin
2009-03-03 15:09 ` Reece Dunn
2009-03-03 15:59   ` Johannes Schindelin
2009-03-03 16:04     ` Junio C Hamano
2009-03-03 16:26       ` Sverre Rabbelier
2009-03-03 17:36         ` Johannes Schindelin
2009-03-03 17:28       ` Johannes Schindelin
2009-03-03 16:15     ` Jeff King
2009-03-03 17:27       ` Johannes Schindelin
2009-03-03 17:31         ` Reece Dunn
2009-03-03 17:34         ` Jeff King
2009-03-03 17:49           ` Johannes Schindelin
2009-03-11 10:27 ` Jakub Narebski
2009-03-11 12:09   ` Johannes Schindelin
2009-03-27 15:08 ` Jakub Narebski
2009-03-28  7:42   ` Jeff King
2009-04-22 10:52 ` Pieter de Bie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bd6139dc0902170929g7215427clcf40348c01dfd10e@mail.gmail.com \
    --to=srabbelier@gmail.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).