svn-import and parent location

Jelmer Vernooij jelmer at samba.org
Fri Mar 12 11:28:40 GMT 2010


Hi Martin,

On 03/12/10 12:13, Martin Guillon wrote:
>
> Hi,
>
> I used svn-import to switch our SVN repository to Bazaar. It  works 
> great, I didn't loose anything!
>
> Now I have a question. Looking at my branches I see that the parent 
> location is the corresponding svn branch.
>
> Now I am  very happy with that, if I can push my bazaar modifications 
> to our svn rep, GREAT!
>
> But I cant have it to work. If I try to push I get an error.
>
> If my svn branch is at "svn://address/branches/test" then the ouptu of 
> Push is
>
> Run command: bzr push svn://address/branches/test --directory 
> D:/Martin/dev/CM/bazaar/client/test --remember --no-strict
>
> Connected (version 2.0, client OpenSSH_5.1p1)
>
> Authentication (publickey) successful!
>
> Secsh channel 1 opened.
>
> bzr: ERROR: Not a branch: " branches/test".
>
> Anyone can help?
>
>
You can't push over the svn:// protocol - much like you couldn't commit 
in a checkout in svn if you made it from a svn:// URL. You should be 
able to push over ssh by using svn+ssh://.

Cheers,

Jelmer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20100312/0dd8aa82/attachment.htm 


More information about the bazaar mailing list