svn-import : No Repository found
Matt Nordhoff
mnordhoff at mattnordhoff.com
Fri Apr 25 05:40:47 BST 2008
Ben Lau wrote:
> Hi all,
>
> I am trying to use svn-import to convert a subversion repository to
> bazaar. But it was failed with following error:
>
> $ bzr svn-import http://lasertraq.googlecode.com/svn/trunk/ lasertraq
>
> Initialising Subversion metadata cache in
> /home/benlau/.bazaar/svn-cache/b96d7acf-6b41-0410-9c79-d54de23afa1b
> bzr: ERROR: No Repository found at
> http://lasertraq.googlecode.com/svn/trunk/. For individual branches,
> use 'bzr branch'.
>
> Any idea how to solve the problem? Thanks for any advise.
You're trying to svn-import a branch, not the main repo. Try:
$ bzr svn-import --scheme trunk http://lasertraq.googlecode.com/svn/
lasertraq
("--scheme trunk" is necessary because the "wiki" directory breaks
bzr-svn's auto-detection.)
> My configuration -
<snip>
--
More information about the bazaar
mailing list