Re: WinCVS: select in many dirs

2000-05-22 Thread Harald Kucharek
Something like managing working sets of files would be nice, so you can assign different files to different tasks. When a task is completed, you commit it. Would not only help with the revision control, but also with the development side. You don't always have to search around in some directories

RE: patch to log.c to permit dates to be output in localtime

2000-05-22 Thread Noel L Yap
[EMAIL PROTECTED] on 05/19/2000 05:50:01 PM So, I think the conversion has to be done on the client side, since that's the only place that has sufficient information to do the conversion correctly. [smc] Yes, agreed. Again, yuck, (parsing the log output). No wonder nobody has

Re: export philosophy

2000-05-22 Thread Larry Jones
Kyle Hargraves writes: I'm not sure if this should be considered the correct behavior or not. The lib directory is in the repository, it's just empty. I'd rather not add a placeholder file, merely for aesthetic. Is there any ancient philosophy behind not exporting empty directories, or is

Re: patch to log.c to permit dates to be output in localtime

2000-05-22 Thread Larry Jones
Noel L Yap writes: Parsing the log output shouldn't too difficult assuming the stuff coming from the server abides by a common pattern. If this is currently not the case, it should be made this way. IMHO, the standard output for date/time should be "-mm-dd hh:mm:ss". It would be even

Cvs server setup

2000-05-22 Thread rdg
Hi, I'm trying to setup a cvs repository. Locally everything is ok - I only have troubles when the client is on another machine. Protocol is ssh (not default port), and OS (server machine) is based on Red Hat. This is what happens: # cvs -t -d :ext:user@ip_address:/usr/local/cvsroot co

ignoring files

2000-05-22 Thread JR
Is there a way to have a file checked into the repository but not let subsequent check-ins check it in by default? .cvsignore only seems to work with files that are not already in the repository. We have a few files that developers change for testing fairly often, but these changes shouldn't go

Loginfo getting executed every minute.

2000-05-22 Thread David Blevins
My loginfo file is getting executed every minute. No one has performed any action on the repository for a couple hours. What could be causing this? -Dave

Re: some question about gCVS.

2000-05-22 Thread Alexandre Parenteau
David, gCvs is still in Alpha stage, it's not feature complete. What you relate have not been implemented yet. gCvs is going to be advantage for WinCvs users because the interface is going to be alike. However, tkCvs is still the best choice on Unix for now. Regards, alex. Peng Yun wrote:

Re: ignoring files

2000-05-22 Thread Noel L Yap
Such a situation usually occurs for configuration purposes. Configuration parameters usually get set within makefiles and header files. Therefore, if possible, factor out the configurable stuff into another file (that's not in the repository) and include (possibly optionally) this file into the

CVS not working via NFS mount from 5.2 linux

2000-05-22 Thread Martin Stack
We had a IRIX 6.2 as our cvsroot and everyone had the directory NFS mounted. All was well then IRIX 6.2 machine had a heart attack :( CVS repository was copied to new machien IRIX 6.5 everyone redirected CVSROOT to newly located NFS mount. PROBLEM: everyone with linux 6.1 can

Re: Loginfo getting executed every minute.

2000-05-22 Thread Noel L Yap
Some guesses: 1. A cronjob has been set to execute the loginfo script. 2. The loginfo script does a "cvs commit" in the background. 3. A cronjob has been set to "cvs commit". Noel [EMAIL PROTECTED] on 05/22/2000 01:25:54 PM To: [EMAIL PROTECTED] cc: (bcc: Noel L Yap) Subject: Loginfo

Re: CVS not working via NFS mount from 5.2 linux

2000-05-22 Thread Larry Jones
Martin Stack writes: cvs checkout: Updating rtk cvs checkout: cannot open directory /cheetah/database/RTK/cvsroot/rtk: Operation not permitted cvs checkout: skipping directory rtk This is an NFS problem, not a CVS problem. Linix NFS and Irix NFS don't play nice together (actually, Irix

RE: Keyword substitution of tags?

2000-05-22 Thread Chris Cameron
On Tuesday, May 23, 2000 2:44 AM, Keith Refson [SMTP:[EMAIL PROTECTED]] wrote: I'm sure this must be a common question, but it doesn't seem to appear in the cvs FAQ. How can I (semi-?) automatically maintain a text string identifying the project release version number? One way which

Re: ignoring files

2000-05-22 Thread Noel L Yap
[EMAIL PROTECTED] on 05/22/2000 04:22:01 PM We have some files that are correctly added into the repository and that are needed for "compilation" purposes (actually it's a conversion step where I'm converting files from DocBook SGML to groff, LaTeX and other markup languages). They are part

checkout

2000-05-22 Thread Hamid Ghassemi
How can I execute a script on my local machine after doing a cvs co? I am using pserver and pserver is executing the script on the server and not on my local machine. Hamid Ghassemi

Re: ignoring files

2000-05-22 Thread Noel L Yap
[EMAIL PROTECTED] on 05/22/2000 05:16:36 PM I see a few things you can do (none are elegant): 1. Don't regenerate the file. If nothing that the file depends on has changed, why regenerate it? It's the tool behaviour. I can't prevent that. Not now. In the future it will be different. I

maccvs and ssh

2000-05-22 Thread Chris Nandor
I saw some posts on this in the archive, but the basic answer, using ssh tunnelling, does not work for me, for two reasons. One is personal perference: I don't want to pay money to buy F-Secure or whatever. Second is technological: my target host does not allow logins, so I cannot open an ssh

Re: WinCVS: select in many dirs

2000-05-22 Thread Dimitrie O. Paun
On Mon, 22 May 2000, Harald Kucharek wrote: Something like managing working sets of files would be nice, so you can assign different files to different tasks. When a task is completed, you commit it. Would not only help with the revision control, but also with the development side. You don't

Keyword substitution of tags?

2000-05-22 Thread Keith Refson
I'm sure this must be a common question, but it doesn't seem to appear in the cvs FAQ. How can I (semi-?) automatically maintain a text string identifying the project release version number? One way which occurred to me would be to substitute the text of the release tag, but there doesn't