caohaiwd / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Tag for google-perftools-1.5 seems messed up #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
It does, thanks.  Tag is fixed!

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