Tagging files based on existing tag. Why are files tagged with the new tag when the tag doesn´t not exist on some files

2004-03-22 Thread "Spilker, Jörg"
Hello, during our developement, we are creating test releases by tagging all modules with cvs rtag -F TEST_20040322 (for example). If a testing release seems to be stable enough, we´re creating an official version from this testing release. So we tag the latest test release with another tag for th

Re: checking out of all the modules in a specified repository

2004-03-22 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] writes: > Hi, > This is in regard to our CVS query,we have to enhance the CVS existing > functionality in which we have to check out all the modules fronm a > specified repository. cvs checkout -d top . > We have seen some reply

checking out of all the modules in a specified repository

2004-03-22 Thread shalini . gautam
Hi, This is in regard to our CVS query,we have to enhance the CVS existing functionality in which we have to check out all the modules fronm a specified repository. We have seen some reply on similar context posted on 17 feb 2004 and found that there is no possible solution for implementing this r

branching blues

2004-03-22 Thread Steve Widmar
To whom it may engage: I am in the midst of evaluating a few different approaches to implement a new feature that will impact many files in of one of our cvs modules.   Before I began, I read up on branching & figured that establishing multiple branches (one per approach) off of a tag of the

RE: 2 CVS servers

2004-03-22 Thread Paul Sander
>--- Forwarded mail from [EMAIL PROTECTED] >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf >> Of Satish Talim >> Sent: Monday, March 22, 2004 8:16 AM >> To: [EMAIL PROTECTED] >> Subject: 2 CVS servers >> >> My client based abroad has a Linux based CVS s

RE: Commit script

2004-03-22 Thread Jim.Hyslop
[EMAIL PROTECTED] wrote: > "Fouts Christopher (6452)" writes: > > > > I'm playing CVS admin for my group. Currently during the > > commit process, one > > gets prompted for a commit edit message window for every file to be > > committed. > > CVS prompts for each *directory*, not each file. If y

Re: Read-only CVS over http

2004-03-22 Thread Geoff Beier
Ed Avis wrote: If a CVS repository is available via http (for example ) can CVS connect to it for read-only checkouts? cvsgrab can, if you can install viewcvs: http://cvsgrab.sourceforge.net/ hth, Geoff ___ Info-cvs mailing

Submitting a contrib script?

2004-03-22 Thread Peter Connolly
Title: Message What is the normal way to submit a 'contrib' script to the CVS project?   Thanks, pc   ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Read-only CVS over http

2004-03-22 Thread Ed Avis
If a CVS repository is available via http (for example ) can CVS connect to it for read-only checkouts? (If not, this might be a good feature to implement, since it would help get rid of pserver.) -- Ed Avis <[EMAIL PROTECTED]> ___

Re: Commit script

2004-03-22 Thread Larry Jones
"Fouts Christopher (6452)" writes: > > I'm playing CVS admin for my group. Currently during the commit process, one > gets prompted for a commit edit message window for every file to be > committed. CVS prompts for each *directory*, not each file. If you're really seeing something else, it's due

Re: Commit script

2004-03-22 Thread Jim Wildman
On Mon, 22 Mar 2004, Fouts Christopher (6452) wrote: > I'm playing CVS admin for my group. Currently during the commit process, one > gets prompted for a commit edit message window for every file to be > committed. This is of course impractical for a lot of files. How can I set > up a script in rc

Commit script

2004-03-22 Thread Fouts Christopher (6452)
I'm playing CVS admin for my group. Currently during the commit process, one gets prompted for a commit edit message window for every file to be committed. This is of course impractical for a lot of files. How can I set up a script in rcsinfo to use the same commit message for ALL files to be commi

(Hopefully) simple $CVSROOT question

2004-03-22 Thread Alexander von Below
Hello, I am trying to use the Apple Rendevouz name (myServer.local) of my server in my cvs root path, and have been almost succesful. Using cvs -d :ext:myServer.local/whatever/path/cvsrep works great, just like setting the CVSROOT environment variable to myServer.local/whatever/path/cvsrep Ho

Re: What does the following warning exactly mean: BA_040322_000 alre

2004-03-22 Thread Larry Jones
=?iso-8859-1?Q?=22Spilker=2C_J=F6rg=22?= writes: > > Is this possibly the reason for the warning message? It doesn´t seem to be > really a problem because i can checkout the branch tag and work with it > without any problems. Yes, the net result is that you're trying to create the branch twice on

What does the following warning exactly mean: BA_040322_000 alre ady exists on branch 1.1.1.1 : NOT MOVING tag to branch 1.1.1.1.0.8

2004-03-22 Thread "Spilker, Jörg"
Hello, when trying to create a fresh branch for all modules in a project, i get the above warning message for two (not all) of the modules. These two modules are connected together in the modules files by the & operator: GO_P_GLOBALS.M GO_P_GLOBALS.M GO_L_GLOBLIB.M GO_L_GLOBLIB.M &GO_P_GLOBALS.M

Re: branch deletion

2004-03-22 Thread Larry Jones
Prem Prakash Pathak writes: > > I want to delete a branch permanantly from my CVS repository. Can > anyone suggest me the way to do it? You can delete the branch tag with ``cvs tag -d''. If you've never committed any changes to the branch, that removes all traces of it. If you have commit

Re: Related to import command

2004-03-22 Thread Larry Jones
Prem Prakash Pathak writes: > > I want to create a project, where I don't want any default ( avender, > arelease tag) OR not like to have two different initial revision for a > single file( 1.1 & 1.1.1.1 ). I just want to work on MAIN/HEAD branch. So ignore the vendor branch/tag and inital rele

RE: 2 CVS servers

2004-03-22 Thread Matthew . Riechers
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf > Of Satish Talim > Sent: Monday, March 22, 2004 8:16 AM > To: [EMAIL PROTECTED] > Subject: 2 CVS servers > > My client based abroad has a Linux based CVS server on which > resides all > their .java source

2 CVS servers

2004-03-22 Thread Satish Talim
Hello, I am new here and I have the following requirement - My client based abroad has a Linux based CVS server on which resides all their .java source files. We have set up a local CVS server in our company (based in a different country) and we need to synchronize both the CVS servers. We wou

Re: Related to import command

2004-03-22 Thread Spiro Trikaliotis
Hello, again replying to my own mail: * On Mon, Mar 22, 2004 at 11:01:47AM +0100 I wrote: > http://www.trikaliotis.net/cvs/add_release.gz WARNING! Please, before using the script on a production server, test it on a temporary repository! Although it works for me, I cannot guarantee that it wor

Re: Related to import command

2004-03-22 Thread Spiro Trikaliotis
Hello, replying to my own mail: * On Mon, Mar 22, 2004 at 09:25:56AM +0100 I wrote: > If you want to use it, just contact me off-list if you want the script I > wrote to automate this. I put it up at http://www.trikaliotis.net/cvs/add_release.gz Not only since I'm not very experienced with sc

Re: Related to import command

2004-03-22 Thread Spiro Trikaliotis
Hello, * On Mon, Mar 22, 2004 at 01:24:25PM +0530 Prem Prakash Pathak wrote: > While importing a new project, CVS expect default VENDER_TAG & > RELEASE_TAG(S). Do we have any other alternative way to by-pass these thing? > I want to create a project, where I don't want any default ( avende

Related to import command

2004-03-22 Thread Prem Prakash Pathak
Hi All, While importing a new project, CVS expect default VENDER_TAG & RELEASE_TAG(S). Do we have any other alternative way to by-pass these thing? I want to create a project, where I don't want any default ( avender, arelease tag) OR not like to have two different initial revision for a s

branch deletion

2004-03-22 Thread Prem Prakash Pathak
Hi, I want to delete a branch permanantly from my CVS repository. Can anyone suggest me the way to do it? / If builders built buildings the way programmers write programs,then the first woodpecker that came along would destroy civilization./ Regards, Prem Pathak