$Name$ Keyword does not expand

2001-04-25 Thread Markus Grunwald
Hi there ! I would like to use the $Name$ Keyword in my java source. To do this, I added the line: public final static String cvsRelease = new String("$Name$"); to my source. Then, I tagged it "prerelease-1_0". To get the substitution, I executed cvs -d ":pserver:grunwalm@swscvs1:/usr/local

Problem with e-mail notification

2001-04-25 Thread Diego Sevilla Ruiz ([EMAIL PROTECTED])
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all!: I have an e-mail notification when I do commit into a directory. I have in my CVSROOT/loginfo file an entry that looks like: dir (mail ) However, now I have two subdirs of that directory, call them sub1 and sub2. When I commit

CSV Server

2001-04-25 Thread Alexander T
Dear All,    I am a new comer to this. I have started using the JCSV 5.2.2    I have also installed the CVS Server on a solaris m/c,and given the neccessary properties in the    server property file. But the problem is I am not able to connect to the server.It gives server is not ope

Re: CSV Server

2001-04-25 Thread David Fuller
Need more information. What was the exact error message? Have you checked the server logs for clues? -- David F. > Alexander T wrote: > > Dear All, > > I am a new comer to this. I have started using the JCSV 5.2.2 >I have also installed the CVS Server on a solaris m/c,and given

Re: Problem with e-mail notification

2001-04-25 Thread David Fuller
My understanding is that when you commit each folder is committed individually. So when you commit something which covers dirs, sub1 and sub2, it actually gets run as 3 separate commits. -- David F. "Diego Sevilla Ruiz ([EMAIL PROTECTED])" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash:

Re: $Name$ Keyword does not expand

2001-04-25 Thread David D. Hagood
Markus Grunwald wrote: > Hi there ! > > I would like to use the $Name$ Keyword in my java source. To do this, I added > the line: > > public final static String cvsRelease = new String("$Name$"); > > to my source. Then, I tagged it "prerelease-1_0". To get the substitution, I > executed > >

Re: $Name$ Keyword does not expand

2001-04-25 Thread David D. Hagood
Markus Grunwald wrote: > Hi there ! > > I would like to use the $Name$ Keyword in my java source. To do this, I added > the line: > > public final static String cvsRelease = new String("$Name$"); > > to my source. Then, I tagged it "prerelease-1_0". To get the substitution, I > executed > >

Re: Problem with e-mail notification

2001-04-25 Thread Diego Sevilla Ruiz ([EMAIL PROTECTED])
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, David: David Fuller wrote: > My understanding is that when you commit each folder is committed > individually. So when you commit something which covers dirs, sub1 and > sub2, it actually gets run as 3 separate commits. > Yes, this is what

pserver problem

2001-04-25 Thread chandra shekhar
hi , I set up the pserver on my build machine. and i added cvspserver 2401/tcp in /etc/services and also made changes in inted.conf file and rebooted the machine. when i am connecting from other machine it is asking for password and when i am entering it is accepting it and making a .cvspass

Re: waiting for [user]'s lock

2001-04-25 Thread Larry Jones
Stephen Adkins writes: > > However, I have gotten myself in a bind where CVS will not release > some locks. I get the dreaded "waiting for lock" message. [...] > These references indicate that there will be files named `#cvs.rfl', > `#cvs.wfl', > or `#cvs.lock' in /usr/ov/cvs/master/camp. > >

Re: CSV Server

2001-04-25 Thread Larry Jones
Alexander T writes: > > I am a new comer to this. I have started using the JCSV 5.2.2 >I have also installed the CVS Server on a solaris m/c,and given the = > neccessary properties in the=20 >server property file. But the problem is I am not able to connect to = > the server.It g

pserver fatal error problem

2001-04-25 Thread mm rao
Hi! I am getting the following error when I try to check out the module with a perticular user who is in the passwd list. With admin every thing is fine. The error is: Terminated with fatal signal 11 Core dumped; preserving /tmp/cvs-serv29863 on server. CVS locks may need cleaning up. I tried to

RE: Problem with e-mail notification

2001-04-25 Thread TTaylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > My understanding is that when you commit each folder is committed > > individually. So when you commit something which covers > dirs, sub1 and > > sub2, it actually gets run as 3 separate commits. > > > > Yes, this is what I understood and what

Re: waiting for [user]'s lock

2001-04-25 Thread David D. Hagood
Are you sure there are no ".#cvs.foo" files (as in, having a leading .)? They won't show on a normal ls, you have to do an ls -a to see them. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: $Name$ Keyword does not expand

2001-04-25 Thread Rex_Jolliff
Try using the 'export' command. The idea, I think, is that with a checkout you might be temped to modify the code thus invalidating the Name keyword, whereas with an export it is explicit that you should not furthur modify the code. Rex. Markus Grunwald <[EMAIL PROTECTED]> on 04/25/2001

Re: waiting for [user]'s lock

2001-04-25 Thread Stephen Adkins
Larry, Thanks. That was it alright. I guess I really didn't realize what I was doing when I set up that LockDir directive. I found the #cvs.* files/dirs in /usr/ov/cvs/lock-master which I had set up as the "LockDir". I deleted them, and everything is humming along now. Thanks again. Stephen At

Re: pserver problem

2001-04-25 Thread kanakpalli chandrashekhar
thank you larry i used the perl script given in karl fogel book. i entered the password generated by script in cvsroot/passwd file. when i am trying from other machine it is give :fatal error . can u explain me the format . thanks -chandra --- Larry Jones <[EMAIL PROTECTED]> wrote: > chandra shek

Re: pserver problem

2001-04-25 Thread Larry Jones
kanakpalli chandrashekhar writes: > > thank you larry i used the perl script given in karl > fogel book. i entered the password generated by script > in cvsroot/passwd file. when i am trying from other > machine it is give :fatal error . can u explain me the > format . http://cvshome.org/docs/ma

Re: pserver problem

2001-04-25 Thread Larry Jones
chandra shekhar writes: > > I set up the pserver on my build > machine. and i added cvspserver 2401/tcp in /etc/services and also > made changes in inted.conf file and rebooted the machine. when i am > connecting from other machine it is asking for password and when i am > entering it is acc

Getting the list of files checkout

2001-04-25 Thread wliew
assume non-locking but notification scheme is used during editing of a file is there a way to get the list of files that a user has currently check out for writing (edit command) in WinCVS? thanks, wl ___ Info-cvs mailing list [EMAIL PROTECTED] http:

Command "ident"

2001-04-25 Thread Rainer Stempel
Hi, Can anybody give me some detailed information about the command "ident". I'm going to use version strings within source files. Relating to the CVS documentation it should be possible to retrieve the "version information" with that command (from binaries as well). But it isn't in the downloa

Re: Problem with e-mail notification

2001-04-25 Thread Diego Sevilla Ruiz ([EMAIL PROTECTED])
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey! It really worked! Really thanks, Tim: In fact, in my distribution, the script didn't ended in .pl, and log_info did not accept the "-u" command line option. Regards and thanks again! diego. [EMAIL PROTECTED] wrote: > -BEG

Merge Management

2001-04-25 Thread Zachary M. Smith
I am the build engineer for my company and one of the things that I am currently working on is a Source Control Strategy which defines things like when we branch, when and how we tag, and basically just lays out the does and don't-s of the source control system (which is currently CVS). One of th

remove a branch

2001-04-25 Thread Chen, Susie
May I use "cvs rtag -d BranchTagName ModuleName" to remove a branch? Thanks -Susie ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Merge Management

2001-04-25 Thread Zachary M. Smith
you check in the files with the conflict markers and the person who needs to fix it can then check them out? am i reading that right? or do you send the person who needs to fix the conflict the file with the conflict markers in it and then check in their fixes? -zach On Wed, Apr 25, 2001 at 12:

Re: Getting the list of files checkout

2001-04-25 Thread Mike Castle
On Wed, Apr 25, 2001 at 12:26:15PM -0400, [EMAIL PROTECTED] wrote: > is there a way to get the list of files that a user has currently check out > for writing (edit command) cvs editors? -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right

Re: Command "ident"

2001-04-25 Thread Mike Castle
On Wed, Apr 25, 2001 at 05:34:05PM +0100, Rainer Stempel wrote: > that command (from binaries as well). But it isn't in the download file of CVS > and I haven't found it on the web-page (http://www.cvshome.org). It should be a part of the GNU RCS package. ftp://ftp.gnu.org/gnu/rcs mrc --

RE: Merge Management

2001-04-25 Thread Chuck . Irvine
We have a config management person who does your merges. He then actually checks in the files with merge conflicts and sends out merge conflict mail notifications to the persons who last checked in the offending files. (CVS forces you to touch the files before you can check them in.) This seem

Re: Merge Management

2001-04-25 Thread Mike Castle
On Wed, Apr 25, 2001 at 10:28:43AM -0700, Zachary M. Smith wrote: > What I think i'd like to do is try to do the merges myself and delegate > conflict resolution responsibilities to developers but CVS does not appear to > have a very clean way of doing this. Has anybody had any luck with doing >

Re: remove a branch

2001-04-25 Thread Larry Jones
Chen, Susie writes: > > May I use "cvs rtag -d BranchTagName ModuleName" to remove a branch? Yes, you may (even though you didn't say "pretty please, with sugar on top"). -Larry Jones Even though we're both talking english, we're not speaking the same language. -- Calvin _

Re: remove a branch

2001-04-25 Thread Stephen Rasku
>From: "Chen, Susie" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: remove a branch >List-Archive: >Date: Wed, 25 Apr 2001 10:47:53 -0700 > >May I use "cvs rtag -d BranchTagName ModuleName" to remove a branch? > That will ju

Re: remove a branch

2001-04-25 Thread Brett Neumeier
"Chen, Susie" wrote: > > May I use "cvs rtag -d BranchTagName ModuleName" to remove a branch? You can delete a branch tag, but it won't remove any revisions that were committed on that branch. If you want to completely remove the branch, you need to identify all of the revisions on that branch

RE: Merge Management

2001-04-25 Thread Chuck . Irvine
Yes, we check them in. It's much easier then sending the out the actual files. Why does this surprise you? > -Original Message- > From: zsmith [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 25, 2001 1:04 PM > To: Chuck.Irvine > Cc: zsmith; info-cvs > Subject: Re: Merge Management >

Consultant

2001-04-25 Thread John Parsons
Hey All, I'm looking for a CVS consultant that would be able to look at an inherited cvs system of software to insure that the operations we are performing are being done correctly. The story goes like this. I have inherited software that has been maintained with CVS. Every thing to date works

Re: Merge Management

2001-04-25 Thread Zachary M. Smith
it does not surprise me, i just wanted to make sure i was reading it right. i suppose i am a little bit hesitant to do this because checking in files with conflict markers would surely destabilize what might be otherwise stable code, but i certainly see how this could ease merge management. than

Re: remove a branch

2001-04-25 Thread Rickard Parker
The cvs admin -o command is DANGEROUS if you don't know what is exactly going on. It can remove revisions that may be used by more than one branch. Read about the -o option to cvs admin at http://www.cvshome.org/docs/manual/cvs_16.html#SEC120 Regards, Rick Parker Brett Neumeier wrote: > >

RE: Merge Management

2001-04-25 Thread Chuck . Irvine
You are right, of course, about destabilization. For this reason, we almost always make conflict resolution our top priority. When this isn't possible an alternative would be to branch off of your stable stream and merge to this. After you've resolved merge conflicts, you should be able to mer

Log Keyword and Merge Conflict

2001-04-25 Thread Valarie Flick
Cederqvist 1.10 states "... CVS is not good at handling $Log$ entries when a branch is merged onto the main trunk. Conflicts often result from the merging operation.". My question is: has anyone figured out a way around this short of removing the $Log$ keyword? We use the $Id$ and $Log$ keywords

NEWBIE question: checkout, sub-modules

2001-04-25 Thread Luna, Glen
Hello, I have a question that I'm sure others have asked but I can't seem to find an answer for. >From an existing module, I want to checkout a subset of submodules under a different module name. For simplicity's sake I'll call the existing modulevegetables (not true names). The vegetables

Re: Merge Management

2001-04-25 Thread Greg A. Woods
[ On Wednesday, April 25, 2001 at 10:28:43 (-0700), Zachary M. Smith wrote: ] > Subject: Merge Management > > One of the aspects of this document that I am dealing with is how to > manage merges. Most of the documentation that I have read (cvs and > others) suggests that you have the person best

Re: NEWBIE question: checkout, sub-modules

2001-04-25 Thread Larry Jones
Luna, Glen writes: > > I used the following version of the checkout command >cvs -d :ext:[EMAIL PROTECTED]:/home/cvs -d fruits > vegetables/grapes vegetables/oranges > > I had hoped that this would result in > fruits/grapes > fruits/oranges > Instead the result is > fruits/v

RE: NEWBIE question: checkout, sub-modules

2001-04-25 Thread Luna, Glen
Thanks Larry but it looks like what I want can't be done regardless of the number of submodules I attempt to checkout. I also forgot to mention that grapes and oranges are subdirectories (rather than simple objects) of vegetables and would be subdirs under fruits. We use a simple implementation

Re: NEWBIE question: checkout, sub-modules

2001-04-25 Thread Larry Jones
Luna, Glen writes: > > Thanks Larry but it looks like what I want can't be done regardless > of the number of submodules I attempt to checkout. I also forgot to > mention that grapes and oranges are subdirectories (rather than > simple objects) of vegetables and would be subdirs under fruits. >

Re: pserver fatal error problem

2001-04-25 Thread Larry Jones
mm rao writes: > > Terminated with fatal signal 11 That SIGSEGV and is almost certainly a bug in CVS. Are you running the latest release (1.11)? Most likely, the server ran out of memory. It should have detected the problem, reported it, and terminated cleanly, but it didn't; it crashed. > C

Re: Log Keyword and Merge Conflict

2001-04-25 Thread Greg A. Woods
[ On Wednesday, April 25, 2001 at 14:11:01 (-0500), Valarie Flick wrote: ] > Subject: Log Keyword and Merge Conflict > > My question is: has anyone figured out a way around this short of > removing the $Log$ keyword? It would only make sense to remove $Log from all your files. Use of $Log, even

Re: Merge Management

2001-04-25 Thread Alex Holst
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): > Yes, we check them in. It's much easier then sending the out the actual > files. Why does this surprise you? I'm surprised because we have a policy of code that is being checked in must be better, not worse. It must compile (C, etc), render correc

cannot export from remote repo to absolute pathname

2001-04-25 Thread John E. Hein
CVS 1.11 I am trying to export a subtree from a module at a remote repository to a local directory tree. I tried: #1 -- cvs -d remotehost:/repo_dir export -d /local/dir some_module/sub/tree I get: cvs [export aborted]: absolute pathname `/local/dir' illegal for server #2 -- So, I tried a

help unsubcribe

2001-04-25 Thread jumadi jumadi
please help for unsubscribe __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/l

Error unzipping binaries

2001-04-25 Thread Prashant Rane
hi, I am getting error unzipping the binaries from ftp.cvshome.org $ ls cvs.SUN.gz $ ls -l total 2736 -rw-r--r-- 1 prrane dba 1389136 Apr 25 16:08 cvs.SUN.gz $ gzip -d cvs.*.gz gzip: cvs.SUN.gz: not in gzip format $ The downloaded size is larger than the ftp index page says. any idea

Re: help unsubcribe

2001-04-25 Thread Frank Derichsweiler
On Wed, Apr 25, 2001 at 06:45:35PM -0700, jumadi jumadi wrote: > please help for unsubscribe >From the header of _EVERY_ list message: > List-Help: > List-Post: > List-Subscribe: , >

Re: Error unzipping binaries

2001-04-25 Thread Larry Jones
Prashant Rane writes: > > I am getting error unzipping the binaries from ftp.cvshome.org > > $ ls -l > total 2736 > -rw-r--r-- 1 prrane dba 1389136 Apr 25 16:08 cvs.SUN.gz > $ gzip -d cvs.*.gz > > gzip: cvs.SUN.gz: not in gzip format > > The downloaded size is larger than the ftp inde

Re: Error unzipping binaries

2001-04-25 Thread Paul Sander
Are you sure you downloaded it in binary mode? --- Forwarded mail from [EMAIL PROTECTED] I am getting error unzipping the binaries from ftp.cvshome.org $ ls cvs.SUN.gz $ ls -l total 2736 -rw-r--r-- 1 prrane dba 1389136 Apr 25 16:08 cvs.SUN.gz $ gzip -d cvs.*.gz gzip: cvs.SUN.gz: not i