Re: cvs ls wrapper solution

2000-08-31 Thread Lars-Christian Schulze
On Thu, 24 Aug 2000, Eugene Kramer wrote: [...] cvs rdiff -s -D 01/01/1970 -r $branch "$@" 21 \ | sed -e 's/File.//' \ -e 's/is new; current revision./ (/' \ -e 's/(\([0-9][\.0-9]*\)/(\1)/' \ -e 's/cvs server: Diffing/cvs

Permission deny ?

2000-08-31 Thread weider_hsu
Dear all: I have problems in using CVS in Unix. my setting: CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/local/cvs-repository When I used the following command. cvs login (Logging in to [EMAIL PROTECTED]) CVS password:xxx pwd /space/home/twindex/apache/htdocs/weider/intranet ls

accessing remote repositories

2000-08-31 Thread Alexandre Florio
Hi all, i'm trying to access a remote repository using the command: cvs -d :ext:[EMAIL PROTECTED]:/home/cvsroot checkout credon_chat but i got "permission denied" after... the remote shell is working correctly (i can logon using the "rsh 193.82.111.223" command

RE: cvs ls wrapper solution

2000-08-31 Thread Deaver, Carl
If they were to do this: cvs rdiff -s -D "01/01/1970 00:00:00 GMT" -r HEAD Tools would that make it work for people east of GMT? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 9:05 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]

MOdifying files before commits occur

2000-08-31 Thread Ian Koenig
I have tried to figure out how to get CVS server running via :pserver: to have the server run a script on a file being committed. I am running CVS v 1.10.7 The reason for this request? We have people jumping between unix windows in the cvs updates, commits etc.. on the same working copy.

Re: cvs ls wrapper solution

2000-08-31 Thread Larry Jones
Deaver, Carl writes: If they were to do this: cvs rdiff -s -D "01/01/1970 00:00:00 GMT" -r HEAD Tools would that make it work for people east of GMT? Yep. So would "01/01/1970 UTC". -Larry Jones I can feel my brain beginning to atrophy already. -- Calvin

Re: Write Permission

2000-08-31 Thread HMahaffey
In a message dated 8/30/00 12:35:06 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: Is there a way to restrict read/write access for a file based on a group of userids? not exactly -- access control in CVS is only possible (i.e. by default, and in the obvious easy way) on a

Re: CVS Code Freeze and 1.11 Test Release Available

2000-08-31 Thread Matthias Kranz
On Wed, Aug 30, 2000 at 04:34:25PM -0500, Cameron, Steve wrote: Noel Yap wrote: It's interesting that none of "cvs edit -c", "cvs edit -f", and "cvs ci -c" made it into this release even though the patches have been out there for quite some time (at SourceForge under project RCVS) and

Re: CVS Code Freeze and 1.11 Test Release Available

2000-08-31 Thread Laine Stump
Matthias Kranz writes: The problem is probably, that there is no one out there feeling really responsible for saying "Yes" or "No" or "Please adjust your contribution in this manner ...". The guys of OpenAv seem to be reserved about leading the development and who else do you think should

[commit aborted]: end of file from server

2000-08-31 Thread krapivka
Let me try again, i am getting the following message trying to use verifymsg functionality: cvs commit -m "Enter Defect Number:444" crazy.cpp cvs [commit aborted]: end of file from server (consult above messages if any) any ideas what it means?

RE: cvs ls wrapper solution

2000-08-31 Thread Eugene Kramer
Thanks for catching the problem. I guess, it will be practical to use 1971 unless someone's timezone is off by a year :-) Folks, who used RCS before 1971 are out of luck as well. Here is a better featured version: -- cut here -- #!/bin/sh # lists files

Re: cvs ls wrapper solution

2000-08-31 Thread Larry Jones
Eugene Kramer writes: I guess, it will be practical to use 1971 unless someone's timezone is off by a year :-) Folks, who used RCS before 1971 are out of luck as well. Here is a better featured version: What's wrong with "1970-01-01 UTC"? -Larry Jones Mom must've put my cape in the wrong

RE: cvs ls wrapper solution

2000-08-31 Thread Eugene Kramer
Nothing, you are right, and I changed the script in my local copy. I posted the script before your email arrived. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 11:03 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: cvs ls

including and linking from multiple CVS projects

2000-08-31 Thread Jim Gallagher
Hi, I'm investigating CVS as a possible solution for my organization's config management woes. So far, I like what I see, but I some questions; hopefully someone out there can give me some advice. Our environment is mixed win32/hpux. We are in the same boat as lots of folks (I think,) where

Complete list of error messages at commit

2000-08-31 Thread krapivka
Finally, got trace on, and here is the complete list of messages i am getting: cvs -t commit -m "BugId: " -f crazy.cpp (in directory D:\MyDir\crazy) cvs commit: notice: main loop with CVSROOT=:pserver:jcremin@localhost:c:/cvsroot - Sending file `crazy.cpp' to server cvs commit: warning:

Re: cvs ls wrapper solution

2000-08-31 Thread Gerhard Sittig
On Thu, Aug 31, 2000 at 09:03 +0200, Lars-Christian Schulze wrote: % cvs rdiff -s -D 01/01/1970 -r HEAD Tools cvs [rdiff aborted]: Can't parse date/time: 01/01/1970 with cvs 1.10.5 _and_ 1.10.8 on different systems. "cvs rdiff -s -D 01/02/1970 -r HEAD Tools" or later dates seems to

Entries file format

2000-08-31 Thread TC
Hi I tried to commit a file got the eof from server error, see above messages, no above messages BUT I llooked in the CVS/Entries and at the of the line for this file was //T1.1 the rest of the entries did not have any value after the // I deleted this from the Entries file and then tried cvs

Re: CVS checkout filename with space (bug fixed ??)

2000-08-31 Thread Gerhard Ahuis
Larry Jones [EMAIL PROTECTED] wrote: Gerhard Ahuis writes: I have some trouble checking out files with spaces in the name. After some queries on deja news I found that its a bug in cvs. Is this bug fixed at the moment, are there patches ?? No. Most of the core of CVS handles spaces in

Re: including and linking from multiple CVS projects

2000-08-31 Thread Paul Sander
It is possible to use the same build tools and makefiles on both Unix and NT. The usual mechanism is to write a platform-specific makefile that defines default rules and basic macro definitions. Using Gnu Make makes the job easier because its unique features can be brought to bear wherever

Re: including and linking from multiple CVS projects

2000-08-31 Thread Greg A. Woods
[ On , August 31, 1900 at 11:49:27 (PDT), Jim Gallagher wrote: ] Subject: including and linking from multiple CVS projects Our environment is mixed win32/hpux. We are in the same boat as lots of folks (I think,) where most past development was targeted for unix, but the low cost of PCs and

Re: CVS checkout filename with space (bug fixed ??)

2000-08-31 Thread Laine Stump
Gerhard Ahuis writes: I have some trouble checking out files with spaces in the name. After some queries on deja news I found that its a bug in cvs. Is this bug fixed at the moment, are there patches ?? I have files with spaces in them (not by choice - InstallShield saves some project

Why can't I login to cvs ?

2000-08-31 Thread Weider_Hsu ( )
Dear all: Can any one tell me how to set up the permission of CVS server ? I have two different results about the login function. 1. setenv CVSROOT ":pserver:[EMAIL PROTECTED]:/usr/local/MYCVS" cvs login(Logging in to [EMAIL PROTECTED])CVS password:cvs [login aborted]: authorization

RE: Is this possible?

2000-08-31 Thread John Goodsen
you want RAD/CVS ... it lets you select files from the entire set of files in a project and apply an operation to it in one fell swoop. -- John Goodsen RADSoft / Training, Mentoring and Consulting in: [EMAIL PROTECTED] - Java, UML Modeling and OOD Principles http://www.RADSoft.com

Rollback?

2000-08-31 Thread Tom Werges
I need the ability to rollback a module to an earlier tag, and have that tag become the current revision. I was unable to find any way to do this in the faqs. The cvs reference manual lists a way to roll back, but the documentation is incorrect (it shows how to merge the current revision with