This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
delete dead feature branches?
- From: Jason Merrill <jason at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 25 Sep 2009 11:20:03 -0400
- Subject: delete dead feature branches?
The SVN book
(http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html)
suggests deleting feature branches that have been merged into the trunk;
I think this would help to reduce the clutter in the branches directory
and avoid confusion with people expecting to find ongoing development on
abandoned branches. The branches would continue to exist in the
revision history, just not not in the current revision.
Jason