To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76897


User ramya changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu May  3 13:26:46 +0000 
2007 -------
There has been a lot of changes in the CVS side of things from 3.5.1 to 4.5.2.
Currently cvs tag will only do those options(move/delete) on an already
existing branch if the -B flag is provided. 

We are working on certain options where  when adding  -B to    
 cvs tag -F -b mybranch <filename> ----> cvs tag -B -F -b mybranch <filename>
we are able to move the branch tag

-bash-2.05b$ cvs tag
Usage: cvs tag [-bcdFflR] [-r rev|-D date] tag [files...]
        -b      Make the tag a "branch" tag, allowing concurrent development.
        -B      Allows -F and -d to disturb branch tags.  Use with extreme care.
        -c      Check that working files are unmodified.
        -d      Delete the given tag.
        -F      Move tag if it already exists.
        -f      Force a head revision match if tag/date not found.
        -l      Local directory only, not recursive.
        -R      Process directories recursively.
        -r rev  Existing revision/tag.
        -D      Existing date.

According to the code(src/tag.c), the two operations are allowed only if -B
option is specified.

Regards,
Ramya
Support Operations

---------------------------------------------------------------------
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