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