To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76897
                 Issue #|76897
                 Summary|CVS: cannot move branch tag
               Component|www
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|openoffice.org CVS
             Assigned to|support
             Reported by|rt





------- Additional comments from [EMAIL PROTECTED] Thu May  3 09:59:04 +0000 
2007 -------
- create a branch on revision A of file x
   cvs tag -d mybranch <filename>
- update that file to some other revision B
   cvs update -r <B> <filename>
- not try to move the branch tag
   cvs tag -F -b mybranch <filename>
  that just results in a message 
  cvs tag: <filename>: Not moving branch tag `mybranch' from <A> to <B>.

Removing a branch tag does not work either:
  cvs tag -d mybranch <filename>
  cvs tag: Not removing branch tag `mybranch' from `<filename>,v'.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to