stash (was Re: revert --force)
From: Tobias Hahn <tobias.hahn_at_ableton.com>
Date: Thu, 10 Dec 2009 20:08:31 +0100
I recognize that I meet some resistance here to my proposal...
So what about a command svn stash (shamelessly stolen from git-stash) then? Example:
$ svn stash save "Some dirty changes."
This would add new files, save all local modifications away and then revert --force the tree. At this point the wc would be clean, so I could
$ svn merge -r ...
Later, I would be able to either
$ svn stash pop
if I decide my changes were important or do nothing if not.
I realize that the way git handles repos makes this feature particularly easy for them to implement, but it should be possible for svn as well.
Would this constitute a less controversial feature request?
Best, Tobias
Am 10.12.2009 um 16:52 schrieb Tobias Hahn:
> Hi,
Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838
------------------------------------------------------
Please start new threads on the <users_at_subversion.apache.org> mailing list.
|
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.