Re: CVS Tagging
- From: Thomas Mailund <mailund mail1 stofanet dk>
- To: gnome-devel-list gnome org
- Subject: Re: CVS Tagging
- Date: 21 Apr 2000 17:04:34 +0200
>>>>> "P" == Peter Williams <peter@newton.cx> writes:
P> I want to create a new branch of the Balsa CVS source called
P> balsa-0-8... what is the correct command for this? My best guess
P> so far is
P> cvs -z3 rtag -b balsa-0-8 balsa
P> ... but I'm not sure and I don't wanna make everything explode
P> suddenly. Anyone with greater CVS knowledge who can help?
you can use rtag to create a branch without having a local copy, but
then you need an additional argument, the revision the branch should
be rooted at :
% cvs -z3 rtag -b -r <root-revision> balsa-0-8 balsa
If you have a working copy you can just use tag, as in
% cvs -z3 tag -b balsa-0-8
Follow this with an update to tag your files as branch files.
/mailund
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]