CVS branch for ogg development
From Rivendell Wiki
Subject: Re: [RDP] CVS branch for the .ogg work?
On Wednesday 28 March 2007 16:44, Fred Gleason wrote: > I'll post details for CVS on this shortly.
Ok, I've just created a branch in CVS for handling the Ogg enhancements, called 'ogg-branch'. To check it out, use a command like:
cvs checkout -r ogg_branch -d rivendell_ogg rivendell
This would put the source into a directory called 'rivendell_ogg/'.
Alternatively, you can switch over an existing up-to-date working copy of head by doing (from the top of the source tree):
cvs update -r ogg_branch
Once checked out, the usual CVS commands (update, commit, etc) work just as in the head branch. The checked-out copy will 'remember' that it is on ogg_branch -- no need to specify the branch name each time.

