savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [UsingBzr] (edit) add note about accent and v2.2


From: benje
Subject: [Savannah-cvs] [UsingBzr] (edit) add note about accent and v2.2
Date: Mon, 01 Nov 2010 20:44:17 +0000

??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://address@hidden/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://address@hidden/YOUR_PROJECT/YOUR_BRANCH/
-
-Apparently it's a good idea to do a multi-branch repo instead.

 bzr push bzr+ssh://address@hidden/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/address@hidden/maintenance



reply via email to

[Prev in Thread] Current Thread [Next in Thread]