On Mon, 2005-04-18 at 19:28 +0200, Martin Cap wrote: > Laz wrote: > > have managed to grab the HEAD branch! I used the following to check it out: > > > > cvs -z3 -d:pserver:anonymous@xxxxxxxxxxxxxxxxxxx:/cvsroot/dxr3plugin > > -bvdr-dxr3-0-2 co dxr3 > > > > Shouldn't that give me the desired vdr-dxr3-0-2 branch?! > > Hi, > > It's "-rvdr-dxr3-0-2" instead of "-bvdr-dxr3-0-2" in your statement. And move that after the "co". cvs -z3 -d:pserver:anonymous@xxxxxxxxxxxxxxxxxxx:/cvsroot/dxr3plugin \ co -r vdr-dxr3-0-2 dxr3 (Yes, this needs to be documented somewhere to avoid the repeated noise on this list. I'm waiting for Christian's input...)