Comment 6 for bug 305006

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 305006] Re: shelve fails with "Could not acquire lock"

Henrik Steensland пишет:
> Thank you for your answer
> But it feels like I am missing something here?
>
>> bzr shelve1
> --- Viewer/Panel.cpp 2009-01-22 13:33:39 +0000
> +++ Viewer/Panel.cpp 2009-01-23 09:05:33 +0000
> @@ -514,4 +514,5 @@
> some
> lines
> of code
> +
> }
> \ No newline at end of file
> Shelve this change? (1 of 1) [yndisq?] (y): y
>
> Status:
> Viewer/Panel.cpp 2009-01-22 13:33:39 +0000
> 1 hunks to be shelved
> 0 hunks to be kept
>
> Shelve these changes? [yrsiq?] (y): y
> Shelving to default/01: "Changes shelved on 2009-01-23 10:44:21"
> bzr: ERROR: Error invoking patch: No such file or directory

Yep, perhaps you need to install GNU patch utility, e.g. from
http://gnuwin32.sourceforge.net/packages/patch.htm

and then ensure path to the utility binary added to your PATH environment
variable (typically it will be installed to C:\Program Files\GnuWin32
then you need to add C:\Program Files\GnuWin32\bin to the PATH).