--removed: - -(Note: it seems v2.1 or 2.2 introduced a 'new' command that replaces 'init-repository' and 'init')
??changed: -Initial import - multi-branch repository V2.1 -============================================= Initial import - multi-branch repository ======================================== ??changed: -Initial import - single branch V2.1 -=================================== Initial import - single branch ============================== --removed: - -Initial import - multi-branch repository V2.2 -============================================== -:: - - bzr new --share-repository --format 2a /SHARED_PROJECT_DIR/ - -then do the following single branch import - -Initial import - single branch V2.2 -==================================== -:: - - bzr new --plain-branch --format 2a /SHARED_PROJECT_DIR/YOUR_PROJECT/ - #cp all code in YOUR_PROJECT/ - cd YOUR_PROJECT/ - bzr add . - bzr commit -m "Initial import" - bzr push bzr+ssh://[email protected]/YOUR_PROJECT/YOUR_BRANCH/ --remember --use-existing-dir -[3 more lines...] -- forwarded from http://savannah.gnu.org/maintenance/UsingBzr#[email protected]/maintenance
