Comment 5 for bug 430251

Revision history for this message
Ian Clatworthy (ian-clatworthy) wrote : Re: [Bug 430251] Re: Could use a "create remote branch and checkout this locally" workflow

Dr Al wrote:
> but I'd quite like
> the idea of having another option (possibly in Branch rather than
> Initialise) that says:
>
> * Create a new shared repository at [NEW_LOCATION]
> * Go and get a branch from [OLD_LOCATION]
> * Copy it to [NEW_LOCATION]/trunk
> * Checkout [NEW_LOCATION]/trunk to a local working directory

So Branch ought to go very close to doing exactly that already. If
NEW_LOCATION is outside a shared repo, the branch dialog will prompt you
to create one. If you do that, it *should* update the destination
location to be OLD_LOCATION/trunk. Click OK and all works.

I say "should" because it doesn't work for me on Linux for some reason
I'm yet to investigate. It was working on Windows though last time I
tried it.

Ian C.