-
Notifications
You must be signed in to change notification settings - Fork 1
/
README_Bazar
35 lines (26 loc) · 1.3 KB
/
README_Bazar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
*** How to setup your Bazaar to work with updated codes
This file explains how to setup Bazaar and work with updated versions of the code.
Summary
1. Setup Bazaar
2.
*** How to setup the shared repository ***
1. Initialize/create the shared repository
bzr init-repo sftp://[email protected]/~/src/Python/Fitting.repo/SloppyScaling.main
[[email protected]'s password:
Shared repository with trees (format: pack-0.92)
Location:
shared repository: sftp://[email protected]/%7E/src/Python/Fitting.repo/SloppyScaling.main/]
2. Create the trunk branch
bzr init sftp://[email protected]/~/src/Python/Fitting.repo/SloppyScaling.main/trunk
[[email protected]'s password:
Repository branch (format: pack-0.92)
Location:
shared repository: sftp://[email protected]/%7E/src/Python/Fitting.repo/SloppyScaling.main/
repository branch: sftp://[email protected]/%7E/src/Python/Fitting.repo/SloppyScaling.main/trunk/]
3. Checkout (locally) the trunk branch
I first setup my local main directory (Sloppy.main) of the repository
mkdir /home/gf/src/Python/Fitting.repo/Sloppy.main
then I checkout the trunk branch into a new directory I call trunk
bzr checkout sftp://[email protected]/~/src/Python/Fitting.repo/SloppyScaling.main/trunk trunk
so now I have a new directory
/home/gf/src/Python/Fitting.repo/Sloppy.main/trunk