cvs commit: src/share/examples/cvsup           DragonFly-release1_4-supfile
    Matthew Dillon 
    dillon at apollo.backplane.com
       
    Fri Dec 30 09:31:49 PST 2005
    
    
  
:
:On Thu, December 29, 2005 6:11 pm, Matthew Dillon said:
:
:>     I see no problem with committing the 1.4 supfile to the 1.2 branch,
:>     go ahead and do it.
:
:I hate to ask a question on something I know I've done before, but how do
:I commit the file to the 1.2 tag?  '-r DragonFly_RELEASE_1_2' doesn't seem
:to do it.
    Do a checkout of the branch into an out-of-the-way directory (not
    /usr/src, so you don't get confused later).
    Then any commits made from that checked out tree will go back to
    the branch.
    cd <some_temporary_place>
    cvs -d <path_to_cvs> checkout -rDragonFly_RELEASE_1_2 src
    ... do work ...
    cvs -d <your_crater_account> commit <files>
					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>
    
    
More information about the Commits
mailing list