bzr-svn: getting changes from svn repo
Marius Kruger
amanic at gmail.com
Thu Dec 4 17:16:32 GMT 2008
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.
have you tried:
$ bzr pull --remember svn+ssh//<project-path>/trunk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20081204/8062a3c7/attachment.htm
More information about the bazaar
mailing list