/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/user-guide/publishing_a_branch.txt

  • Committer: Jelmer Vernooij
  • Date: 2019-09-01 15:33:59 UTC
  • mto: This revision was merged to the branch mainline in revision 7404.
  • Revision ID: jelmer@jelmer.uk-20190901153359-9gl0ai0x5wuiv444
Rename init-repo to init-shared-repo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
store history, not working copies of files, so their enclosing
17
17
repository is usually creating using the ``no-trees`` option, e.g.::
18
18
 
19
 
  brz init-repo --no-trees bzr+ssh://centralhost/srv/brz/PROJECT
 
19
  brz init-shared-repo --no-trees bzr+ssh://centralhost/srv/brz/PROJECT
20
20
 
21
21
You can think of this step as similar to setting up a new cvsroot or
22
22
Subversion repository. However, Breezy gives you more flexibility
36
36
 
37
37
Here is an example of the first way::
38
38
 
39
 
  brz init-repo PROJECT  (prepare local repository)
 
39
  brz init-shared-repo PROJECT  (prepare local repository)
40
40
  brz init PROJECT/trunk
41
41
  cd PROJECT/trunk
42
42
                         (copy development files)
48
48
 
49
49
Here is an example of the second way::
50
50
 
51
 
  brz init-repo PROJECT  (prepare local repository)
 
51
  brz init-shared-repo PROJECT  (prepare local repository)
52
52
  cd PROJECT
53
53
  brz init bzr+ssh://centralhost/srv/brz/PROJECT/trunk
54
54
  brz checkout bzr+ssh://centralhost/srv/brz/PROJECT/trunk