Re: svn commit invokes $EDITOR not where svn run from
From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2002-08-08 18:55:40 CEST
Philip Martin <philip@codematters.co.uk> writes:
> Having said it might be easy, now I'm not so sure. Suppose I try
The environment variable case was for W*ndows, and as I understood
editor.exe %TMPDIR%\foobar.txt
and not the expansion of the variable. The UNIX equivalent would be
emacs "$TMPDIR"/foobar.txt
which works regardless of which characters are inside $TMPDIR. (At
If this was _not_ what Mike meant, he probably misunderstood my
The way we get away with using system() is that we _know_ that the
// Marcus
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.