[GRASS-dev] adding files to the release branch?
Hamish
hamish_nospam at yahoo.com
Wed Sep 6 06:11:05 EDT 2006
> Hamish wrote:
> > I'm trying to add the v.dissolve and v.centroids scripts to the 6.2
> > release branch but can't figure out how to add files to the branch.
> > I get:
> >
> > 6.2branch/grass6/scripts$ cvs add v.centroids/Makefile
> > cvs add: cannot open CVS/Entries for reading: No such file or
> > directory cvs [add aborted]: no repository
Glynn Clements wrote:
> cvs update -j HEAD v.centroids
> cvs commit v.centroids
I'm not sure if I'm using -j correctly; however, I got it done.
what worked:
cd 6.2branch/grass6/scripts/
cvs update -j HEAD v.centroids
cvs tag -r HEAD releasebranch_6_2 v.centroids/
thanks,
Hamish
More information about the grass-dev
mailing list