For the graphics stuff or shall I just commit it to head? 

If I'm to create a branch, then do you need to set up some permissions stuff 
first Lars? 

Thereafter, if the current source is in devel, do I have to do all this:

cd devel
cvs diff > graphics.diff
cd ..

cvs rtag TAG_CREATE_graphics lyx-devel
cvs rtag -b -r TAG_CREATE_graphics BRANCH_graphics lyx-devel
cvs checkout -d branch_graphics -r BRANCH_graphics lyx-devel

cd branch_graphics
mv ../devel/graphics.diff .
patch < graphics.diff

cvs commit



or can I just fool cvs that the current contents of devel are from 
BRANCH_graphics and just:

cvs commit

?

Angus

Reply via email to