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 lesmikes...@gmail.com