about log and rdiff commands

2003-09-22 Thread Julien Wajsberg
Hi, I'm experimenting a little with the log command, and I found a strange behaviour. When using cvs log -rHEAD, I successfully get the log messages for the trunk. But wit cvs log -rHEAD., (with a dot) which should give me the log message for the last revisions on the trunk, I just get: cvs serve

Re: config key: RereadLogAfterVerify

2003-09-04 Thread Julien Wajsberg
This feature appeared later :) In 1.11.2 : >From the NEWS file: Changes from 1.11.1p1 to 1.11.2: * There is a new feature, enabled by RereadLogAfterVerify in CVSROOT/config, which tells CVS to reread the log message after running the verifymsg script. This allows the verifymsg script to reform

RE: CVSROOT/passwd file

2003-09-01 Thread Julien Wajsberg
You can use mkpasswd Or still perl : perl -e 'print crypt "password", "xx"' ; echo (where 'xx' is a random 2-character string). Kind regards, -- Julien Wajsberg -- Hi You may use the htpasswd utilit

Re: Newbie: problems adding directory to repository

2003-08-14 Thread Julien Wajsberg
You have to use "cvs update -dP" on your server sandbox to create new directories and delete empty one in a workign directory. For your other problem I don't know sorry :) -- Julien I've recently started using CVS to help manage a programming project that I, and I alone, am

Re: revision macro

2003-08-07 Thread Julien Wajsberg
> Hi all > how to and where to set a macro so that the revision of the file appears inside the file. > where can I get this information? > > Thanks in advance > See http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_12.html#SEC98 In particular $Header$ or $Id$ :)

Re: RSE's cvs import patch against the current CVS source

2003-07-30 Thread Julien Wajsberg
Mark D. Baushke wrote: > Julien Wajsberg <[EMAIL PROTECTED]> writes: > > > I just saw that 'verifymsg' is processed before 'importinfo' with your > > patch. I don't think it is the correct behaviour :) > > I suggest that you should not d

Re: RSE's cvs import patch against the current CVS source

2003-07-30 Thread Julien Wajsberg
I just saw that 'verifymsg' is processed before 'importinfo' with your patch. I don't think it is the correct behaviour :) How about modifying this ? Somewhere before the call to do_verify ? -- Julien Wajsberg -- Answer to Ralf S. Engelschall <[EMAIL PROTE

Re: setting up cvs and cvsweb....

2003-07-29 Thread Julien Wajsberg
> When I try to access CVSWEB from the web server, I'm getting an error > indicating an error: > > Internal Server Error > The server encountered an internal error or misconfiguration and was unable > to complete your request. > > Please contact the server

Re: Script for a CVS only shell available?

2003-07-29 Thread Julien Wajsberg
Another simple way is to use some features of SSH and the authorized_keys file. You can use the « command="command" » option of this file (see man 8 sshd for more information) man's extract: command="command" Specifies that the command is executed whenever this key is used

Re: Feature Request: admin files for "cvs import" and "cvsadd "

2003-07-28 Thread Julien Wajsberg
Ralf, Thanks for your patch. here is only the 'importinfo' part of your patch, backported to CVS 1.11.5 (I hope it will work on 1.11.6 too). (See attached file: cvs-importinfo-2.patch) It builds succesfully, and I will now try to use it ;) -- Julien Wajsberg --

Re: Feature Request: admin files for "cvs import" and "cvs add"

2003-07-25 Thread Julien Wajsberg
://mail.gnu.org/archive/html/info-cvs/2003-07/msg00144.html Hope this helps you. -- Julien Wajsberg PS: again, sorry for Lotus Notes' bad layout... -- Marc Priest <[EMAIL PROTECTED]> wrote : Julien, I can't seem to find your earlier posting in the archives so I don

Re: Feature Request: admin files for "cvs import" and "cvs add"

2003-07-25 Thread Julien Wajsberg
I think it is an important issue, and I don't understand why a CVS developer didn't give an advice about this yet... -- Julien Wajsberg My previous post titled "cvs_acls and cvs import" has got no reply so far, and I suppose I should regard it as no one knows of an ans

restricting import

2003-07-11 Thread Julien Wajsberg
Hello :) is there a way to restrict import use ? There don't seem to be any hook for this command... Thanks :) -- Julien Wajsberg ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: branch and version

2003-06-26 Thread Julien Wajsberg
If you mean 'I would like to replace a specific revision of a file', no :) The correct way is to tag when you're freezing, and to create a new ("stable") branch if you need to make modifications. -- Julien Wajsberg Hi, we're sharing the same branch among the de