[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Best practice for moving folders around?

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Wed, 12 May 2010 08:01:08 -0500

Cooke, Mark wrote:
>
> Good idea, I Have no hooks setup as yet, I will look into this.
> Otherwise, yes, it is mainly an education issue...

Note that making mistakes is fairly normal, so one thing you should work out is
a scheme to track the tags that you care about. You probably want some
human-friendly name and numbering scheme where you copy the trunk or branch
versions you expect to be interested in - and you should expect some of these to
have various problems and you'll just ignore them later.

On the other hand if you are just getting started and want to clean up, you
could probably svnadmin dump the repository, svnadumpfilter including only
tags2, then make a new repository with trunk/tags/branches directories and
svnadmin load your history with trunk as the parent directory.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
Received on 2010-05-12 15:01:50 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.