[Mapserver-dev] 3.6 branch CVS checkout
Daniel Morissette
morissette at dmsolutions.ca
Thu Aug 7 14:06:36 EDT 2003
(I'll CC mapserver-dev so that others know about the various branches)
The 'rel-3-6-6' tag is just a tag, not a branch. The 3.6 branch is
called 'rel-3-6-0-beta1', so you could either checkout a new tree using:
cvs checkout -r rel-3-6-0-beta1 mapserver
or update your existing tree using
cvs update -r rel-3-6-0-beta1
I realize the 3.6 branch was poorly named (my mistake) and this mistake
was not repeated with 4.0. In 4.0, the 4.0 branch is called
'branch-4-0' and the release tag is called 'rel-4-0-0'. So to work with
the 4.0 branch you will use '-r branch-4-0'. The main CVS trunk is now
version 4.1.
Daniel
David Blasby wrote:
> I've been unable to commit to 3.6.6.
>
> I checkout out a new copy of 3.6.6 with this command:
>
> cvs checkout -r rel-3-6-6 mapserver
>
>
> Then I made my changes to mappostgis.c, but when I
>
> cvs commit mappostgis.c
>
> I get this error message:
> cvs server: sticky tag `rel-3-6-6' for file `mappostgis.c' is not a branch
> cvs [server aborted]: correct above errors first!
> cvs commit: saving log message in /home/dblasby/tmp/cvs4xMEQ4
>
>
> I dont really want to make a branch, but I cannot figure out if there
> already is one.
>
> dave
>
>
More information about the mapserver-dev
mailing list