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: Mon, 07 Mar 2005 21:38:53 +0100
User-agent: Mozilla Thunderbird 0.6 (Windows/20040502)

Nathaniel Smith wrote:

On Mon, Mar 07, 2005 at 06:31:26PM +0100, Henry Nestler wrote:

Hello!

Can anybody please compile this for Windows2000 and WindowsNT, or give me a link where to find this?


Have you tried the official build at
  http://www.venge.net/monotone/monotone.exe
?  Does it not work on 2000/NT?

-- Nathaniel


Oh, sorry!
Was not me, a friend says me only, and I trusted him blindly. :-(

I check this quick on my PC: It works on Windows NT 4.0!

On this PC, I see that the passphrase was always visable on command prompt? Under Linux I never see my password on screen.


For next version on Linux:
Please create a stand a lone version with all libraries included as static. I have many trouble to install on varius Linux Distributions, such SuSE 7.1, SuSE 9.0 and Red Hat Linux release 9 (Shrike). In this all I have no the newest libc++ and boost. libpopt I have not in any SuSE distributions.

The problem was: I need a PC with libpopt and boost to make the static version. And under SuSE I the build make always a error. It's very difficuld to compile monotone on old system (older than 1 year).

A version without dynamic libraries is very big (6 MB for version 0.16), but it runs under all linux versions.

--
Henry Nestler

C:\TEMP>monotone --version
monotone 0.16 (base revision: ce860bae312c4bb8483d5b3b2a8cd3bebe2323d5)

C:\TEMP>monotone --db=test.db db init

C:\TEMP>monotone --db=test.db keygen address@hidden
monotone: expanding command 'keygen'
monotone: unknown command 'keygen'

C:\TEMP>monotone --db=test.db genkey address@hidden
monotone: generating key-pair 'address@hidden'
enter passphrase for key ID address@hidden: henry

confirm passphrase for key ID address@hidden: henry

monotone: storing key-pair 'address@hidden' in database

C:\TEMP>mkdir src
C:\TEMP>cd src
C:\TEMP\src>notepad myfile.c
C:\TEMP\src>..\monotone --db=..\test.db add *.c
monotone: adding myfile.c to working copy add set

C:\TEMP\src>type MT\work
add_file "myfile.c"

C:\TEMP\src>type MT\options
  branch ""
database "C:/TEMP/src/../test.db"

C:\TEMP\src>..\monotone --db=..\test.db address@hidden
de commit --branch="local.test"
monotone: beginning commit
monotone: manifest 462e9f493fe55e41c980176e1a297db2864433a7
monotone: revision e1bd40eb403b4f463cc451c987621166e956fa72
monotone: branch local.test
Der Befehl ist entweder falsch geschrieben oder konnte nicht gefunden werden.
Bitte überprüfen Sie die Schreibweise und die Umgebungsvariable 'PATH'.
monotone: misuse: edit of log message failed

=== english ===> command not found, please verify filename and PATH

C:\TEMP\src>set EDITOR=notepad.exe

C:\TEMP\src>..\monotone --db=..\test.db address@hidden
de commit --branch="local.test"
monotone: beginning commit
monotone: manifest 462e9f493fe55e41c980176e1a297db2864433a7
monotone: revision e1bd40eb403b4f463cc451c987621166e956fa72
monotone: branch local.test
enter passphrase for key ID address@hidden: henry

monotone: committed revision e1bd40eb403b4f463cc451c987621166e956fa72


reply via email to

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