[Ffmpeg-devel] Specific revisions from CVS
Colin Ward
lists
Sat Sep 10 10:41:24 CEST 2005
Michel Bardiaux wrote:
>
[Snip]
> There may be an easier way, but this works:
>
> mkdir tmp
> cd tmp
> cvs -z9 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co -l ffmpeg
> cvs -z9 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co -r 1.81
> ffmpeg/Makefile
>
> After that be *extremely* careful: the version of Makefile is somehow
> 'locked' to 1.81, so if you remove Makefile and do cvs update you get
> 1.81, not the latest! But since Makefile does not contain an ID string,
> its hard to know!
Yes, that is correct. When you checkout a particular version, that
will be noted in CVS's local housekeeping files (the ones in the CVS
directory). This is known as a "sticky tag." You can discard this
information and go back to working on the head of the source tree by
using "cvs update -A".
I was bitten on the a**e by that one too when I was a CVS newbie. :-)
/-------------------------------------------------------------------\
[Hitman/Code HQ - 6502/z80/68000/604e/80x86/ARM coder - Amiga rulez!]
[VZ-200/VIC-20/MZ-700/c16/c64*10/c128*8/Plus-4/CPC464/CD32/500*2 ]
[600/1000/1200*2/A4000/SNES/N64/Dreamcast/Athlon 1100/AmigaOne ]
[Assembly Language: The most fun you can have with your clothes on! ]
\-------------------------------------------------------------------/
More information about the ffmpeg-devel
mailing list