Community
Participate
Working Groups
From "Tag from existing ...". Moving branch tags does not work. Normal version tags can be moved, but branch tags can't. cvs from 1.11.2 on expects an option -B, which is missing from the generated command line. If the command line is entered manually with -B is added, CVS executes it correctly. cvs console output: *** cvs -r version Concurrent Versions System (CVS) 1.11.2 (patch lcs31) (client/server) ok (took 0:00.157) *** *** cvs -r rtag -F -a -r "1.3" -b "sjbranch" "Demo/cvs-demo4/a.txt" This is Cvs_Acl, Version 0.95.0.1 CVSROOT = /cvs/cvshome repo path: Demo/cvs-demo4 accessdb = /cvs/cvshome/CVSROOT/accessdb USER = jagieniak *** Ok. Move a tag is allowed for user 'jagieniak' due to rule in line 23: --> *|tagging(*)=Demo (Demo/cvs-demo4) --> Label: sjbranch cvs rtag: Demo/cvs-demo4/a.txt: Not moving branch tag `sjbranch' from 1.1 to 1.3.0.2.
Fix released to HEAD