Re: CVS Question

2001-03-27 Thread Szabó Tamás
By specifing the file as a parameter $cvs co filename Tamas Richard Abbott wrote: Maybe this is a silly question, but is there any way to check out a single file that is in a module (rather than the whole module)? - Rich ___ Info-cvs

Re: files mode 001 in repository

2001-03-20 Thread Szabó Tamás
Hi! Francesc Guasch wrote: Hi. I got a problem. When a file is created in the repository, its permissions are 001, so it fails locking and crashes. Try to set the CVSUMASK variable. The permisions of directory and files created in the repository should be controlled by this variable. See

Re: Another time question

2001-03-20 Thread Szabó Tamás
If I'm right then the time is always used to determine if the file is modified. The timestamp of the file is compared to the timestamp saved in the Entries file. But if you didn't change the file, you only "touch" it and try to commit then the file will not be really commited. Tamas Annette

Re: cvs server with different names

2001-03-20 Thread Szabó Tamás
Hi! where xxx.xxx.xxx.xxx is the IP address of cvsserver but wincvs still remember my old setting and refuse the new CVSROOT. Is there any way to get around this? Thanks in advance! Try to ping xxx.xxx.xxx.xxx. Try to telnet to xxx.xxx.xxx.xxx's 2401 port. If this is the port that it uses.

Re: cvs server with different names

2001-03-20 Thread Szabó Tamás
Yes it does. You can override that only with the -d global parameter. In WinCVS 1.2(maybe in earlier releases too I don't know) the .cvsrc file is supported. So you had to put in your $HOME directory a file .cvsrc And write in it: cvs -d :pserver:[EMAIL PROTECTED]:/path/to/repository When you

Re: cvs server with different names

2001-03-20 Thread Szabó Tamás
That's exactly what's happening, and it's the way it's supposed to work. CVS uses the Root file to find the repository that the files came from. If you want to use the same IP address for both locations just use the "long form" (xxx.xxx.xxx.xxx) in both places. Probably that won't work

Revision numbers

2001-03-19 Thread Szabó Tamás
Hi! Just from curiosity... I wondering when will a revision number of form n.m change to the form n+1.1 ? If I'm not using cvs co -r n+1.1 is there another case in which CVS will change a revision number from n.m to n+1.1 ? I guess it must be at least one case when m reaches the maximum

Merge algorithm

2001-03-19 Thread Szabó Tamás
Hi! I got another question... Is the merge algorithm used by CVS documented somewhere? I would really appreciate if someone could point me to it. Thanks in advance, Tamas ___ Info-cvs mailing list [EMAIL PROTECTED]

Terminated with fatal signal 11

2001-02-20 Thread Szabó Tamás
Hi! I connected with two cvs users to a remote repository via the pserver method. Both of them checks out a working copy. User1 makes some changes and commits. He make these actions more than once( in my case three times). After that User2 makes some changes too and he wants to commit. I