Re: [Monotone-devel] Cygwin tests completed

2007-02-11 Thread Justin Patrin
On 2/7/07, Matthew Gregan [EMAIL PROTECTED] wrote: At 2007-02-07T10:45:56-0800, Justin Patrin wrote: I've completed running the monotone test suite on cygwin (it took a *long* time) and there are 7 failures. Most of these should likely be set to expected fail on cygwin. Here's the list of

[Monotone-devel] Re: Cygwin tests completed

2007-02-11 Thread Lapo Luchini
Justin Patrin wrote: 26 importing_files_with_non-english_namesFAIL (line 24) This one should be fixable... Still failing currently. Yesterday with talked with Nathaniel and Larry about that quite a bit and kinda came to the conclusion that the only real solution is to use the wide

[Monotone-devel] head of cvssync fails to build from source

2007-02-11 Thread Ludovic Brenta
Here is what I get during link: g++ -I. -I.. -DLIBMTN_COMPILE -g -O2 -Wall -W -Wno-unused -fno-strict-aliasing -L. -L.. -o mtn_cvs options.o cvs_sync.o cvs_client.o mtn_cvs.o mtn_pipe.o mtn_automate.o mtncvs_state.o cvs_revision_nr.o cvs_edge.o main.o -lmtn -lplatform -l3rdparty

[Monotone-devel] nvm.ssh-agent review

2007-02-11 Thread Zack Weinberg
I read through the new files - ssh_agent.hh, ssh_agent.cc, cmd_agent.cc. My biggest concern has to do with the way you are serializing and deserializing packets -- I think you're working way, way too hard. You have a stream interface, and the packet format seems geared to serial reading -- why

[Monotone-devel] main page 404

2007-02-11 Thread Evan Martin
(Just saw a talk on mtn and have been playing with it a bit; expect a few emails to follow.) The test coverage link on the front page is a 404. ___ Monotone-devel mailing list Monotone-devel@nongnu.org

[Monotone-devel] commit notify emails; hungry netsync

2007-02-11 Thread Evan Martin
I wanted to see when my co-contributor has synced new stuff up to our shared repository. I asked Graydon (bad manners, sorry) and he pointed me at http://viewmtn.angrygoats.net/revision/file/f71fec43a20033761b34cac4d3ff0f6515b69f0d/contrib/monotone-notify-hookversion.lua Attached is a patch to

Re: [Monotone-devel] commit notify emails; hungry netsync

2007-02-11 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sun, 11 Feb 2007 16:07:44 -0800, Evan Martin [EMAIL PROTECTED] said: martine I wanted to see when my co-contributor has synced new stuff up to our martine shared repository. martine I asked Graydon (bad manners, sorry) and he pointed me at martine

[Monotone-devel] another in the permission checking...

2007-02-11 Thread Eric Christopher
Checking file permissions is a good idea. I've added a way into lua on how to do it (though I don't use it at the moment), and added a check to make sure that no one has done something to the keys directory. thoughts? -eric mtn.diff Description: Binary data