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

RE: Question about shuffling top level directory

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 15 Jul 2010 10:54:04 -0400

> I have a repository structure like:
> repos/ABC/trunk/abc/src
>
> I want to remove the trunk and get the structure to a form like
> repos/ABC/abc/src
>
> I know I can use svn move, but I want to keep the same revision
> number as of now. Is there any smarter way to get rid of the trunk
> dir and make 'abc' go one level up.
>
> -Ameet

You can't change what is in the repository without committing it as a revision.

Well... that's not strictly true... you can dump it, use dumpfilter, import it to a new path... but it doesn't seem worth it when a svn mv will do it in a few seconds.

BOb
Received on 2010-07-15 16:54:44 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.