Discussion:
Stash functionality
Ruslan Sivak
2014-09-10 22:46:18 UTC
Permalink
I think TortoiseSVN would benefit from stash functionality that TortoiseGIT has. Basically the ability to stash all the changes into a named place that would live within the working copy and could be stash poped later.

This would allow, for example, the ability to do merges in your working copy without having to commit your work first.

The implementation should not be that hard, since we already have "Restore after commit".

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3088238

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Stefan Küng
2014-09-11 07:09:27 UTC
Permalink
Post by Ruslan Sivak
I think TortoiseSVN would benefit from stash functionality that
TortoiseGIT has. Basically the ability to stash all the changes into
a named place that would live within the working copy and could be
stash poped later.
This would allow, for example, the ability to do merges in your
working copy without having to commit your work first.
The implementation should not be that hard, since we already have "Restore after commit".
Since it's not that hard, please send a patch.

Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3088255

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Ruslan Sivak
2014-09-12 15:29:59 UTC
Permalink
Post by Stefan Küng
Post by Ruslan Sivak
The implementation should not be that hard, since we already have
"Restore after commit".
Since it's not that hard, please send a patch.
I would be happy to send a patch, but I'm not a C developer.

Also I didn't say it's not that hard, but it shouldn't be that hard since a similar thing already exists and it should be possible to build on top of that functionality. Should I take this suggestion to the SVN list to see if this could be incorporated into the core product?

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3088338

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Loading...