From: Ville S. <vil...@ik...> - 2010-12-08 20:13:38
|
Hello, The SourceForge.net dxr3plugin repository has been switched from CVS to Git. For cloning instructions, see http://sourceforge.net/projects/dxr3plugin/develop The only active branch at sf.net, CVS vdr-dxr3-0-2 branch has been renamed to 0.2-branch. Existing VDR_DXR3_X_Y_Z CVS tags have been renamed to vX.Y.Z. To switch to 0.2-branch after cloning per the above instructions, something like this will do the trick: $ git checkout -b 0.2-branch --track origin/0.2-branch |