I am trying to move a svn folder one level up (similar question than this thread)
The actual structure of my project is myproject/trunk/trunk
(it seems that I made a mistake when I created the original repository).
I would like to have myproject/trunk
.
Using TortoiseSVN, I can right-drag my files one level up, this will keep the history of the whole folder. The point is that, I lost the history of each individual file. Is there a mean to keep both history of the folder and files?
EDIT
to sum up:
(1) when my project looks like myproject/trunk/myfiles
(which I don't want because it duplicates trunk): I can see the complete history from either the folder 'myproject' or any of 'myfiles'
(2) after I right drag 'myfiles' into myproject: the complete history is still available from the folder 'myproject' nut not any more from any of 'myfiles'.