[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: switch between changes

From: André Pönitz <andre_at_wasy.de>
Date: 2005-07-07 14:41:45 CEST

Norbert Unterberg wrote:
> 2005/7/7, Gábor Szabó <szabgab@gmail.com>:
>
> > Is it possible to somehow switch my workspace back to the
> last checked-out state
> > AND keep my current changes saves somewhere?
> > The first part is a revert but how can the second part be solved ?
>
> How about creating a patch, saving the patch file in a save place, and
> then do the revert. After your quick fix, bring your working copy to a
> known state (commit/update) and apply the patch.
>
> However, I currently don't find the svn command to apply a patch
> created with svn diff...

I don't think there is a special 'svn patch' command.
Ordinary 'patch' (i.e. patch -p0 < your.diff) will
do just fine.

Andre'

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 7 14:43:52 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.