bzr-svn: getting changes from svn repo

jagmohan patel jmohanpatel at gmail.com
Fri Dec 5 13:24:28 GMT 2008


On Fri, Dec 5, 2008 at 6:26 PM, Vincent Ladeuil <v.ladeuil+lp at free.fr> wrote:
>>>>>> "Marius" == Marius Kruger <amanic at gmail.com> writes:
>
>    Marius> 2008/12/4 jagmohan patel <jmohanpatel at gmail.com>
>    >> Hello,
>    >>
>    >> Firstly I would like to thank the bazaar team for creating such a
>    >> wonderful tool. I am really enjoying using it.
>    >>
>    >> I am trying to use bzr-svn to work with existing svn repos. I created
>    >> a local branch using a command:
>    >>
>    >> $ bzr branch svn+ssh://<project-path>/trunk proj.bzr
>    >>
>    >> now I want to periodically get the checkins by others
>    >> into my workspace.
>    >>
>    >> I am currently doing this using:
>    >>
>    >> $ bzr pull svn+ssh//<project-path>/trunk
>    >>
>    >> While this works, is it possible to achieve the same result
>    >> without specifying the svn url?
>    >>
>    >> I tried "bzr pull" and "bzr update" but that doesnt achieve
>    >> the same results as the above commands. As I am trying
>    >> to move to the bzr client for most of my svn repos its
>    >> somewhat painful to type all the different urls for each
>    >> workspace.
>
>
>    Marius> have you tried:
>    Marius> $ bzr pull --remember svn+ssh//<project-path>/trunk
>
> Have you tried:
>
>   bzr pull
>
> after the initial branching or after the command Marius gives
> above (both of which should be executed in the 'proj.bzr'
> directory) ?
>
> Most bzr commands remembers their default location or can be
> instructed to remember a new one like Marius said.
>
>      Vincent
>

Works nicely. Exactly what I was looking for. Thanks Marius &
Vincent.

I will remember to "--remember" and also to read the
docs more thoroughly :)

Jag



More information about the bazaar mailing list