Attempting to import svn repository gives apparently empty directory
I have an svn repository with ~1000 revisions, and the following layout:
endets/
branches/
endets-2.1/
tags/
endets-2.0.0/
endets-2.0.1/
trunk/
<project2>/
<project3>/
(only the 'endets' project is of interest here. The others have similar structures though)
Subversion is not meeting my needs, so I'd like to switch to bzr. The best case scenario will allow me to easily use the new bzr repo/branches to merge changes committed to the trunk since the 2.1 branch was created into the 2.1 branch. This doesn't work in svn because the 2.1 branch involves a total reshuffle of all the code, and so things don't patch.
However, I'd be happy just to have the branch history imported (and manually resolve things this once), so that I can in future use bzr to handle merges between branches.
The problem is when I try to import, I get apparently empty directories:
With Intrepid (bzr 1.6.1-1, bzr-svn 0.4.13-2), and the command 'bzr svn-import --all --scheme=trunk --prefix=endets/ svn+ssh:
Using the latest bzr (bzr 1.12-1~
- 'bzr svn-import --all --layout=trunk --prefix=endets/ svn+ssh:
- 'bzr svn-import --all svn+ssh:
All of the above svn-import commands return 0, and there doesn't appear to be anything odd in .bzr.log (it mentions the files it is importing as it goes, then reports '0.421 return code 0' or similar).
Where am I going wrong? :-) It is possible to achieve what I'm trying to achieve, and if so how?
Cheers,
Martin
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Martin Morrison for more information if necessary.