Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Bug fixes and improvements #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Bug fixes and improvements #2

wants to merge 5 commits into from

Conversation

sepehr
Copy link

@sepehr sepehr commented Aug 29, 2013

I faced a few problems using svn-stash in a Cygwin environment:

The svn-stash pop command always throws rm: cannot remove blablah: No such file or directory errors (2 times to be specific). The corresponding method should not delete the stash files as it's already followed by a delete_stash() call in execute_stash_pop().

Another issue is that this command always fails in patching stashed files, replacing patch -p0 < FILE by a svn patch FILE resolved my problem.

This pull request should solve these two issues, I couldn't find the time to test it on another platform but it works fine in Cygwin.

@frankcortes
Copy link
Owner

Ok, I will take a while when I can. Thanks for the update! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants