How can I tell CVS to take a directory as the latest Version of abranch?

2003-03-06 Thread Fabio Fracassi
Hi, I have allready asked this question on this list about a month ago, (How to add files to a branch), but nobody answered. since this is realy important and I couldn't find the information anywhere, I ask again. I have a version of my project, which changed very much since the last checkout.

Re: How can I tell CVS to take a directory as the latestVersion of a branch?

2003-03-06 Thread Fabian Cenedese
I have a version of my project, which changed very much since the last checkout. there were files added, removed and moved, so a normal commit won't work as I expect it to, especially since CVS wont let me add any files to the branch. Why doesn't cvs let you add files? What does it say? Is it

Re: [cvsgui] update command question

2003-03-06 Thread Gagneet Singh
Hi! I have files in a CVS repository under the directory cvsroot/sc/etc. = If I run the command cvs checkout sc/etc the files get placed in the = current directrory, in the *same* directory structure (i.e. sc/etc/). = How can I place those files in different directory strructure, (e.g = etc).

Re: Help required

2003-03-06 Thread Donald Sharp
manually go fix the data and time. The time is in the first column after the first character. It's stored as a hex time in seconds since the epoch. Find the offending numbers and replace them with 'good' ones. M3a9b9d79|sharpd|~/develop/*0|check_cvs|1.16|check_cvs.pl

Beware cygwin and CVS - moving tree risks.

2003-03-06 Thread Gianni Mariani
This is just a friendly note for anyone using cywin and CVS in a mixed environment (with samba and linux). As you are probably aware CVS stores it's control files as text files and does not like spurious \r's in random strings that it reads. FINE - trees checked out on unix remain as trees

Re: Self compiling and login failure messages

2003-03-06 Thread Larry Jones
Wolfgang Mettbach writes: I downloaded the latest source code to get rid of the security bugs hanging around in older versions. After compiling I noticed messages about login failures in the syslog file. This wouldn't be bad if the used password wasn't written there unencrypted. If someone

Want to get only those files changed since the time we last tagged.

2003-03-06 Thread Subramani, GnanaShekar (MED, TCS)
Hi all, How can I checkout/get only those files which have changed since the time we had tagged a build. I am thinking of moving only these changes to the application environments. Request you to give your suggestion/solutions. Thanks Regards, -Gnana Shekar- TATA Consultancy Services

Re: View all tags or branches

2003-03-06 Thread Larry Jones
Rob Helmer writes: rlog and log accept the option to *not* show tags, but I guess it would be handy in your case to only show tags. You might find status -v to be more useful for that case. -Larry Jones Everybody's a slave to routine. -- Calvin

Re: View all tags or branches

2003-03-06 Thread Ed Swierk
On Wed, Mar 05, 2003 at 05:00:56PM -0600, Hanman Gajarla wrote: I am trying to view all the tags and branches created in one of our CVS modules. Does any one suggest a command for this purpose? I use a Perl script called rtaginfo, designed just for this purpose. It was originally posted to

Re: Changes since a tag but only the revision and check in

2003-03-06 Thread Larry Jones
Patrick Lee writes: cvs log -r rev1::rev2 module And I have added new files that are tagged with rev2 but the files don't exist with the rev1 tag, is it possible to have cvs log show those files with log comments since the first revision of the file? Not directly. What you can do is

Re: MFC'ing

2003-03-06 Thread Kaz Kylheku
Philip M. Gollucci [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Thanks in advanced. Sorry for the crosspost, but I know some of you FreeB SD developers do this all the time. But this is a CVS newsgroup/mailing list, not a FreeBSD forum. The term MFC means nothing here, but

Pb with cvsweb

2003-03-06 Thread Samuel Blanchet
Hi, I'm using CVSWEB for NT and I can't download a binary file added in the repositoryafter the import action. I'm looking for the good request to Add a bin file in a repository ? Thank's a lot. Sam ___ Info-cvs mailing list [EMAIL PROTECTED]

two different behaviors for cvs export

2003-03-06 Thread Chris Chang
Folks, !-- export 1 -- cvs -z9 -q export -l -r V2-03[build-217] -d ./rel test/incremental/V2-03/bug1234.sql !-- output 1 (expected) -- U ./rel/bug1234.sql !-- export 2 -- cvs -z9 -q export -l -r V2-03[build-217] -d ./rel test/incremental/V2-03/bug1234.sql test/incremental/V2-03/bug2467.sql

Re: two different behaviors for cvs export

2003-03-06 Thread Larry Jones
Chris Chang writes: !-- actual output 2 (_not_ expected) -- U ./rel/test/incremental/V2-03/bug1234.sql U ./rel/test/incremental/V2-03/bug2467.sql !-- expected output 2 -- U ./rel/bug1234.sql U ./rel/bug2467.sql Any idea? When you checkout/export a single module/directory/file

RE: View all tags or branches

2003-03-06 Thread Hanman Gajarla
Hi Ed, I get the following message when I execute scriptname.pl -t dirpath. The cvs rlog command is deprecated use the synonymous cvs log command instead. Any ideas? Thanks, -Hanman -Original Message- From: Ed Swierk [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 10:58

Re: View all tags or branches

2003-03-06 Thread Riechers, Matthew W
Hanman Gajarla wrote: I get the following message when I execute scriptname.pl -t dirpath. The cvs rlog command is deprecated use the synonymous cvs log command instead. AFAIK, rlog was deprecated in 1.9, and resurrected in 1.11.1. You should upgrade to the current release (1.11.5). -Matt

Re: Updating from parent directory

2003-03-06 Thread Eric Siegerman
On Mon, Mar 03, 2003 at 02:45:25PM -0500, Larry Jones wrote: Craig Dickson writes: Of course there is no real need to pass the -r MAIN argument, since it will default to this, but this means I need to have logic in my script to act differently depending on if it is the MAIN branch or

Re: View all tags or branches

2003-03-06 Thread Larry Jones
Hanman Gajarla writes: The cvs rlog command is deprecated use the synonymous cvs log command instead. Upgrade your CVS (www.cvshome.org). Recent releases have gotten rid of the deprecated rlog (which was just a synonym for log) and implemented a brand new command with that name that get log

rdiff -l on Redhat 8.0

2003-03-06 Thread John Coers
Hi, cvs rdiff -l does not seem to work on Redhat 8.0 with either cvs v1.11.2 or 1.11.5. It does a recursive check despite the -l. The -l worked fine on Redhat7.1 using cvs v1.11. Is this a known problem? am I doing something wrong? or do I win a prize?

Re: rdiff -l on Redhat 8.0

2003-03-06 Thread John Coers
By the by, rdiff -l also works properly on cvs v1.11 on Redhat8.0. Is there a reason I should NOT stay with 1.11 on RH8? John Coers wrote: Hi, cvs rdiff -l does not seem to work on Redhat 8.0 with either cvs v1.11.2 or 1.11.5. It does a recursive check despite the -l. The -l worked fine on

cvs tag -F fails?

2003-03-06 Thread Daniel Quinlan
The documentation implies that the -F option to tag will move the tag to a different version of a file: `cvs tag' will not move a tag that already exists. With the -F option, however, `cvs tag' will re-locate any instance of symbolic_tag that already

CVS as storage

2003-03-06 Thread mehul choube
hi all, i m newbie regarding CVS repository used as storage. we are using CVS with a document management system. for now 5000 files are added to the repository in a months time. but in couple of months this will go upto 10 times the current load. will this affect access to the repository? will

Re: CVS as storage

2003-03-06 Thread mehul choube
On Fri, 07 Mar 2003 Mahantesh M Vantmuri wrote : mehul choube wrote: i m newbie regarding CVS repository used as storage. we are using CVS with a document management system. for now 5000 files are added to the repository in a months time. but in couple of months this will go upto 10 times the

Pb with cvsweb

2003-03-06 Thread Samuel Blanchet
Hi, I'm using CVSWEB for NT and I can't download a binary file added in the repositoryafter the import action. I'm looking for the good request to Add a bin file in a repository ? Thank's a lot. Sam ___ Info-cvs mailing list [EMAIL PROTECTED]