++added:
(Multi-branch means a single location will hold all your branches internal 
state,
hopefully making it improving performances when creating new branches)

(Note: it seens v2.1 or 2.2 introduced a 'new' command that replaces 
'init-repository' and 'init')


??changed:
- TODO
-
-Initial import - single branch
-==============================
-
-Here's a way to import your code for the first time::
-
 bzr init-repository bzr+ssh://[email protected]/testyten/

??changed:
- bzr push bzr+ssh://[email protected]/YOUR_PROJECT/
 bzr push ???TODO???

Initial import - single branch
==============================

Here's a way to import your code for the first time::

 cd YOUR_PROJECT/
 bzr init
 bzr add .
 bzr commit -m "Initial import"
 bzr push bzr+ssh://[email protected]/YOUR_PROJECT/YOUR_BRANCH/

--
forwarded from 
http://savannah.gnu.org/maintenance/usingbzr#[email protected]/maintenance

_______________________________________________
Savannah-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/savannah-cvs

Reply via email to