Fw: CVS setup help

2002-01-27 Thread Rohit Peyyeti
Thanks Larry, but I am having problems getting Read-Only access in CVS using pserver. I created user called 'rohit' in system and created respective entry in the CVSROOT/passed CVSROOT/readers. There is no CVSROOT/writers file. Here are the entries: CVSROOT/readers: - readroh

Connection between CVS1.11 server(Linux) and WinCVS1.2 Client is failed

2002-01-27 Thread Radha Krishna
Hi, I failed in establishing the connection between the CVS1.11 Server which i installed on Linux(Kernel 2.2.16-22) and WinCVS1.2 Client which i installed on Windows98. Whenever i try to login from WinCVS1.2 to CVS1.11 server, iam getting the following response.

export files between tags?

2002-01-27 Thread Dmitry Skachkov
Is there a way to export only files modified or added between two tags? What I do now is: cvs export -r tag1 -d tag1 myproject cvs seport -r tag2 -d tag2 myproject Then I run a diff, on the tag1 and tag2 directories and make a file list of different files, then I copy those files into other

Check wich files are changed between two tags

2002-01-27 Thread Kjetil . Frodahl . Svingen
Hi, I would like to find out what the diference between two tags is. (And further also what the change is, by who ...) How can I do this? (preferable without doing any updates in my working directory.) kjetil ___ Info-cvs mailing list [EMAIL

Re: Hanging checkout

2002-01-27 Thread Rick Shafer
From: Gianni Mariani [EMAIL PROTECTED] I've seen a hanging behaviour once when an RCS file was corrupted in the repository. I'd check on HM_Arrays.js,v . Corruption can happen (happened to me) between Windows and Unix where the file-names are mixed case and comare equal on Windows and

Authorization failed when trying to do an import

2002-01-27 Thread Neil Aggarwal
Olav: I started over and now I am getting a different error message. Here is what I did: cvs -d /usr/local/cvsroot init /usr/sbin/useradd cvs cd /usr/local/cvsroot chown -R cvs.cvs . chmod ug+rwx . CVSROOT vi /etc/xinetd.d/cvs and added these lines: service cvs { port = 2401

Re: Authorization failed when trying to do an import

2002-01-27 Thread Olav Lindkjølen
vi /usr/local/cvsroot/CVSROOT/passwd Added a line with my user name and password: neil:[password] Try and modify /usr/local/cvsroot/CVSROOT/passwd to: neil:[password]:cvs The part after the password is the system user the server access the repository as when youre loggin into cvs as

ÐÒÏÇÒÁÍÍÙ ÄÌÑ ÓÁÍÏÓÔÏÑÔÅÌØÎÏÊ ÒÁÓËÒÕÔËÉ ×ÁÛÅÇÏ ÓÁÊÔÁ É ÚÁÒÁÂÁÔÙ×ÁÎÉÑ ÄÅÎÅÇ

2002-01-27 Thread vvalery
éÎÓÔÒÕÍÅÎÔÁÒÉÊ (ÐÒÏÇÒÁÍÍÙ) ÄÌÑ ÓÁÍÏÓÔÏÑÔÅÌØÎÏÊ ÒÁÓËÒÕÔËÉ ×ÁÛÅÇÏ ÓÁÊÔÁ É ÚÁÒÁÂÁÔÙ×ÁÎÉÑ ÄÅÎÅÇ http://webcenter.ru/~krosbi/ ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

how to manage two simular projects?

2002-01-27 Thread Christoph Bayer
Hello everybody, I want to mangage two very simular projects with cvs: They have a big common part and small parts which make the projects different. I would like to have it working like this: If I check-out Project one, cvs checks out the common part and the the part special for project one.

stunnel not picking up arguments

2002-01-27 Thread Neil Aggarwal
Hello: I am trying to set-up a stunnel for my CVS pserver on my RedHat 7.1 box. Everything is working fine with the CVS pserver. I tried to type this command manually: stunnel -d 22401 -l /usr/bin/cvs -- --allow-root=/usr/local/cvsroot pserver As I understand it from the man page, everything

ANNOUNCE: New version control tool, MCVS.

2002-01-27 Thread Kaz Kylheku
[Followups set to e-mail] MCVS manages an alternate representation for a file system tree, which allows changes in the directory structure to be stored in CVS. Acting as a CVS front end, MCVS replaces the cvs command with mcvs. So one can do mcvs checkout, mcvs add, mcvs update and so on. There

Re: how to manage two simular projects?

2002-01-27 Thread Felix Moedritscher
Christoph Bayer [EMAIL PROTECTED] wrote: This is a multi-part message in MIME format. Hello everybody, I want to mangage two very simular projects with cvs: They have a big common part and small parts which make the projects different. What about using a branch for one project. Or you

Re: WINCVS and MSVC problem

2002-01-27 Thread Alastair J. Houghton
[EMAIL PROTECTED] (Kaz Kylheku) writes: In article [EMAIL PROTECTED], Stephan Feder wrote: Kaz Kylheku wrote: In article [EMAIL PROTECTED], Stephan Feder wrote: Larry, I know how the cvs client handles line endings but nonetheless it is a problem for quite a few users. What about

Paid support for CVS

2002-01-27 Thread Alastair J. Houghton
I don't know whether this is the right place to post this question, but the company I work for would like to obtain paid support for CVS, so I'm looking for a reputable company (ideally in the UK) that could provide such support. Regards, Alastair Houghton.

Re: how to manage two simular projects?

2002-01-27 Thread Kaz Kylheku
In article a3213e$sm7$[EMAIL PROTECTED], Felix Moedritscher wrote: Christoph Bayer [EMAIL PROTECTED] wrote: This is a multi-part message in MIME format. Hello everybody, I want to mangage two very simular projects with cvs: They have a big common part and small parts which make the

Re: Paid support for CVS

2002-01-27 Thread Kaz Kylheku
In article [EMAIL PROTECTED], Alastair J. Houghton wrote: I don't know whether this is the right place to post this question, but the company I work for would like to obtain paid support for CVS, so I'm looking for a reputable company (ideally in the UK) that could provide such support. No, it

Re: Repository access question...

2002-01-27 Thread Larry Jones
Olav =?ISO-8859-1?Q?Lindkj=F8len?= writes: but when I try to checkout a module it says: setgid failed: operation not permitted. I have the modules owned by their respective user:group and have done a chmod 2770 module. What have I missed? That indicates that you're not running CVS as root

Re: CVS pserver on RedHat 7.1 lets me login, but when I do import, it fails

2002-01-27 Thread Larry Jones
Neil Aggarwal writes: vi /etc/xinetd.d/cvs and added these lines: service cvs That should probably be cvspserver rather than cvs. { port = 2401 If cvspserver is defined as port 2401 in /etc/services, which it should be, you don't need that line (although it doesn't hurt).

Re: How to auto-login and update command in a batch file?

2002-01-27 Thread Larry Jones
James Knowles writes: Do you know how to auto-login and update command in a batch file? Don't. Log in, by hand, once, I guess the detail that is not clear is whether this is done over an insecure network. That is an orthogonal issue.

Re: Check wich files are changed between two tags

2002-01-27 Thread Larry Jones
[EMAIL PROTECTED] writes: I would like to find out what the diference between two tags is. cvs diff -rtag1 -rtag2 (or rdiff). (And further also what the change is, by who ...) cvs log -rtag1::tag2 but only in the current development version of CVS. -Larry Jones I wonder

Re: Connection between CVS1.11 server(Linux) and WinCVS1.2 Client is

2002-01-27 Thread Larry Jones
Radha Krishna writes: 3)Manually I have created a passwd file called passwd in home/cvs111/CVSROOT and added the following single as the entry in the passwd file which allows the user cvs111 without the password. cvs: No, that allows the user cvs without a password. -Larry Jones What

Re: export files between tags?

2002-01-27 Thread Larry Jones
Dmitry Skachkov writes: Is there a way to export only files modified or added between two tags? Not really. -Larry Jones I'll be a hulking, surly teen-ager before you know it!! -- Calvin ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: CVS setup help

2002-01-27 Thread Rohit Peyyeti
Larry: rohit = system user readroh = cvs user I changed $CVSROOT/CVSROOT/passwd file. This is how it has right now: $CVSROOT/CVSROOT/passwd : readroh::rohit $CVSROOT/CVSROOT/readers : readroh In .bash_profile : CVSROOT=:pserver:rohit@server:/usr/local/cvs-rep As usuall, I am logging to CVS

cvs on red-hat 7.2 ?

2002-01-27 Thread Itamar Ofek
Title: cvs on red-hat 7.2 ? Hi everybody, I have tried tio set up CVS on a linux red-hat 7.2 box, after reading the HOwTO, as root I created a user cvs:cvs - home dir is /home/cvsroot drwxrws--- 4 cvs cvs 4096 Jan 27 17:29 cvsroot # ll cvsroot drwxrwxr-x 3 cvs cvs 4096 Jan 10 11:41

Re: CVS setup help

2002-01-27 Thread Larry Jones
Rohit Peyyeti writes: rohit = system user readroh = cvs user I changed $CVSROOT/CVSROOT/passwd file. This is how it has right now: $CVSROOT/CVSROOT/passwd : readroh::rohit $CVSROOT/CVSROOT/readers : readroh In .bash_profile : CVSROOT=:pserver:rohit@server:/usr/local/cvs-rep