Re: OT: cvs project info
Re: OT: cvs project info
- Subject: Re: OT: cvs project info
- From: Bryan Pietrzak <email@hidden>
- Date: Thu, 5 Aug 2004 12:49:40 -0500
On Aug 4, 2004, at 11:49 PM, Brian Fitzgerald wrote:
If you are using Mac OS X, then you can do it with the command line. I
don't think MacCVS can do exactly what you want.
Yeah, that's what I figured, and that's ok. I'd like to learn more
about CVS and the command line.
cvs -d:pserver:USER@SERVER:REPOS rlog -dDATE1<DATE2 PATH
So for me on my private repository (running pserver), it would be
cvs -d:pserver:bfitz@bfitzg5:/usr/local/CVS rlog
-d2004/04/01<2004/08/01 Tools
will show me the history on the project Tools checked into the
repository bfitzg5:/user/local/CVS between Apr 1 2004 and Aug 1 2004.
Great! This is a good start for me. We're accessing our repository via
ssh, but I should be able to figure out how to change what you've got
above to do that. (I think ;)
Now, what you really want is rlog, because that does not require you
to have a sandbox checked out; but it appears that Mac OS X ships with
a cvs that doesn't support rlog. So you'll have to go to where you've
checked files out to to run this command.
I'm not quite sure what you mean by the last sentence. You mean simply
cd'ing to the directory on my machine where I have the sources checked
out?
And yeah, when I tried rlog I get this:
cvs log: warning: the rlog command is deprecated
cvs log: use the synonymous log command instead
Anyway, thanks for pointing me in a direction!
Bryan
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.