recovery of erroneously committed file

2000-09-14 Thread Niall Hosiene
I have accidentally checked in a Microsoft Word format file as a normal text file, instead of binary. Can I recover this file in its original form, or is it permanently trashed? We use CVS in client/server, with NT4 clients, and server on HP-UX 11. CVS version 1.10.5. Niall

Entries format question

2000-09-14 Thread Laird Nelson
I'm finding a case where there's a '=' in the date field of a line in an Entries file when I'm doing a cvs tag. The = is not documented in the Cederqvist as being one of the characters that should show up in the timestamp field. I'm running a taginfo script under pserver that parses the Entries

Taginfo question

2000-09-14 Thread Laird Nelson
Is there any way to determine from within a taginfo script whether the tag being added is a branch tag? I'm inclined to say no--no such information exists in any of the arguments etc. passed to taginfo, in the ,v file or in the environment. Cheers, Laird

Re: Taginfo question

2000-09-14 Thread Donald Sharp
You could create a rule that says branches are all lowercase and non-branch tags are all uppercase. Enforcement could be dictated through a script you write that the users must use to lay tags... donald On Thu, Sep 14, 2000 at 08:50:04AM -0400, Laird Nelson wrote: Is there any way to

Taginfo question

2000-09-14 Thread Alex Harper
Title: Taginfo question I've been looking for this myself, and I believe you are correct. A few weeks ago (in August) one of the OpenAvenue developers posted a patch which provides branch info in taginfo (as well as other information I need in commitinfo, etc.). The patch was for the

inetd question related to cvs (not usual pserver doesn't work FAQ)

2000-09-14 Thread Laird Nelson
inetd programs are supposed to be able to simply read from STDIN, right? I'm trying to write a wrapper program around cvs pserver that gets invoked, obviously, from STDIN. I'd like to peek at the conversation between client and server, and I thought I could get at this conversation by simply

Re: Can CVS import directory structure ?

2000-09-14 Thread Larry Jones
[EMAIL PROTECTED] writes: for example : I have a project as following structure. /project/a /project/a-a /project/b /project/b-a can't I import project ? can't CVS recursively import the subdirectory ? Yes, CVS import is recursive. -Larry Jones I just can't identify with that

Re: Taginfo question

2000-09-14 Thread Laird Nelson
Another taginfo question (maybe a bug report). Cederqvist says that the taginfo script is supposed to get five arguments: tag, action, directory, file and revision. But when I do a cvs tag -d someTag someFile.txt I get three: tag ("someTag"), action ("del") and directory

Re: inetd question related to cvs (not usual pserver doesn't work FAQ)

2000-09-14 Thread Larry Jones
Laird Nelson writes: inetd programs are supposed to be able to simply read from STDIN, right? I'm trying to write a wrapper program around cvs pserver that gets invoked, obviously, from STDIN. I'd like to peek at the conversation between client and server, and I thought I could get at

Re: Entries format question

2000-09-14 Thread Larry Jones
Laird Nelson writes: I'm finding a case where there's a '=' in the date field of a line in an Entries file when I'm doing a cvs tag. The = is not documented in the Cederqvist as being one of the characters that should show up in the timestamp field. I'm running a taginfo script under

RE: inetd question related to cvs (not usual pserver doesn't work FAQ)

2000-09-14 Thread TTaylor
An easier way to look at the pserver client/server dialog is to define the CVS_CLIENT_LOG environment variable with the base file name for the log on the client. The client will create two files. Everything that the client sends to the server is logged in filename.in and everything from the

Re: inetd question related to cvs (not usual pserver doesn't workFAQ)

2000-09-14 Thread Laird Nelson
[EMAIL PROTECTED] wrote: An easier way to look at the pserver client/server dialog is to define the CVS_CLIENT_LOG environment variable with the base file name for the log on the client. Yes; thanks. What I'm actually trying to do is harvest some information from the pserver connection that

Re: inetd question related to cvs (not usual pserver doesn't workFAQ)

2000-09-14 Thread Joerg Faschingbauer
"Laird" == Laird Nelson [EMAIL PROTECTED] writes: Laird [EMAIL PROTECTED] wrote: An easier way to look at the pserver client/server dialog is to define the CVS_CLIENT_LOG environment variable with the base file name for the log on the client. Laird Yes; thanks. What I'm actually trying to

SSH and PServer

2000-09-14 Thread Christian, Joanne
Hi Everyone, I'm trying to set up pserver on a redhat linux machine that is running ssh. After following the instructions in the gnu manual; I still can't connect using the login command. Can anyone assist or refer me to some documentation that could help? Joanne

Re: Taginfo question

2000-09-14 Thread Larry Jones
Laird Nelson writes: Cederqvist says that the taginfo script is supposed to get five arguments: tag, action, directory, file and revision. No it doesn't, it says that the taginfo script gets tag, action, and directory, and that any additional arguments are file/revisions pairs. The taginfo

RE: Keyword substitution in binary files?

2000-09-14 Thread Guus Leeuw
Hey Anders, I have a tool that is capable of performing the substitution, but I know of no way to get the (new) revision number before the file is actually committed. You could run a 'cvs log thefile.doc' prior to substituting and comitting the doc. Of course, you have to make sure that

RE: recovery of erroneously committed file

2000-09-14 Thread Guus Leeuw
I have accidentally checked in a Microsoft Word format file as a normal text file, instead of binary. Can I recover this file in its original form, or is it permanently trashed? Two options come to mind: 1) If your file was the first version, get someone to delete the

Re: What is Cederqvist?

2000-09-14 Thread Greg A. Woods
[ On Tuesday, September 12, 2000 at 15:34:02 (-0700), Craig Saunders wrote: ] Subject: Re: What is Cederqvist? I find this all very amusing because when I suggested that we should have an FAQ (which would include answers to questions like this) I was told by the loud, obnoxious old-timers

RE: What is Cederqvist?

2000-09-14 Thread Greg A. Woods
[ On Tuesday, September 12, 2000 at 17:15:25 (-0700), Tom Werges wrote: ] Subject: RE: What is Cederqvist? In my opinion, referring to a standard document by the last name of its author is not snooty or superior. I suppose that depends on who you are. In my opinion it does very much the

Installing tkCVS

2000-09-14 Thread Annette Waters
I am looking for some documentation on how to install tkCVS Thanks for any and all help!

Recall: Installing tkCVS

2000-09-14 Thread Annette Waters
Annette Waters would like to recall the message, "Installing tkCVS".

Re: What is Cederqvist?

2000-09-14 Thread Russ Allbery
Greg A Woods [EMAIL PROTECTED] writes: [ On Tuesday, September 12, 2000 at 17:15:25 (-0700), Tom Werges wrote: ] In my opinion, referring to a standard document by the last name of its author is not snooty or superior. I suppose that depends on who you are. In my opinion it does very much

Re: What is Cederqvist?

2000-09-14 Thread Craig Saunders
From: Jerry Nairn [EMAIL PROTECTED] I agree with most of your comments, but there is a FAQ at: http://www.loria.fr/cgi-bin/molli/fom.cgi Cheers, Jerry Which is not updated with QA from the list nor posted to the mailing list periodically. Also, with a personal bias, I find it

Cvs diff with multiples files in multiples directories

2000-09-14 Thread Fabrice Gautier
Hi, I'm working on a CVS source tree where I only have read-only access. So when I do some change I try to produce a patch that could be easily applied. I have a subtree that looks like kernel \---current \---src \---include And I have a modified source(kapi.cxx) and an

Re: SSH and PServer

2000-09-14 Thread Mike Castle
On Thu, Sep 14, 2000 at 04:25:04PM -0400, Christian, Joanne wrote: I'm trying to set up pserver on a redhat linux machine that is running ssh. Umm... either user pserver or use ssh. (well, you can use ssh tunneling to access pserver, but that's awfully silly). Instead of trying to use