all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* very strange error from git under emacs
@ 2015-08-02 20:16 Stephen Leake
  2015-08-03  8:27 ` Steinar Bang
  2015-08-04 15:28 ` Stephen Leake
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Leake @ 2015-08-02 20:16 UTC (permalink / raw)
  To: emacs-devel

I'm running git under Emacs, via the DVC package.

I'm getting a very strange error, but only for one git command (at least
so far):

from 'git stash save':

fatal: Unable to create '/Projects/emacs/master/c:/Projects/emacs/master/.git/index.stash.1888.lock': No such file or directory
Cannot save the untracked files

Apparently the c: is confusing git. I can't figure out where it is
comming from.

I'm running on Cygwin git under Windows 8; this problem did not appear
on Windows 7 (with an older Cygwin). It happens with Emacs master and
Emacs 24.3.

The command works fine in a Cygwin bash shell.

In Emacs master I'm using 'make-process' to spawn git directly,
capturing stdout in a buffer, and stderr in a separate buffer via a
pipe-process.

In Emacs 24.3 I'm using `call-process' to spawn Cygwin sh, which then
runs git, using shell pipe redirection to capture stderr in a file.

Has anyone seen anything like this?

I can't figure out what is different between the Cygwin bash environment
when running that in a comint buffer under Emacs, and the Cygwin sh
environment in Emacs 24.3, or the direct spawn of git in Emacs 25.

Running 'git stash save' from a Windows cmd.exe shell, with Cygwin bin
in path, works fine. I first tried that without Cygwin git in path;
apparently git spawns a shell to do stuff for this command.

I'll also ask on the git mailing list; maybe they can explain why 'stash
save' works differently from other git commands, or how it builds that
filename.

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: very strange error from git under emacs
  2015-08-02 20:16 very strange error from git under emacs Stephen Leake
@ 2015-08-03  8:27 ` Steinar Bang
  2015-08-04 15:28 ` Stephen Leake
  1 sibling, 0 replies; 3+ messages in thread
From: Steinar Bang @ 2015-08-03  8:27 UTC (permalink / raw)
  To: emacs-devel

>>>>> Stephen Leake <stephen_leake@stephe-leake.org>:

> fatal: Unable to create '/Projects/emacs/master/c:/Projects/emacs/master/.git/index.stash.1888.lock': No such file or directory
> Cannot save the untracked files

Looks like a directory name issue: see "Projects/emacs/master" twice in
the above error message.

See also "C:" which probably should have been "/cygdrive/c" or
something.

(How to actually fix this, I have no idea...)




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: very strange error from git under emacs
  2015-08-02 20:16 very strange error from git under emacs Stephen Leake
  2015-08-03  8:27 ` Steinar Bang
@ 2015-08-04 15:28 ` Stephen Leake
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Leake @ 2015-08-04 15:28 UTC (permalink / raw)
  To: emacs-devel

Stephen Leake <stephen_leake@stephe-leake.org> writes:

> I'm running git under Emacs, via the DVC package.
>
> I'm getting a very strange error, but only for one git command (at least
> so far):
>
> from 'git stash save':
>
> fatal: Unable to create
> '/Projects/emacs/master/c:/Projects/emacs/master/.git/index.stash.1888.lock':
> No such file or directory
> Cannot save the untracked files

Never mind. The error has now disappeared, for some reason. 

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-04 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-02 20:16 very strange error from git under emacs Stephen Leake
2015-08-03  8:27 ` Steinar Bang
2015-08-04 15:28 ` Stephen Leake

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.