Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2009 20:58:16 +0100
From:      Christoph Mallon <christoph.mallon@gmx.de>
To:        Daniel Gerzo <danger@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, Sam Leffler <sam@freebsd.org>, src-committers@freebsd.org
Subject:   Re: svn commit: r188087 - head/sys/dev/cfi
Message-ID:  <4988A1D8.4040908@gmx.de>
In-Reply-To: <1264011142.20090203203650@rulez.sk>
References:  <200902031909.n13J9GFf038922@svn.freebsd.org>	<498896E3.2080702@freebsd.org> <1264011142.20090203203650@rulez.sk>

next in thread | previous in thread | raw e-mail | index | archive | help
Daniel Gerzo schrieb:
> Hello Sam,
> 
> Tuesday, February 3, 2009, 8:11:31 PM, you wrote:
> 
>> Sam Leffler wrote:
>>> Author: sam
>>> Date: Tue Feb  3 19:09:16 2009
>>> New Revision: 188087
>>> URL: http://svn.freebsd.org/changeset/base/188087
>>>
>>> Log:
>>>   honor any interface width (e.g. setup by the bus shim) and don't probe;
>>>   this is needed for the moment to workaround bus shim issues
>>>
>>> Added:
>>>   head/sys/dev/cfi/cfi_bus_ixp4xx.c   (contents, props changed)
>>> Modified:
>>>   head/sys/dev/cfi/cfi_core.c
>>>
>>>   
>> Sigh, this was supposed to only commit cfi_core.c but also caught the 
>> xscale bus shim.  Not sure if there's any way to fix this.  Sure wish 
>> svn worked like perforce and let you edit the commit list.

You can abort a commit by not modifying the commit log file at all or 
deleting *all* content of the commit log.
You can also create changelists (svn help changelist).

> svn revert file?

svn revert is for throwing away local changes. But you can do the 
following to reverse-merge the revision:

svn merge -c -$REVISION .

Mind the "-" before the revision number. This is equivalent to -r 
$REVISION:($REVISION - 1).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4988A1D8.4040908>