Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On 7/7/06, Sabahat Adil <sabadil at perfexa.com> wrote: > Hi all, > How i can delete a branch.Plz help. > Regards, > Sabahat Adil Imam See the manual or cvs help for 'rtag' ('tag' will generally do, too, but you'd better rtag). Actually it's just "cvs rtag -d -B branch_name module_name" from inside a sandbox or use the -d global option, but reading the manual is never bad ;-) Be aware that this will just remove any references for the symbolic name, any commits that were made to this branch will remain in files' histories and thus will be orphan. I don't know whether the 'cvs admin -o' command can handle branches, but anyway this is way more unadvisable yet than running 'rtag -d'... Cheers, Flávio