Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 50004 - Moving branch tags does not work with CVS 1.11.2
Summary: Moving branch tags does not work with CVS 1.11.2
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 2.1.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: platform-cvs-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 12:59 EST by Stefan Jagieniak CLA
Modified: 2004-04-30 22:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Jagieniak CLA 2004-01-14 12:59:43 EST
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.
Comment 1 Michael Valenta CLA 2004-04-30 22:10:47 EDT
Fix released to HEAD