RE: history command

2005-04-20 Thread Thorsten Schacht
Ins't # cvs history -c -a what you need? The -c shows only the commits instead of -e that shows all. -a means every user. Use -u user to limit the output. http://computing.ee.ethz.ch/sepp/cvs-1.10-to/cvsbook/main_80.html Thorsten -Original Message- From: Todd Denniston [mailto:[EMAIL

Re: updating Entries files only

2005-04-20 Thread Spiro Trikaliotis
Hello Jim, * On Tue, Apr 19, 2005 at 04:33:48PM -0400 Jim.Hyslop wrote: I see. That's a tricky one to overcome. Sometimes, you just gotta bend the rules a little: how important is it, really, for everything to be lower-case? Of course, this is all perfect hind-sight, and doesn't help you in

Re: updating Entries files only

2005-04-20 Thread Spiro Trikaliotis
Hello Frederic, * On Tue, Apr 19, 2005 at 04:31:39PM -0400 Frederic Brehm wrote: How about renaming the *repository* directory ABC to abc? Try it (in a copy of the repository) and see if it breaks anything that you care about. Thank you for this suggestion. I already tried it, but without

Re: updating Entries files only

2005-04-20 Thread Spiro Trikaliotis
Hello, * On Wed, Apr 20, 2005 at 10:15:42AM +0200 I wrote: Actually, though, I should think a 'cvs update -P ABC' followed by a 'cvs update -ld abc' should do the trick for you. Thanks, Jim! This is the solution to my problem. Doing some more tests, this is not a solution to the

Disable cvs commands for users ?

2005-04-20 Thread Maik Walter
Hi, it's possible to block/disable single cvs commands for several users ? We use pserver-access and it would be nice (better :-)) that some users cannot tagging or create branches. Thanks and regards, Maik Walter ___ Info-cvs mailing list

RE: Disable cvs commands for users ?

2005-04-20 Thread Jim.Hyslop
Maik Walter wrote: it's possible to block/disable single cvs commands for several users ? We use pserver-access and it would be nice (better :-)) that some users cannot tagging or create branches. First of all, do you really need to block tagging? Creating tags and branches is pretty

RE: Disable cvs commands for users ?

2005-04-20 Thread Maik Walter
Thanks Jim, I'll try it first via taginfo. Regards, Maik Walter --- InterComponentWare AG Phone: +49-6227-385-106 Fax: +49-6227-385-199 Jim.Hyslop [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 20.04.2005 17:58

RE: What should I do with CVS after IP address changed

2005-04-20 Thread Hong, Yi
Thanks, Jim! I tried to check out with the command cvs -d 141.106.32.35 co healthlink but got the following message: Cvs checkout: CVSROOT 141.106.32.35 must be an absolute pathname Csv [checkout aborted]: Bad CVSROOT. Any idea about this? Could you please let me know how to check out a fresh

RE: What should I do with CVS after IP address changed

2005-04-20 Thread Christopher.Fouts
Either 1. set your CVSROOT environment variable in your startup scirpts appropriately. Ex, for c-shell's .cshrc file setenv CVSROOT :access type:141.106.32.35:/your_cvs_path access type here is either pserver, rsh, ssh, etc. 2. Or from directly from command line cvs co -d

RE: What should I do with CVS after IP address changed

2005-04-20 Thread Hong, Yi
I was able to check out with the new IP address by using the command: cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvs-rep co healthlink But I still got the same error message after I tried to update the file: [EMAIL PROTECTED] images]# cvs update prevpic.gif cvs [update aborted]: connect to

cvs add-ing large source tree

2005-04-20 Thread Jate Sujjavanich
I am having trouble cvs add-ing a very large source tree (500mb). I take the following steps: 1) create a blank module by importing an empty directory 2) check out the empty module into my source root 3) do a find . /( -type d -name CVS -prune \) -o \( -type d \) | xargs cvs add 4) do a find .

checking out multiple branches of a project

2005-04-20 Thread Chris Cheshire
I have a project in source control called mylib (for example) that contains libraries used for my various programs. Currently I need to make some changes to a development branch, as well as some changes to the head. I have been deleting one, checking out the other, deleting it, checking out

CVS Problem

2005-04-20 Thread Manuel Ledesma
I was using CVS in local machine fine; running on top of Fedore Core 4. my cvs version is 1.11.20 and after updating my system, I started getting this error: cvs [login aborted]: unrecognized auth response from localhost: cvs pserver: cannot open /var/cvs/CVSROOT/config: Permission denied I