CVS-Tree

2000-07-31 Thread Rohit Desai
Hi, Is there any tool/script around that would display the version tree in a format as follows : 1.1- Main | 1.2 | 1.3 - Release | 1.4 |

extended watch

2000-07-31 Thread Peter Toft
Hi there I have for a long time wanted to get more info in my "cvs watch add" mails. The notification that others have made a commit is too little for me. I want the log-message in my mail. I have tried to make the log.pl contrib-script work but it seems that I either don't pull the right trigg

Re: cvs commit ../include/foo.h

2000-07-31 Thread Larry Jones
[EMAIL PROTECTED] writes: > > After upgrading to CVS 1.10.8, I get this error: > > protocol error: '..' has too many .. I think this is a bug -- the client is supposed to tell the server how many levels of .. it expects to send and the server compensates, but when the code was rearranged to

Re: cvs commit ../include/foo.h

2000-07-31 Thread Pavel Roskin
Hello! > I used to be able to commit like this: > cvs commit -m"foo changes" foo.c ../include/foo.h > After upgrading to CVS 1.10.8, I get this error: > protocol error: '..' has too many .. > This worked in 1.10.1. Is this a bug, or was it incorporated to fix some > other condition? I

Re: file permission problem

2000-07-31 Thread Larry Jones
[EMAIL PROTECTED] writes: > > i add a file to a existing project. > 1. ´cvs add README´ (this is only a example :-)) ok i got the > messages "file added - make commit" > 2. ok i commit. ´cvs co README´ . cvs create the file, but with > the > permissions - (correct: nothing for anyone)

cvs commit ../include/foo.h

2000-07-31 Thread HMahaffey
I used to be able to commit like this: cvs commit -m"foo changes" foo.c ../include/foo.h After upgrading to CVS 1.10.8, I get this error: protocol error: '..' has too many .. If I pass the full pathname of the file (e.g., "$HOME/cvs/foo/include/foo.h"), I get absolute pathname

WinCVS Macros

2000-07-31 Thread Sheldon Samuels
I realize that this is a CVS mailing list and not a WinCVS list, but I have a WinCVS question that I am going to ask anyway. Does anyone know how to create macros to run under WinCVS? It's my understanding that you can create macros for some functions, but I can't find any documentation on ho

RE: Checking branch for commit

2000-07-31 Thread Chris Cameron
On Friday, July 28, 2000 9:45 PM, Marc Poinot [SMTP:[EMAIL PROTECTED]] wrote: > > I have to check the commited branch, but the commitinfo > actually gives nothing else but the file name. > The loginfo has more infos, but it cannot make the commit > fail. Thus, I have modified the src/commit.c fil

Re: file permission problem

2000-07-31 Thread Noel L Yap
[EMAIL PROTECTED] on 2000.07.31 11:19:09 >i add a file to a existing project. >1. ´cvs add README´ (this is only a example :-)) ok i got the >messages "file added - make commit" >2. ok i commit. ´cvs co README´ . cvs create the file, but with >the >permissions - (correct: nothing for

RE: Checking branch for commit

2000-07-31 Thread Jerry Nairn
> From: Laird Nelson [mailto:[EMAIL PROTECTED]] > Marc Poinot wrote: > > On the server side ? > Yes; even in a pserver or rsh context. If your script is being called [] > semantics I can't recall at the moment). Here's an example: > > /ScopeTypes.java/1.1/Wed Jul 12 22:21:05 2000// Perha

Re: Have you ever heard about "commitcheck" binary ?

2000-07-31 Thread Stephen Rasku
[EMAIL PROTECTED] wrote: >Hi, there. > >I have a question about some binary i.e. "commitcheck" which isn't >included in CVS source. > >A senior of mine has installed CVS, and added some binary "commitcheck" >to patch a bug. > >But he's not, here. So I cannot ask him why he added the file, >"com

file permission problem

2000-07-31 Thread bernd . gabelmann
hi, i posted this question one week ago. the problem: i add a file to a existing project. 1. ´cvs add README´ (this is only a example :-)) ok i got the messages "file added - make commit" 2. ok i commit. ´cvs co README´ . cvs create the file, but with the permissions - (correct: noth

Re: latest patches posted to SourceForge RCVS

2000-07-31 Thread Noel L Yap
I've cc'd the mailing list 'cos part of my response may be important to others. The patches I've posted are incremental meaning that you'll have to apply each of the preceding ones before the one you really need. Of course, this means that you may get more than you wanted. You might want to man

Re: Recursiveness not achievable in CVSClient

2000-07-31 Thread Mike
This should not happen. When you do the import it should import all the files and dirs below that directory. Try checking a reference to see what the options are for the import command. I can't recall off the top of my head, but there may be an -r option for recursive. Also be sure you have

Recursiveness not achievable in CVSClient

2000-07-31 Thread Praveen.C
Hi Im working with the development of CVSClient in java on Linux. My query is how to do recursive add or import of directories That is when you do above operations, How to create subdirectories to module in the repository. if i import a directory, only one directory gets imported to repository.