Checkout esys-particle-win-branch

Asked by Matt Joyce

Hi,

I am following the building instructions given here:
https://launchpad.net/esys-particle/2.1/esys-particle-2.1/+download/esys-particle-win-%28v2.1%29-build-instructions.pdf

When I get to 2.1 "checkout the esys-particle-win branch from Launchpad" I am having some trouble. I have pageant running

How do I "checkout" esys-particle-win branch? What commands do I need to use, and in what program, to "checkout" the branch?

I'm very new to this so basic instructions would be appreciated.

Thanks
Matt

Question information

Language:
English Edit question
Status:
Solved
For:
ESyS-Particle Edit question
Assignee:
No assignee Edit question
Solved by:
Dion Weatherley
Solved:
Last query:
Last reply:
Revision history for this message
Vince Boros (v-boros) said :
#1

Hello Matt:

"checkout" is a Bazaar command ("bzr checkout ..."). But I notice that the document ends up using "branch" instead for the example command-line input, which I dare say is what confused you:

bzr branch lp:esys-particle/esys-particle-win

Although there are some subtle differences between "checkout" and "branch", both result in a copy of the ESyS-Particle code being downloaded to your folder. I personally prefer "bzr checkout ..." because this allows me to run "bzr update" later on to update my copy of the code with the latest revision in the repository. I have not been able to do this with "bzr branch ..." Someone else may know how.

Also, if you have Bazaar installed, in a terminal you can run "bzr help" to learn the basic Bazaar commands.

Regards,

Vince

Revision history for this message
Matt Joyce (mat-joyce) said :
#2

Thanks for your help Vince,

I tried to checkout the code (with Pageant running), and I get the following:

C:\Program Files (x86)\Bazaar>bzr checkout lp:esys-particle/esys-particle-win
Connected (version 2.0, client Twisted)
Authentication (publickey) successful!
Secsh channel 1 opened.
bzr: ERROR: No such file: u'C:/Program Files (x86)/Bazaar/esys-particle-win': [E rror 2] The system cannot find the file specified: u'C:/Program Files (x86)/Bazaar/esys-particle-win'

What am I missing/ have I forgotten a step?
Thanks,
Matthew

Revision history for this message
Vince Boros (v-boros) said :
#3

I'm unsure what is wrong. From the error message it appears that bzr is looking for esys-particle-win in the working folder rather than on Launchpad (lp:esys-particle/). Can you confirm that you completed Step 6 at https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair under "Windows (PuTTY)?" Unfortunately I have no experience with MS Windows in a Bazaar or ESyS-Particle context. Does someone else have an idea what is wrong here?

Regards,

Vince

Revision history for this message
Best Dion Weatherley (d-weatherley) said :
#4

Hi Matt,

This how-to might help:
http://howto.praqma.net/bazaar/bazaar-on-windows

Cheers,

Dion

Revision history for this message
Matt Joyce (mat-joyce) said :
#5

Thanks Dion and Vince for your help. I've got it sorted by following the howto guide.

Cheers,

Matt