Jachym Cepicky wrote on 05/28/2007 03:11 PM: > hi, > > I checked out the 6.2.2 branch > > $ cvs checkout -r grass_6_2_2 grass-6.2.2 > > updated some translations > > $ cd grass-6.2.2/locale > $ make pot > $ make update-po > $ gtranslator *cs* > > now I wanted to send the result to cvs > > $ cvs ci -m"czech translation updated" grass*_cs.po > Enter passphrase for key '/home/jachym/.ssh/id_dsa': > cvs server: sticky tag `grass_6_2_2' for file `grasslibs_cs.po' is not a > branch > cvs server: sticky tag `grass_6_2_2' for file `grassmods_cs.po' is not a > branch > cvs server: sticky tag `grass_6_2_2' for file `grasstcl_cs.po' is not a > branch > cvs [server aborted]: correct above errors first! > > what do I wrong? >
You have to use the Release branch: "releasebranch_6_2" cvs -z3 checkout -r releasebranch_6_2 grass6 http://grass.itc.it/devel/cvstags.php Hope this helps, Markus ------------------ ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler ITC -> since 1 March 2007 Fondazione Bruno Kessler ------------------ _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

