RE: CVS diff --exclude excluded

2001-11-01 Thread Mark Hewitt
Title: RE: CVS diff --exclude excluded Larry, That seems to work! Thanks very much for your time. #!/mjh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 31 October 2001 21:40 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: CVS diff

RE: diff-iculties

2001-11-01 Thread Andy Baker
So, is that a yes or a no? '-) Should the effective end result be the same? I think it should but I've found a situation where it's not and it's doing my tiny mind in. The patch method works, but up -j -j (ie diff3) tries to throw a large chunk of code in. I'm moving towards the situation where I

CVSROOT/config

2001-11-01 Thread Mark
Where can I find out what each letter for history logging (TOFEWGCMAR) available for the LogHistory value in CVSROOT/config represents? Thanks, Mark __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com

Re: Question about version numbers.

2001-11-01 Thread Peter Kroon
Larry Jones [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Frederico Costa writes: All the version numbers in the CVS, are the form of 1.x, or 1.1.x and so on. But they all start with 1. Is this by design or when the first number 1 turns into 2. It's a hold-over from

Re: Question about version numbers.

2001-11-01 Thread Mark
cvs add gamma.c cvs ci -r 6.27 gamma.c cvs up -A gamma.c edit gamma.c cvs ci gamma.c Should fix your issue with stickiness. As far as CVS complaining about stickiness of delta.c when you commit file gamma.c specifically, can't help you there. :) Mark --- Peter Kroon [EMAIL

NT Daylight savings again?

2001-11-01 Thread R Bresner
Howdy -- CVS Win2k Client: Concurrent Versions System (CVS) 1.11 (client) CVS Solaris Server: Concurrent Versions System (CVS) 1.11p1 (client/server) (the 'p1' is a homemade patch to let the Unix puppies type cvs udpate.) With the recent DST clock change, all files on the client machines

Retrieve lost file back

2001-11-01 Thread Rajesh Patwardhan
Title: Retrieve lost file back Hello All, I am trying to retrieve a file which was removed with a cvs remove. Environment is Solaris 7 and cvs 1.11 working in local mode. I am able to do a cvs log filename and the path given by cvs shows the file in attic. Now I do a cvs update -j

RE: CVSROOT/config

2001-11-01 Thread Andy Baker
http://www.cvshome.org/docs/manual/cvs_16.html#SEC134 -Original Message- From: Mark [mailto:[EMAIL PROTECTED]] Sent: 01 November 2001 12:44 To: CVS Mailing List Subject: CVSROOT/config Where can I find out what each letter for history logging (TOFEWGCMAR) available for the LogHistory

running cvs in dos

2001-11-01 Thread dineshram
Hi, Could anyone tell me, How do we run the cvs commands at the Dos prompt. Thanks in advance, Dinesh ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: diff-iculties

2001-11-01 Thread Andy Baker
Belay that... Worked out the CVS (diff3) is doing a /much/ better job -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 31 October 2001 20:08 To: [EMAIL PROTECTED] Subject: Re: diff-iculties In article [EMAIL PROTECTED], Andy Baker wrote: I might be being more

Re: Question about version numbers.

2001-11-01 Thread Greg A. Woods
[ On Thursday, November 1, 2001 at 14:21:01 (+0100), Peter Kroon wrote: ] Subject: Re: Question about version numbers. Larry, is this why you advise against it? And if I really want to do this, is there a way around this? If I may: Just ignore the revision numbers of files behind the (cvs)

Re: running cvs in dos

2001-11-01 Thread Matt Riechers
[EMAIL PROTECTED] wrote: Hi, Could anyone tell me, How do we run the cvs commands at the Dos prompt. The same way you enter any other command. Typing 'cvs' will get you started. -Matt ___ Info-cvs mailing list [EMAIL PROTECTED]

status 'W' returne by cvs tag

2001-11-01 Thread Dana Sharvit
Does someone know what is the meaning of the status 'W' which is returned when creating a branch using the cvs tag -b command? example: W modules/parsers/TargetDisplayer/UNION/ALL.pm : version_1_3 already exists on b ranch 1.2 : NOT MOVING tag to branch 1.3.0.2 Thanks Dana

Re: CVSROOT/config

2001-11-01 Thread Larry Jones
Mark writes: Where can I find out what each letter for history logging (TOFEWGCMAR) available for the LogHistory value in CVSROOT/config represents? http://www.cvshome.org/docs/manual/cvs_16.html#SEC135 -Larry Jones Oh, now don't YOU start on me. -- Calvin

Re: login problem

2001-11-01 Thread Larry Jones
Thirumal Raj writes: I configured the server(/etc/services and also in /etc/inetd.conf) and = added some users for my project( in /etc/group).Then I encrypted the = passwd and logged in my CVSROOT/passwd.When the user trying to login via = pserver method (i.e) $cvs -d = :pserver:[EMAIL

Re: Retrieve lost file back

2001-11-01 Thread Larry Jones
Rajesh Patwardhan writes: I am trying to retrieve a file which was removed with a cvs remove. [...] Now I do a cvs update -j removedversion -j removedversion -1 filename cvs updates the file into working directory and also points out some conflicts which I resolve and then try to --

Re: Strange CVS update -C behavior

2001-11-01 Thread Larry Jones
Matthew Versluys writes: If I'm working on a file and then realize I want to discard my changes I can use cvs update -C to get a clean copy. Using cvs 1.11 win32 command line client, this command doesn't work if someone else has committed a newer version of the file in the mean time. That

Re: remote cvs connection analasys (debug)

2001-11-01 Thread Larry Jones
Harry Putnam writes: Larry's response only repeated the patently obvious. And as I mentioned. I'm able to connect to other cvs servers. So a misconfiguration is a pretty good guess. Question is, how to determine what is misconfigured. (From my end) Let me spell it out more completely:

RE: Retrieve lost file back

2001-11-01 Thread Rajesh Patwardhan
Title: RE: Retrieve lost file back Thanks for the response. Yes I tried to do multiple updates. And the last time there was a conflict but only due to $Id$ so that is not too bad to fix, but is there a way or a workaround since I am in a tight spot as I want this file back in the

Re: New email address

2001-11-01 Thread Larry Jones
Burt Beckwith writes: I'm trying to get the latest Windows client but the links http://ftp.cvshome.org/win32/cvs1-11-1p1.zip and http://ftp.cvshome.org/ both redirect me to http://www.cvshome.org/ - is this a server issue? No, those should both start with ftp:, not http:. -Larry Jones

Re: Retrieve lost file back

2001-11-01 Thread Larry Jones
Rajesh Patwardhan writes: And the last time there was a conflict but only due to $Id$ so that is not too bad to fix, but is there a way or a workaround since I am in a tight spot as I want this file back in the directory as well as on the same note there are one more problem. The simplest

resurrecting a dead revision

2001-11-01 Thread Sherman Tse
Hi all Could anyone of you tell me how I can retrieve a dead revision? Lets say I checked revision 1.1 into cvs then later decided to use cvs remove to remove the file. Is there anyway to retrieve this revision that I just removed? Thanks.

Re: Retrieve lost file back

2001-11-01 Thread Mark
--- Larry Jones [EMAIL PROTECTED] wrote: Rajesh Patwardhan writes: Some of the files from Windows machines were checked in to CVS. Now due to case insensitive ness on windows the file got into CVS as serverPage.java where it should have been ServerPage.java now when I try 1)

Re: resurrecting a dead revision

2001-11-01 Thread Larry Jones
Sherman Tse writes: Could anyone of you tell me how I can retrieve a dead revision? Lets say I checked revision 1.1 into cvs then later decided to use cvs remove to remove the file. Is there anyway to retrieve this revision that I just removed? Retrieve as in just look at it or as in

(no subject)

2001-11-01 Thread Singh, Jasdeep (London)
Hi I need to send automatic notification mail on commit. I have changed loginfo for it. I would like to send detailed mail containingg change made ( diff of last 2 versions) user time comment any help/suggestions/scripts are welcome regards thanks jasdeep

Re: development on a branch

2001-11-01 Thread dale a schouten
dale a schouten [EMAIL PROTECTED] writes: I've recieved a couple kind and helpful email responses that have lead me to post some clarifications. I am aware of the need to tag the points at which I do successive updates so that I only get the changes since the last synch, and I tried using the

Re: remote cvs connection analasys (debug)

2001-11-01 Thread Wim Kerkhoff
Harry Putnam wrote: Gianni Mariani [EMAIL PROTECTED] writes: maybe you can try a tcp forwarding thingy. http://freshmeat.net/projects/tcp_forward/ and tweak it to dump the transaction. That looks promising .. thanks. If I knew more about tcpdump I guess I could find out

Re: remote cvs connection analasys (debug)

2001-11-01 Thread Harry Putnam
[EMAIL PROTECTED] (Larry Jones) writes: [...] Let me spell it out more completely: It's a server problem. Either the And did you ever... A very nice help, thank you. [...] telnet cvs.myhost.com 2401 If the connection is immediately closed, then the server is misconfigured (most

Re: resurrecting a dead revision

2001-11-01 Thread Kaz Kylheku
In article [EMAIL PROTECTED], Sherman Tse wrote: Hi all Could anyone of you tell me how I can retrieve a dead revision? Lets say I checked revision 1.1 into cvs then later decided to use cvs remove to remove the file. Is there anyway to retrieve this revision that I just removed? If you

cvs -- ssh

2001-11-01 Thread SaPeR
how to connect to a remote cvs server using ssh (i tried with sth like this but it didn't work: cvs -d:ext:[EMAIL PROTECTED]:/directory/on/the/server checkout modul export CVS_RSH=ssh ) ? thnx SaPeR ___ Info-cvs mailing list [EMAIL PROTECTED]

RE: New email address

2001-11-01 Thread Burt Beckwith
ftp: doesn't work either (did it for you?) but if it did then the html in http://www.cvshome.org/dev/codewindow.html would need to be changed. Burt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Larry Jones Sent: Thursday, November 01, 2001 11:48 AM

Re: remote cvs connection analasys (debug)

2001-11-01 Thread Larry Jones
Harry Putnam writes: Here I get a connection: Trying 195.204.10.66... Connected to cvs.gnus.org. Escape character is '^]'. Connection closed by foreign host. That indicates that the CVS server is never getting started. Usually that indicates an error in /etc/inetd.conf but... I do

Re: cvs -- ssh

2001-11-01 Thread Mike Castle
On Thu, Nov 01, 2001 at 10:22:08PM +0100, SaPeR wrote: how to connect to a remote cvs server using ssh (i tried with sth like this but it didn't work: cvs -d:ext:[EMAIL PROTECTED]:/directory/on/the/server checkout modul export CVS_RSH=ssh ) ? Just to verify: You did to the export CVS_RSH=ssh

Re: cvs -- ssh

2001-11-01 Thread Larry Jones
SaPeR writes: how to connect to a remote cvs server using ssh (i tried with sth like this but it didn't work: cvs -d:ext:[EMAIL PROTECTED]:/directory/on/the/server checkout modul export CVS_RSH=ssh ) ? That's the right general idea, although you have to set CVS_RSH *before* you run CVS,

Easy way to report commit comment with loginfo?

2001-11-01 Thread Czarnowski, Aric
Jasdeep Singh has posted a similar request but I would like to be a little more forthcoming. Environment: cvsnt 1.11.1.1 (Build 27), CVS server on NT4.0 SP6a, ntserver connections We are using CVS to store testing scripts and tools and now development is planning a move away from the ancient

Re: Easy way to report commit comment with loginfo?

2001-11-01 Thread Larry Jones
Czarnowski, Aric writes: I have most everything working as I expected but one feature that I thought would be easy, and really require to get other developers on the band wagon, is the ability to forward commit comments along with $USER and %{sVv} information through loginfo scripts. This

Re: Strange CVS update -C behavior

2001-11-01 Thread Matthew Versluys
Still happens in the 1.11.1p1 with the win32 client. (btw is ftp://ftp.cvshome.org down, had to find a mirror) cvs --ver Concurrent Versions System (CVS) 1.11.1p1 (client) cvs update -C test.txt (Locally modified test.txt moved to .#test.txt.1.6) cvs [server aborted]: cannot open test.txt for

Re: Strange CVS update -C behavior

2001-11-01 Thread Larry Jones
Matthew Versluys writes: Still happens in the 1.11.1p1 with the win32 client. You need to update the server, too. -Larry Jones I'm a genius. -- Calvin ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: Easy way to report commit comment with loginfo?

2001-11-01 Thread Czarnowski, Aric
The standard input stream of the loginfo script has the comments -- all you have to do is read them. See the contributed log.pl for example where it says print the stuff from logmsg that comes in on stdin. I took the line If a match is found, then the remainder of the line is a filter

Re: Why can't root check in files?

2001-11-01 Thread luke . kendall
[This thread is about using cvs on files in /etc.] On 18 Oct, Kaz Kylheku wrote: Also I disagree about the ``as is'' to begin with. The file metadata such as permissions will not be properly versioned if the sandbox is made to serve as the deployment directory. Basically, the sandbox

Re: cvshome.org (was Re: New email address)

2001-11-01 Thread Scott Ellsworth
Brian Behlendorf [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... We moved the box, but smtp pserver didn't come up when it powered back on - not sure why, but it's on now. Also, ftp to ftp.cvshome.org should work now as well. I have not been able to connect to ftp.cvshome.org.

Re: remote cvs connection analasys (debug)

2001-11-01 Thread Harry Putnam
[EMAIL PROTECTED] (Larry Jones) writes: That implies that the server has some kind of access control (perhaps tcpd?) that is denying you access. You can find out how people are connecting by asking them to tell you what's in CVS/Root in their working directories. Yeah, that already came up

gid setting and permissions

2001-11-01 Thread Mick
Hi, again this might be a dumb question, but bear with me for a second :-) I am in the process of setting up cvs at work. We have two users, let's say they are named user1 and user2. Their gid is 'user1' and 'user2' respectively. They also both belong to 'cvs' gid. When user1 imports a

(no subject)

2001-11-01 Thread Daniel Rosher
___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Wind-up your mates with a prank call!

2001-11-01 Thread Computerized Prank Call Service
Explanation: Joke Line Gold allows you to play lots of different gags on your family friends or anyone else you really dislike! The Jokes take the form of bogus phone calls from a variety of demented individuals who will confuse and bemuse your chosen target. Joke Line calls can be

Re: New email address

2001-11-01 Thread Larry Jones
Brian Behlendorf writes: If you get a clearer idea of in what way the system is down for you (DNS won't resolve or goes to an older IP address, IP address can't be reached, IP address is reachable but connectivity is poor, or IP address connectivity is good but nothing's listening on port

Re: New email address

2001-11-01 Thread Derek Robert Price
Larry Jones wrote: Brian Behlendorf writes: If you get a clearer idea of in what way the system is down for you (DNS won't resolve or goes to an older IP address, IP address can't be reached, IP address is reachable but connectivity is poor, or IP address connectivity is good but nothing's