Fwd: More svn imports

Patrick van der Velde petrikvandervelde at gmail.com
Sat Feb 28 13:29:04 GMT 2009


Oops my bad that should have gone to the group .. :(


---------- Forwarded message ----------
From: Patrick van der Velde <petrikvandervelde at gmail.com>
Date: Sun, Mar 1, 2009 at 02:28
Subject: Re: More svn imports
To: Jelmer Vernooij <jelmer at vernstok.nl>


Hi Jelmer

On Sun, Mar 1, 2009 at 02:04, Jelmer Vernooij <jelmer at vernstok.nl> wrote:
> Hi Patrick,
>
> On Sat, 2009-02-28 at 17:22 +1300, Patrick van der Velde wrote:
>> I'm at it again. I'm trying to import from a svn repo but this time
>> I'm trying to grab the first 400ish revisions. I've created a
>> repository at the base directory for this import and then I try to
>> create a branch from the subversion repository.
> Are you trying to import a single branch or multiple branches? If you're
> just importing a single branch, use "bzr branch ..." not "bzr
> svn-import".

Ok I've tried that and that doesn't work either. I did:

bzr branch svn://localhost/SourceCode trunk -r svn:419

But then bazaar complains that the revision doesn't exist:

bzr: ERROR: Requested revision: u'svn:419' does not exist in branch:
SvnBranch('svn://localhost/SourceCode')

I'm pretty sure the path exists for that revision (I can see it when
looking at the path through the TortoiseSVN repo browser) so I'm
guessing I'm giving the wrong bzr command.

>
>>
>> The command line I use is:
>> bzr svn-import svn://localhost/SourceCode trunk --until==419
> There's one = too much in --until.

Oops that was a typo in the message, I got it right in the command line.

Thanks

Petrik



More information about the bazaar mailing list