RE: looking for cvs, cvsweb info for hurd.gnu.org

2001-05-08 Thread Jim Franklin
oops I forgot the CVS manual: http://www.gnu.org/manual/cvs-1.9/cvs.html Jim Franklin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Franklin Sent: Sunday, May 06, 2001 8:44 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: looking for cvs,

Automatically increment build number

2001-05-08 Thread Weber, Mathias-Henry 1254 PPW-P1
I want my project to output the actual build number. My idea is to have a C file containing the build number and automatically increment this build number each time anybody issues a commit. In principle this would mean the following steps: committing Modified.cpp starts

Re: Triggers links to defect tracking systems

2001-05-08 Thread Mark D. Baushke
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Triggers links to defect tracking systems Message-ID: [EMAIL PROTECTED] Date: Mon, 02 Apr 2001 23:47:41 - Hi, Is there any facility in CVS to add hooks for customized actions? For instance, requiring a Bug Number when you

Re: looking for cvs, cvsweb info for hurd.gnu.org

2001-05-08 Thread Federico Montesino Pouzols
On Sun, May 06, 2001 at 09:12:11AM -0700, Jim Franklin wrote: oops I forgot the CVS manual: http://www.gnu.org/manual/cvs-1.9/cvs.html Jim Franklin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Franklin Sent: Sunday, May 06, 2001 8:44

WinCVS directory based access control problem solved

2001-05-08 Thread Infoman: Martin Kretschmar
Hello, the reason for the reported problems of WinCVS and directory based access control has been found. Since CVS is a normal no-suid program, no Linux file protecions were circumvented at any time. The problem results from the interpretation of the CVS/Root files. The contain a single line

CVS watches - question

2001-05-08 Thread Svirskiene, Diana
Hi, please help me - I run into problem with read-only files and watches. If I add file after watch was turned on and then another user updates his working copy, the user receives this new added file without read-only flag - is it a bug or I miss something? I'm running CVS server version

GUI for CVS in Linux

2001-05-08 Thread Amit Bakhru
Sir, I want to implement CVS in my company. Is there any GUI for CVS in Linux. If yes, please send me the link where can i download it. With Regards, Amit Bakhru ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: GUI for CVS in Linux

2001-05-08 Thread David Fuller
http://www.cvsgui.org/ Amit Bakhru wrote: Sir, I want to implement CVS in my company. Is there any GUI for CVS in Linux. If yes, please send me the link where can i download it. With Regards, Amit Bakhru ___ Info-cvs mailing list

Writing a macro in CVS

2001-05-08 Thread Anette Van Aswegen
Hello I am writing a script in Tcl/Tk to retrieve all the files in CVS which have the same tag. The user enters the tag in a textbox and then all the files with the specified tag must be listed. How do I go about to search through the CVS repository and to get the tag part of the file

RE: GUI for CVS in Linux

2001-05-08 Thread Weber, Mathias-Henry 1254 PPW-P1
-Original Message- From: Amit Bakhru [mailto:[EMAIL PROTECTED]] Sir, I want to implement CVS in my company. Is there any GUI for CVS in Linux. If yes, please send me the link where can i download it. I would recommend LinCVS http://www.lincvs.org/ Regards Mathias

Re: looking for cvs, cvsweb info for hurd.gnu.org

2001-05-08 Thread Ognyan Kulev
On Sun, May 06, 2001 at 09:12:11AM -0700, Jim Franklin wrote: If anyone has new or updated links, papers, tutorials, tips, tricks or cvs voodoo we would like to put it on the page. Please send info to [EMAIL PROTECTED] . I think the most important is to include the 3 lines that download CVS

RE: Automatically increment build number

2001-05-08 Thread Weber, Mathias-Henry 1254 PPW-P1
-Original Message- From: Matthew Riechers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8. May 2001 14:01 To: Weber, Mathias-Henry 1254 PPW-P1 Subject: Re: Automatically increment build number Weber, Mathias-Henry 1254 PPW-P1 wrote: I want my project to output the actual

Re: Triggers links to defect tracking systems

2001-05-08 Thread David H. Thornley
Mark D. Baushke wrote: Hi, Is there any facility in CVS to add hooks for customized actions? For instance, requiring a Bug Number when you check in a file, verifying that bugnum against your defect tracking system, etc. It is possible to do some integration of Bug Number and a

Re: Automatically increment build number

2001-05-08 Thread Matthew Riechers
Weber, Mathias-Henry 1254 PPW-P1 wrote: -Original Message- From: Matthew Riechers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8. May 2001 14:01 To: Weber, Mathias-Henry 1254 PPW-P1 Subject: Re: Automatically increment build number Weber, Mathias-Henry 1254 PPW-P1

Binary File Reclaiming

2001-05-08 Thread Furmaniuk, Michael
I was trying to look through the archives on this but can't find anything that's close to what I am seeing, or my searching on the archives is bad. I'm trying to reclaim a binary file that someone has removed, there are only two versions in the repository v1.1 and v1.2, v1.1 is the original

Configuration Question

2001-05-08 Thread Weber, Jeff
I have a few questions about CVS on a RH7 box. On my old box (not originally set-up by me --CVS 1.10.7), CVS has directories within the archived directories, for example: /etc/httpd/CVS But on my new box (1.11.1p1), I can't seem to get the directories created in the same way. If I follow the

Re: Triggers links to defect tracking systems

2001-05-08 Thread Mark D. Baushke
Hi David, David wrote: What I was thinking of doing was using the loginfo hook to check the checkin comment to see that there is a PR number, and then verify that this is a valid PR with checkin approval (we've been having problems with some people checking in stuff without permission, and I'd

branch cleanup

2001-05-08 Thread Nils Jakobson
What to do if branch becomes obsolete and needless? There is no need to merge it into something ( ie branch named recyclesrc ;-),just simple cleanup is needed. I know the branch can be ignored, but is there cleanup scrpits for that purpose? -Nils SWH Technology

Re: Binary File Reclaiming

2001-05-08 Thread Larry Jones
Furmaniuk, Michael writes: cvs server: cannot add file `visa.gif' when RCS file `/usr/local/CVS/webSystems/comcastnet/www/images/visa.gif,v' already exists cvs [server aborted]: correct above errors first! This is a bug that is fixed in 1.11.1 or just after. The workaround is to manually

RE: looking for cvs, cvsweb info for hurd.gnu.org

2001-05-08 Thread Jerry Nairn
There is some good information at http://cvsbook.red-bean.com/ Jerry From: Jim Franklin [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 9:12 AM oops I forgot the CVS manual: http://www.gnu.org/manual/cvs-1.9/cvs.html From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jim

RE: cannot export from remote repo to absolute pathname

2001-05-08 Thread Mark Hewitt
I have an exactly similar problem (CVS version 1.11, Solaris 2.6). Looking at the code suggests that the working area check (i.e., is there a CVS directory here) is done at the server and not at the client. Can this be correct? #!/mjh -Original Message- From: Eric Siegerman

Re: Automatically increment build number

2001-05-08 Thread Mike Castle
On Tue, May 08, 2001 at 04:04:34PM +0200, Weber, Mathias-Henry 1254 PPW-P1 wrote: Another problem with coupling the incrementing of the counter to the build process would mean that this would have to be performed on every client host. The clients run Windows NT which is not my favourite choice

RE: Automatically increment build number

2001-05-08 Thread Jerry Nairn
Is it necessary for your build number to be checked into cvs? You could have every cvs commit update a build number file on a shared disk. Your build system could use this file to obtain a build number. I know this is not without its own problems, but it's an alternative solution. Jerry From:

Re: Updating CVS/Entries

2001-05-08 Thread R Bresner
Ooops. Yeah, it's working. I had an old Entries~ file from emacs (the script I wrote checks Entries*, in case there's .log or whatever.) - Original Message - From: Larry Jones [EMAIL PROTECTED] To: R Bresner [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, May 07, 2001 4:57 PM

Re: cannot export from remote repo to absolute pathname

2001-05-08 Thread Larry Jones
Mark Hewitt writes: I have an exactly similar problem (CVS version 1.11, Solaris 2.6). Looking at the code suggests that the working area check (i.e., is there a CVS directory here) is done at the server and not at the client. Can this be correct? Yes. The server's working area should

repo dirs not checked out

2001-05-08 Thread Jerry Nairn
There seems to be some inconsistency in the way directories with no CVS admin subdirectory are treated by different commands. This only seems to show up when you have a non-cvs controlled directory with a name which corresponds to a directory name in the repository. For example, if the repository

Multiple vendor branches?

2001-05-08 Thread Daniel Horner
Title: Multiple vendor branches? Hi, I've got two external branches of the same code from different vendors, call them A and B. I've imported them as described in TFM under Multiple Vendor Branches. Development has actively continued on the source from A A and B have different, but

RE: Revision Numbers Question

2001-05-08 Thread Jerry Nairn
cvs rdiff -s -r tagname modulename The output may need to parsed a bit. Jerry From: Anthony E. Glover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 8:47 AM To: Info-CVS Subject: Revision Numbers Question I know this must be a very simple thing to do, but I can't seem to find a way of

Re: Multiple vendor branches?

2001-05-08 Thread Greg A. Woods
[ On Tuesday, May 8, 2001 at 17:07:10 (-0400), Daniel Horner wrote: ] Subject: Multiple vendor branches? I've got two external branches of the same code from different vendors, call them A and B. I've imported them as described in TFM under Multiple Vendor Branches. Development has actively

Help!!!

2001-05-08 Thread Voet, Leonard
Id like to remove or move a directory in the repository. I currently have the directory structure $CVSROOT/ $CVSROOT/cvs/ $CVSROOT/cvs/script_dir1/ $CVSROOT/cvs/script_dir1/script1 $CVSROOT/cvs/script_dir1/script2 $CVSROOT/cvs/script_dir1/script3

checkoutlist bogus??

2001-05-08 Thread Peter Lynch
I am using CVS version 1.10.7 on Solaris. I have added a directory called util at $CVSROOT/CVSROOT/util. I then put a file in this directory called foo.bar, then added and committed it to CVS. I get the message that the CVS administrative database is rebuilding.. or whatever without even adding

Re: Problems running cvs pserver

2001-05-08 Thread Sven Dowideit
mmm I also get this problem, and i am trying to build cvs without kerberos support. the problem is that server.c wants to include krb5.h and the Makefile always seems to want to link in the kerberos libraries - that i don;t have installed, and i don't want to install. i run ./configure

CVS batch..

2001-05-08 Thread Amin Jaffer
Hi all, How do i setup a script so that it logons on the server and fetches the files, i.e how do i logon to the server without it prompting me for the password? thanks amin [EMAIL PROTECTED] ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: Problems running cvs pserver

2001-05-08 Thread Larry Jones
Sven Dowideit writes: i run ./configure --disable-encryption --prefix=/opt/cvs --with-gssapi=no and then server.c failes to build because it tries to include krb5.h What version of CVS? The Kerberos stuff is a mess, but it's getting better and better as time goes on. this results in an

Re: checkoutlist bogus??

2001-05-08 Thread Larry Jones
Peter Lynch writes: I have added a directory called util at $CVSROOT/CVSROOT/util. I then put a file in this directory called foo.bar, then added and committed it to CVS. I get the message that the CVS administrative database is rebuilding.. or whatever without even adding it to the

Help on - Management Document.

2001-05-08 Thread Richard Sharp
Members Equity Email System Hi all, I've been asked to write a document explaining our development environment. This is to include the processes of sending developed applications into our test environment and then into production. In addition we need to handle roll back strategies, location of

RE: Problems running cvs pserver

2001-05-08 Thread Sven Dowideit
I have this problem with cvs-1.10 (the one we are currently using in local mode only) and with cvs 1.11p1 (that i am using as a comparison) I think the easiest answer to the --help-comands question is that the newly compiled cvs (either version) is able to do :local: and :ext: checkouts fine,

Diffs by date on a branch?

2001-05-08 Thread Keith Beattie
Is there a way to see diffs by date on a branch? When I do a command like: cvs diff -D 2001/04/20 -D 2001/02/07 foo.bar I get a diff of Trunk revisions over that date range, not revisions from my current branch, which is what I'd like to see. I also tried cvs rdiff

¹Ý°¡¿ö¿ä

2001-05-08 Thread vbss3181
¿©·¯ºÐ¿¡°Ô °¡Àå ÇÊ¿äÇÏ°í À¯ÀÍÇÑ ÄÄÇ»ÅÍ °ü·ÃÇÁ·Î±×·¥À» ÆÄ°ÝÀûÀ¸·Î ½Ñ °¡°Ý¿¡ °ø±ÞÇÕ´Ï´Ù ÃֽŰÔÀÓ. À¯Æ¿°ü·ÃÇÁ·Î±×·¥. MP3. ºñµð¿À½Ãµð µîµî ¸ðµç ÇÁ·Î±×·¥À» ÆǸÅÇÕ´Ï´Ù ¹°·Ð ½Å¿ë °ÆÁ¤À» ÀüÇô ½Å°æ¾²Áö ¸¶½Ê½Ã¿ä ¾ÐÃàÈ­ÀϼÓÀÇ ³»¿ëÀ» º¸½ÅÈÄ ÀüÈ­³ª ¸ÞÀÏ·Î ¿¬¶ôÁֽʽÿä ÀÌ ¸ÞÀÏÀ» º¸³½ ¾ÆÀ̵ð·Î´Â

FW: CVS problem

2001-05-08 Thread Chris Cameron
Greetings, One of our developers has reported the following behaviour from CVS. I think I've found in the update code where this behaviour, the question is whether there is a reason for this behaviour? Our developer expected the timestamp to revert to the original co timestamp. % cvs co

Help on - Management Document.

2001-05-08 Thread Richard Sharp
Members Equity Email System Hi all, I've been asked to write a document explaining our development environment. This is to include the processes of sending developed applications into our test environment and then into production. In addition we need to handle roll back strategies,