This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: svn tag inspection


Jeffrey A Law <law@redhat.com> wrote:

>> In fact, after the subversion conversion is over, we can "svn
>> delete" all those merging tags for good since they're there because
>> you can't delete them in CVS but we really don't need them anymore
>> (before anybody asks: "svn delete" keeps history of course).
> Just a minor correction, you can certainly delete cvs tags.  It
> just isn't something I'd necessarily recommend doing :-)
>
> cvs tag -d <tag>


I think that is not a versioned operatoin (but I might be wrong). The point is
that with svn you can remove all those tags as versioned operations, so you are
really not destroying past history, and you're making the tags list much more
meaningful and useful for everyday use. IMO we should do the same with closed
branches, they really serve no purpose there in /branches in the current
revision, we can safely "svn rm" them (or move to a /branches/closed subdir).

Giovanni Bajo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]