RE: jar files in cvs repository

2005-02-18 Thread Jesper Vad Kristensen
Larry Jones wrote: It's better to do: *.[Gg][Ii][Ff] -k 'b' -m 'COPY' (Amazing what you can do in CVS!) But why the -m 'COPY'? My man cvs says: -m message Use message as log information, instead of invoking an editor. Regards, Jesper Vad Kristensen Aarhus, Denmark.

Re: problem setting cvs pserver

2005-02-18 Thread Baurzhan Ismagulov
On Thu, Feb 17, 2005 at 02:44:38PM -0800, alex wrote: I would say this looks like a TCP wrapper (/etc/hosts.allow, /etc/hosts.deny, hosts_access(5), hosts_options(5)). Maybe but where does that comes from and how can I change it. My hosts file are not used ( I am using xinetd not inetd )

Re: jar files in cvs repository

2005-02-18 Thread David A. Bartmess
Used in the cvswrappers file, the -m gives the mode of the file to the cvs admin command, setting the mode of the file to either COPY (do not delta the file, put a full version in every time) or to MERGE (put only delta of file changes into the repository)... On Friday 18 February 2005 01:28

Re: cvs and ssh

2005-02-18 Thread Jean-Rene David
* Serbulent UNSAL [EMAIL PROTECTED]: # cvs -d /var/cvsroot init # chown -R cvs.cvs /var/cvsroot #export CVS_RSH=ssh Here is the error message usta:/home/usta# cvs -d :ext:[EMAIL PROTECTED]:/var/cvsroot checkout module Password: Did you import anything in your repository before