Hi, I am trying to separate my project a-project into a-project/trunk and a-project/branches. First, I like to move a-project to a-project/trunk. But this is not allowed since trunk is inside a-project. I might first move a-project to tmp and then move tmp to a-project/trunk. But the tmp directory is created in repository and this seems not elegant. Is there a clean way to do this?
Rice