??changed: -Initial import - multi-branch repository -======================================== - -(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') * 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 ) (Note: Be carefull about your "real name" in savannah profil's pages that it does NOT contain accent to get the push command working https://bugs.launchpad.net/bzr/+bug/659763 ) ++added: Initial import - multi-branch repository V2.1 ============================================= ++added: ++added: ++added: ++added: ++added: ++added: Initial import - single branch V2.1 =================================== cd YOUR_PROJECT/ bzr init bzr add . bzr commit -m "Initial import" bzr push bzr+ssh://[email protected]/YOUR_PROJECT/YOUR_BRANCH/ Apparently it's a good idea to do a multi-branch repo instead. Initial import - multi-branch repository V2.2 ============================================== bzr new --share-repository --format 2a /SHARED_PROJECT_DIR/ then do the following single branch import ??changed: -Here's a way to import your code for the first time:: bzr new --plain-branch --format 2a /SHARED_PROJECT_DIR/YOUR_PROJECT/ cp all code in YOUR_PROJECT/ ??changed: - bzr init ++added: ??changed: - bzr push bzr+ssh://[email protected]/YOUR_PROJECT/YOUR_BRANCH/ - -Apparently it's a good idea to do a multi-branch repo instead. bzr push bzr+ssh://[email protected]/YOUR_PROJECT/YOUR_BRANCH/ --remember --use-existing-dir --remember keep mermory of bzr+ssh dir --use-existing-dir don't complain about existing dir -- 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
