niuys/gperftools

Tag for google-perftools-1.5 seems messed up

GoogleCodeExporter opened this issue · 3 comments

The tags/google-perftools-1.5 directory includes trunk as a subdirectory 
because of:

  http://code.google.com/p/google-perftools/source/detail?r=87

which probably just copied trunk to tags/google-perftools-1.5 (which 
unfortunately already existed because of r85). This seems like a mistake and 
I get the feeling that the trunk subdirectory of tags/google-perftools-1.5 
was intended to replace the previously tagged 1.5 version.

Original issue reported on code.google.com by kasper.l...@gmail.com on 16 Mar 2010 at 7:41

You're right.  I'm not an SVN expert -- obviously! -- so I don't know how to 
actually 
replace the tag.  Do you know how to fix this properly?

Original comment by csilv...@gmail.com on 16 Mar 2010 at 7:18

  • Changed state: Accepted
  • Added labels: Priority-Medium, Type-Defect
Thanks a lot for the super quick response.

I think there are two solutions: Either you (1) delete 
tags/google-perftools-1.5/trunk and merge r86 from 
trunk to tags/google-perftools-1.5 or you (2) delete tags/google-perftools-1.5 
and re-tag using something 
ala:

$ svn cp -r 86 https://google-perftools.googlecode.com/svn/trunk 
   https://google-perftools.googlecode.com/svn/tags/google-perftools-1.5

I hope this helps.

Original comment by kasper.l...@gmail.com on 16 Mar 2010 at 7:36

It does, thanks.  Tag is fixed!

Original comment by csilv...@gmail.com on 17 Mar 2010 at 4:35

  • Changed state: Fixed