Re: [Monotone-devel] Re: About the maintainance of monotone

2006-05-13 Thread Tomas Fasth
Hello monotoners, Shaun, this is Tomas Fasth pinging the monotone world. I am very sorry for having been absent for such a long time, but I have been busy recovering from a minor stroke. I have been suggesting Shaun to take over the maintainership of the monotone package in Debian, since I do not

Re: [Monotone-devel] Re: About the maintainance of monotone

2006-05-13 Thread Tomas Fasth
On 13/05/06, Richard Levitte - VMS Whacker [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED] on Sat, 13 May 2006 10:33:29 +0200, Tomas Fasth [EMAIL PROTECTED] said:tomfado ... I have been busy recovering from a minor stroke.Oh man, I'm sorry to hear you had such an experience!Are you wellnow,

[Monotone-devel] Instructions to compile usher?

2006-05-13 Thread Jeronimo Pellegrini
Hi. It seems that there are no instructions to compile Usher. I have used autotools for a few projects already, but can't figure out how to compile usher. What is the method I should use? Thanks, J. ___ Monotone-devel mailing list

Re: [Monotone-devel] Instructions to compile usher?

2006-05-13 Thread Timothy Brownawell
On Sat, 2006-05-13 at 07:33 -0300, Jeronimo Pellegrini wrote: Hi. It seems that there are no instructions to compile Usher. I have used autotools for a few projects already, but can't figure out how to compile usher. What is the method I should use? Which one? There's the (old) single-file

Re: [Monotone-devel] Instructions to compile usher?

2006-05-13 Thread Jeronimo Pellegrini
On Sat, May 13, 2006 at 06:26:46AM -0500, Timothy Brownawell wrote: On Sat, 2006-05-13 at 07:33 -0300, Jeronimo Pellegrini wrote: Hi. It seems that there are no instructions to compile Usher. I have used autotools for a few projects already, but can't figure out how to compile usher.

Usher not easily found? Was: Re: [Monotone-devel] Instructions to compile usher?

2006-05-13 Thread Jeronimo Pellegrini
On Sat, May 13, 2006 at 06:26:46AM -0500, Timothy Brownawell wrote: There's also the version in net.venge.monotone.contrib.usher, which uses autotools. For that one, you run the appropriate autotools magic (something that seems to work is in ./bootstrap), then ./configure and make. BTW,

Re: [Monotone-devel] Instructions to compile usher?

2006-05-13 Thread Timothy Brownawell
On Sat, 2006-05-13 at 08:28 -0300, Jeronimo Pellegrini wrote: On Sat, May 13, 2006 at 06:26:46AM -0500, Timothy Brownawell wrote: On Sat, 2006-05-13 at 07:33 -0300, Jeronimo Pellegrini wrote: Hi. It seems that there are no instructions to compile Usher. I have used autotools for a

Re: Usher not easily found? Was: Re: [Monotone-devel] Instructions to compile usher?

2006-05-13 Thread Timothy Brownawell
On Sat, 2006-05-13 at 08:40 -0300, Jeronimo Pellegrini wrote: On Sat, May 13, 2006 at 06:26:46AM -0500, Timothy Brownawell wrote: There's also the version in net.venge.monotone.contrib.usher, which uses autotools. For that one, you run the appropriate autotools magic (something that seems

[Monotone-devel] limited-scope annotate

2006-05-13 Thread Lapo Luchini
Would it be possible to implement a --from-revision or --last option in annotate in order to find the revision that altered each line only if in the examined range and printing past or something in the lines not changed since the first revision examined? I guess, if possible at all, this would be

[Monotone-devel] Usher crashes

2006-05-13 Thread Jeronimo Pellegrini
Hi. I just compiled usher, and started it: $ ./usher -m mtn -kmy_key -a 127.0.0.1:1 usher.cfg usher.cfg has the following: userpass jp no_I_wont_tell_you server phd host localhost pattern info.aleph0.phd* local -d /home/jeronimo/monotone/phd.db server main host localhost

Re: [Monotone-devel] Usher crashes

2006-05-13 Thread Jeronimo Pellegrini
Also... I just realized from the email I sent that usher is also not requiring the USERPASS command befor LIST and STATUS, and probably before any other command. Also, I tried to use a wrong username and password, and usher did not close the connection. J.

Re: [Monotone-devel] Usher crashes

2006-05-13 Thread Timothy Brownawell
On Sat, 2006-05-13 at 12:22 -0300, Jeronimo Pellegrini wrote: Hi. I just compiled usher, and started it: $ ./usher -m mtn -kmy_key -a 127.0.0.1:1 usher.cfg It treats the -m argument as an executable name, not a command line. So it'll be looking for an execuable named mtn -kmy_key, not

Re: [Monotone-devel] Usher crashes

2006-05-13 Thread Jeronimo Pellegrini
On Sat, May 13, 2006 at 06:16:36PM -0500, Timothy Brownawell wrote: On Sat, 2006-05-13 at 12:22 -0300, Jeronimo Pellegrini wrote: Hi. I just compiled usher, and started it: $ ./usher -m mtn -kmy_key -a 127.0.0.1:1 usher.cfg It treats the -m argument as an executable name, not a

Re: [Monotone-devel] Usher crashes

2006-05-13 Thread Jeronimo Pellegrini
Right now I just need to find out why usher can't find the server, but it will eventually work. :-) I found it. If I use: server main host localhost pattern info.aleph0 local -d /home/jeronimo/monotone/main.db * And try to sync brahch: info.aleph0.my_branch Neither if I try: server main

Usher pattern matching (was Re: [Monotone-devel] Usher crashes)

2006-05-13 Thread Jeronimo Pellegrini
OK, I'll compile the problems I found before: If I use: server main host localhost pattern info.aleph0 local -d /home/jeronimo/monotone/main.db * And try to sync brahch info.aleph0.my_branch It won't work. Neither if I try: pattern info.aleph0.* But if I use: pattern

Re: Usher pattern matching (was Re: [Monotone-devel] Usher crashes)

2006-05-13 Thread Timothy Brownawell
On Sat, 2006-05-13 at 23:29 -0300, Jeronimo Pellegrini wrote: OK, I'll compile the problems I found before: If I use: server main host localhost pattern info.aleph0 local -d /home/jeronimo/monotone/main.db * And try to sync brahch info.aleph0.my_branch It won't work.