Author Topic: Quick question - what command gives cvs checkout revision?  (Read 1174 times)

Offline MBantz

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1317
Quick question - what command gives cvs checkout revision?
« on: August 13, 2009, 02:38:31 PM »
Just updating a package, and it needs a CVS checkout - but I'm not told the revision, what command does that? There are tons of versions for the files itself, but not for the checkout,

cheers
MBantz

Offline gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3791
Re: Quick question - what command gives cvs checkout revision?
« Reply #1 on: August 13, 2009, 10:09:57 PM »
I typed 'info cvs' and got pages. I found that if you type 'info cvs common options' you will get a more specific result. cvs appears to be quite complicated. What package are you updating? Maybe the website will provide the appropriate command.

Galen

Offline MBantz

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1317
Re: Quick question - what command gives cvs checkout revision?
« Reply #2 on: August 14, 2009, 01:25:12 AM »
Thank's Galen :-)

I typed 'cvs info' and got tons of info - just not what I needed. I'll fire up my VM and try the other way around :-) The lirc.org website says nothing about what revision it is or how to see it. When I check MythTv out, it always displays what revision it is - perhaps it is a part of the command for the co, I'll normally just paste the cvs instructions into my konsole...

I'm updating Lirc, the remote control software. It has been driving me nuts for three days now, and it turns out that -none- of the official tarballs work (with my test hardware an iMon Soundgraph VFD) - only the CVS... and I was looking, borking and trying -everything- (to the point of throwing the computer out the window ;-) .... all is fine now :-)

Now trying to figure out if PCLinux uses 'sysfs'. A udev rule is used and throws an error at boot every time. This setting has been active in the Lirc package forever and my guess is that it should be removed,

cheers
MBantz

EDIT: Ah, 'info' - like the man pages! Been digging in the manpages and the infopages without any luck yet

Offline travisN000

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1758
Re: Quick question - what command gives cvs checkout revision?
« Reply #3 on: August 14, 2009, 05:54:20 PM »
Have you tried running cvs update from within the source directory?  ..if your starting from scratch, try this link:

http://www.lirc.org/cvs.html

Offline MBantz

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1317
Re: Quick question - what command gives cvs checkout revision?
« Reply #4 on: August 15, 2009, 01:37:05 PM »
Yes, have tried cvs update as well, didn't give the information either