Cvs implementation example.

2003-03-28 Thread Denis JULIEN
Hi, I have to implement a cvs for a multiple developers environment. I have installed it without problems and I've tested the major functionalities and it seems working fine. It's my first time on this kind of versioning system and I don't know the good practice in term of sources organization

Re: Cvs implementation example.

2003-03-28 Thread Herr Christian Wolfgang Hujer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Denis, Am Freitag, 28. März 2003 10:20 schrieb Denis JULIEN: Hi, I have to implement a cvs for a multiple developers environment. I have installed it without problems and I've tested the major functionalities and it seems working fine. It's

Re: CVS Manual, section 2.9.2

2003-03-28 Thread Herr Christian Wolfgang Hujer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello John, Am Mittwoch, 26. März 2003 03:05 schrieb John Daues: Thanks for taking care of the 'bug'. I don't know enough about it yet to know what to choose (rsh, ssh, other?) Maybe if I tell y'all the basics of the system, you can say which.

Files beginning with a minus sign

2003-03-28 Thread Franky Van Liedekerke
Hi all, I added a whole directory to CVS, and everything is working great, except for one thing: I checked in a file starting with a - (the minus sign). Now one of my collegues uses wincvs to edit this new project, and he wanted to delete the file. Marking the file for deletion was ok, but the

Re: Modules and external repository

2003-03-28 Thread Adam Witney
Hi Gurpreet, Yup there is a module file on the external server and I have set $CVSROOT to point to the external server. Does anyone know why this error message means? cvs server: existing repository /usr/local/cvsroot does not match /usr/local/cvsroot/bugs/php_dev cvs server: ignoring module

Re: Info-cvs Digest, Vol 4, Issue 51

2003-03-28 Thread Sunil Philip
hi all i've set up a cvsvnt running on our NT server (location of repository) set up WinCVS for all of us to connect to the server. Now modules (read dirs) can be imported .. but is it possible to check in just files.. since we may want to collect/check-in these (files) from a variety of

Re: Info-cvs Digest, Vol 4, Issue 51

2003-03-28 Thread Mahantesh M Vantmuri
Sunil Philip wrote: i've set up a cvsvnt running on our NT server (location of repository) set up WinCVS for all of us to connect to the server. Now modules (read dirs) can be imported .. but is it possible to check in just files.. since we may want to collect/check-in these (files) from a

RE: Info-cvs Digest, Vol 4, Issue 51

2003-03-28 Thread Gurpreet Singh (SCM)
Hi all Its possible with RepositoryPath/filename Project/filename IN the checkout Module option but with Modulename/filename Need to check .. how it would find a specific defined module which would have files from multiple Projects... Need to check .. ^^ Till next Gurpreet S -Original

Removing file with Wincvs not running?!

2003-03-28 Thread Denis JULIEN
Hi, I'm using WinCvs connected to a pserver cvs running on RH 8.0. I am not able to remove file from a module when I use the WinCvs GUI (remove selected file menu) , it displays an error message saying that the file is tagged and that it cannot to be removed. Nevertheless I can remove it

Re: pserver no such repository

2003-03-28 Thread Derkaoui
I did here is what i got: cvs -d:pserver:[EMAIL PROTECTED]:/var/lib/cvs version Client: Concurrent Versions System (CVS) 1.11.5 (client/server) Server: cvs version: warning: failed to open /home/derm02/.cvspass for reading: No such file or directory cvs version: authorization failed: server

Re: pserver no such repository: bizzare

2003-03-28 Thread Derkaoui
i did the following : [EMAIL PROTECTED]:~$ cvs -d :pserver:[EMAIL PROTECTED]:/var/lib/cvs login Logging in to :pserver:[EMAIL PROTECTED]:2401/var/lib/cvs CVS password: cvs login: authorization failed: server 172.16.0.169 rejected access to /var/lib/cvs for user derm02 [EMAIL PROTECTED]:~$ cvs

Re: Files beginning with a minus sign

2003-03-28 Thread Ronald Petty
What about cvs commit -filename.txt ? or cvs commit ./-filename.txt Ron On Fri, 2003-03-28 at 12:14, Eric Siegerman wrote: On Fri, Mar 28, 2003 at 11:15:43AM +, Franky Van Liedekerke wrote: cvs commit -m message -- -filename.txt So now the cvs command itself ws happy, but the

RE: CVS Manual, section 2.9.2

2003-03-28 Thread Mike Ayers
From: Herr Christian Wolfgang Hujer [mailto:[EMAIL PROTECTED] I use ssh instead of rsh because a) the connection is encrypted b) Authentication can be done on a Private Key / Public Key basis, which I consider much more secure than .rhosts at rsh. When using key authentication (using

RE: Modules and external repository

2003-03-28 Thread Mike Ayers
From: Adam Witney [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 3:19 AM Does anyone know why this error message means? cvs server: existing repository /usr/local/cvsroot does not match /usr/local/cvsroot/bugs/php_dev cvs server: ignoring module php_dev Yes. Your

RE: Files beginning with a minus sign

2003-03-28 Thread Mike Ayers
From: Franky Van Liedekerke [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 3:07 AM So now the cvs command itself ws happy, but the server complains with: up-to-date check failed for -filename.txt First do `cvs update -filename.txt` and see what that says. My testing

RE: Removing file with Wincvs not running?!

2003-03-28 Thread Mike Ayers
From: Denis JULIEN [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 6:45 AM I'm using WinCvs connected to a pserver cvs running on RH 8.0. I am not able to remove file from a module when I use the WinCvs GUI (remove selected file menu) , it displays an error message saying that

Re: Files beginning with a minus sign

2003-03-28 Thread Franky Van Liedekerke
On Fri, 28 Mar 2003 11:13:59 -0800 Mike Ayers [EMAIL PROTECTED] wrote: From: Franky Van Liedekerke [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 3:07 AM So now the cvs command itself ws happy, but the server complains with: up-to-date check failed for -filename.txt

RE: Files beginning with a minus sign

2003-03-28 Thread Mike Ayers
From: Franky Van Liedekerke [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 11:51 AM The file was already checked out from cvs, so it is commited. Sound logic there. But now I want to delete it, and it seems modifying the repository by hand is the only way to do it ...

Re: Info-cvs Digest, Vol 4, Issue 51

2003-03-28 Thread Larry Jones
Sunil Philip writes: i've set up a cvsvnt running on our NT server (location of repository) set up WinCVS for all of us to connect to the server. Now modules (read dirs) can be imported .. but is it possible to check in just files.. since we may want to collect/check-in these (files)

Re: Files beginning with a minus sign

2003-03-28 Thread Larry Jones
Franky Van Liedekerke writes: So now the cvs command itself ws happy, but the server complains with: up-to-date check failed for -filename.txt I think your best bet will be to make an innocuous change to another file and then do: cvs ci otherfile -filtename.txt I believe I have

Re: pserver no such repository: bizzare

2003-03-28 Thread Larry Jones
=?iso-8859-1?q?Derkaoui?= writes: cvs checkout -P \\Athena\root\var\lib\cvs\monModule (in directory C:\monModule) cvs server: cannot find module `\\Athena\root\var\lib\cvs\monModule' - ignored Checkout wants a module name or a relative path from the root, so the command you want would be:

Repository File Corruption

2003-03-28 Thread Wayne Johnson
We had an interesting experience last night. We have a RH Linux CVS server that holds several (hundred?)thousand repository files. A large number (50) of the CVS files got corrupted (truncated) when (according to the history file) one of our users in Germany did a Tag request. The files

Re: Files beginning with a minus sign

2003-03-28 Thread Kaz Kylheku
On 28 Mar 2003, Ronald Petty wrote: What about cvs commit -filename.txt The characters are not part of a command line argument; they are just lexical syntax processed by the shell, affecting how it tokenizes the command line, and also affects the semantics of certain expansions. For

Re: Repository File Corruption

2003-03-28 Thread Donald Sharp
On Fri, Mar 28, 2003 at 12:48:13PM -0800, Wayne Johnson wrote: We had an interesting experience last night. We have a RH Linux CVS server that holds several (hundred?)thousand repository files. A large number (50) of the CVS files got corrupted (truncated) when (according to the history

Re: Repository File Corruption

2003-03-28 Thread Wayne Johnson
--- Donald Sharp [EMAIL PROTECTED] wrote: Backup's of the repository should ideally lock the repository so that it's not changing underneath you as you save the data off. I agree. Might be a bit of a trick to get Veritas to do that. We're looking into it though. Yeah, alot depends on how

FW: Save the bunnies

2003-03-28 Thread Andy Baker
Sorry for the spam, but this is something I feel strongly about. -Original Message- From: Andy Baker [mailto:[EMAIL PROTECTED] Subject: Save the bunnies == 'bcc' option used Hi Folks, A good friend of ours has run a rabbit rescue centre for 12 years taking in and attempting to rehome

Improving CVS Performance?

2003-03-28 Thread Vivek Venugopalan
Hello We have a 2 GB repository running on a Linux system for over an year. It has a few thousand files (approx 10,000 ) and has started progressievly become very slow. We have a lot of tags (daily builds with a tag for each build) and a few branches ( 10). Can you folks suggest what are