Re: Feature request/ideas

2005-02-22 Thread Derek Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank Hemer wrote: | In response to an old thread/message from dec 04, | (http://lists.gnu.org/archive/html/bug-cvs/2004-12/msg00150.html) I | would like to add some suggestions: | | The cvsnt commitid feature for the log cmd is a very neet feature | be

Re: FAQ-O-Matic pserver protocol

2005-02-22 Thread Derek Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Murphy wrote: | Derek Price wrote: | |> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 |> |> Larry Jones wrote: |> |> | Guus Leeuw jr. writes: | |> I take this as a veto for no |> switches, but merely "cvs passwd" |> which would run only: a) if |>

Re: FAQ-O-Matic pserver protocol

2005-02-22 Thread Brian Murphy
Derek Price wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Jones wrote: | Guus Leeuw jr. writes: | |> I take this as a veto for no switches, but merely "cvs passwd" |> which would run only: a) if pserver protocol b) the user in |> questo is listed in CVSROOT/passwd on the pserver | | |

RE: Changing passwords for CVS Users (pserver protocol)

2005-02-22 Thread Jim.Hyslop
Derek Price wrote: > The patch does what you said it would on stable, but something else is > wrong on feature. The new watch6-2 test fails - basically, > the previous > watch add appears to be failing without reporting the error. I've > attached a revised patch, with the failing tests (which,

RE: lines modified in newly-added files

2005-02-22 Thread Jim.Hyslop
Derek Price wrote: > Neil Conway wrote: > > | Jim.Hyslop wrote: > | > |> Maybe it could be turned on using a command-line option, e.g.: > |> > |> cvs commit -a > |> > |> -a Display the number of lines added/removed for new or deleted > |> files. > | > | > | I'm don't think that a flag to "commit"

Re: lines modified in newly-added files

2005-02-22 Thread Derek Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Conway wrote: | Jim.Hyslop wrote: | |> Maybe it could be turned on using a command-line option, e.g.: |> |> cvs commit -a |> |> -a Display the number of lines added/removed for new or deleted |> files. | | | I'm don't think that a flag to "commit"

Re: lines modified in newly-added files

2005-02-22 Thread Derek Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Conway wrote: | Derek Price wrote: | |> You will need to count the total number of lines in the HEAD |> revision and keep it up to date as added and deleted lines for |> other revisions are processed. Later, in `cvs log', these new |> fields should

Re: CVS Feature Branch - Windows Build Broken - run_add_arg, run_piped

2005-02-22 Thread Derek Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Derek Price wrote: | Thanks for noticing strtok is unneeded. I'm installing that in src | too. Er, I thought I saw that there was an extra strtok decl in src too, but I guess not. Thanks regardless. Cheers, Derek -BEGIN PGP SIGNATURE- Version:

Re: CVS Feature Branch - Windows Build Broken - run_add_arg, run_piped

2005-02-22 Thread Derek Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Conrad T. Pino wrote: | The following patch fixes all build errors. | | I don't claim it works and I don't claim it doesn't work. | | It's a good guess and I'd appreciate feedback before committing. It looked good and I committed it. Thanks for noticin

Re: FAQ-O-Matic pserver protocol

2005-02-22 Thread Derek Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Jones wrote: | Guus Leeuw jr. writes: | |> I take this as a veto for no switches, but merely "cvs passwd" |> which would run only: a) if pserver protocol b) the user in |> questo is listed in CVSROOT/passwd on the pserver | | | I don't even like t

Re: Windows & POSIX

2005-02-22 Thread Frank Hemer
> Maybe there is an easy solution for this, but I have not yet > found it. What about taking some code/adapt code from cvsnt? I have not taken a detailed look at it, but there must already be some abstraction done ... Frank ___ Bug-cvs mailing list B

Re: Windows & POSIX

2005-02-22 Thread Ingolf Steinbach
Hi Conrad, On Tuesday 22 February 2005 04:34, Conrad T. Pino wrote: > How does abstracting all CVS I/O calls for files, pipes > and sockets sound to you? Emulating non-blocking I/O (including select()) with Windows API functions (asynchronous ReadFile()/WriteFile() and WaitForMultipleObjects()) i

CVS build fails with --disable-client option

2005-02-22 Thread Jim Salter
$ ./configure --disable-client $ make ... if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -I/usr/kerberos/include -Ino/include -g -O2 -MT edit.o -MD -MP -MF ".deps/edit.Tpo" -c -o edit.o edit.c; \ then mv -f ".deps/edit.Tpo" ".deps/edit.Po"; else rm -f ".deps/edit.Tpo

Feature request/ideas

2005-02-22 Thread Frank Hemer
In response to an old thread/message from dec 04, (http://lists.gnu.org/archive/html/bug-cvs/2004-12/msg00150.html) I would like to add some suggestions: The cvsnt commitid feature for the log cmd is a very neet feature because it allows to collect all versions that belong to a single commit.