From: Mattia B. <mat...@li...> - 2007-04-28 21:19:25
|
On Sat, 28 Apr 2007 21:12:12 +0200 Mattia Barbon <mat...@li...> wrote: > Hi all, > just a heads up, I am going to convert the wxPerl SourceForge > repository to Subversion. I hope the conversion to be finished > by Monday. I converted the repository locally, using cvs2svn. Due to current repositoy layout, the automatic conversion has created: tags/VERSION=0_01/wxPerl tags/VERSION=0_01/Alien-wxWidgets tags/VERSION=0_02/wxPerl tags/VERSION=0_02/Alien-wxWidgets tags/VERSION=0_03/wxPerl tags/VERSION=0_03/Alien-wxWidgets ... trunk/wxPerl trunk/Alien-wxWidgets ... While I can live with having the modules under 'trunk', the situation under 'tags' really bothers me. Using svn move I changed the structure to: wxPerl/trunk wxPerl/tags/release-0.01 wxPerl/tags/release-0.02 ... Alien-wxWidgets/trunk Alien-wxWidgets/tags/release-0.01 Alien-wxWidgets/tags/release-0.02 ... It works, but I suspect there is a better way to do it than svn move. Does anybody have any suggestion? TIA Mattia |