This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 72176 - Need a 'delete branch' function in CVS
Summary: Need a 'delete branch' function in CVS
Status: RESOLVED DUPLICATE of bug 73395
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-02 15:28 UTC by seancwall
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description seancwall 2006-02-02 15:28:45 UTC
There doesn't appear to be any way to delete a branch on a file.  Ideally, this
feature should delete the selected branch and automatically roll back the file
to the trunk revision (or other selected revision).
Comment 1 Peter Pis 2006-02-02 15:50:36 UTC
http://ximbiot.com/cvs/manual/cvs-1.11.21/cvs_4.html#SEC51

"WARNING: the commands in this section are dangerous; they permanently discard
historical information and it can be difficult or impossible to recover from
errors. If you are a CVS administrator, you may consider restricting these
commands with the `taginfo' file"

"WARNING: Moving branch tags is very dangerous! If you think you need the -B
option, think again and ask your CVS administrator about it (if that isn't you).
There is almost certainly another way to accomplish what you want to accomplish."
Comment 2 Maros Sandor 2006-12-15 19:45:55 UTC

*** This issue has been marked as a duplicate of 73395 ***