Hi, 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