DragonFly commits List (threaded) for 2005-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/share/examples/cvsup DragonFly-release1_4-supfile
:
: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@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]