monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: Executable for Windows NT and 2000


From: Henry Nestler
Subject: [Monotone-devel] Re: Executable for Windows NT and 2000
Date: Tue, 08 Mar 2005 10:08:51 +0100
User-agent: Mozilla Thunderbird 0.6 (Windows/20040502)

Nathaniel Smith wrote:
On Mon, Mar 07, 2005 at 10:52:35PM +0100, Henry Nestler wrote:

C:\TEMP\mt>set HOME=C:\TEMP\mt

C:\TEMP\mt>monotone --db=test98.db db init
monotone: misuse: could not find home directory


Thanks for the testing!

0.16 on Win32 doesn't check for HOME, but rather for HOMEDRIVE and
HOMEPATH.  Current development versions (and upcoming 0.17 release)
check for MONOTONE_HOME, HOME (iff using cygwin/mingw), USERPROFILE,
and HOMEDRIVE/HOMEPATH, in that order, see discussion at:
  http://lists.gnu.org/archive/html/monotone-devel/2005-02/msg00241.html

Does that sound like it would fix your problem?

-- Nathaniel


set HOMEDRIVE=C:
set HOMEDRIVE=\TEMP\MT
This goes a liddle bit better for Windos 98. Now have the next problem.

set EDITOR=notepad
monotone --db=test98.db --branch="test98" commit

This open a editor with empty new file. I see a message box with mistaken slash in filename: "C:\WINDOWS\TEMP/mt.EORZYT". No files "mt.*" exist on my drive.
Where do you put the logfile under Windows. (I know this from Linux.)

This line works:
monotone --db=test98.db --branch="test98" commit "my comment for log"

--
Henry Nestler




reply via email to

[Prev in Thread] Current Thread [Next in Thread]