Author: reinhard
Date: 2011-01-07 07:09:46 -0600 (Fri, 07 Jan 2011)
New Revision: 10277

Modified:
   trunk/www/
   trunk/www/web/developers/bzr.php
Log:
Fixed bzr info.



Property changes on: trunk/www
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-10-05 09:52:53.280999899 +0200
committer: Reinhard Müller <reinhard.muel...@bytewise.at>
properties: 
        branch-nick: www

   + timestamp: 2011-01-07 14:09:24.279999971 +0100
committer: Reinhard Müller <reinhard.muel...@bytewise.at>
properties: 
        branch-nick: www

Name: bzr:file-ids
   - web/developers/assignment.php      
5...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fwww%2Fweb%2Fdevelopers%2Fassignment.php
web/developers/copyleft.php     
5...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fwww%2Fweb%2Fdevelopers%2Fcopyleft.php

   + web/developers/bzr.php     
5...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fwww%2Fweb%2Fdevelopers%2Fsvn.php

Name: bzr:revision-id:v4
   - 333 reinhard.muel...@bytewise.at-20100504193915-yl6ojj9gjij4tv8h
334 reinhard.muel...@bytewise.at-20100505064940-h5j5b0vgxugvk81y
335 reinhard.muel...@bytewise.at-20100505070516-lt1px9juogjy6yrd
336 reinhard.muel...@bytewise.at-20100505074317-nx6o09qo2aj08ndz
337 reinhard.muel...@bytewise.at-20100505075539-gtbpx7ytai79qh8c
338 reinhard.muel...@bytewise.at-20100505075936-05w75sgyx8v4u7d6
339 reinhard.muel...@bytewise.at-20100505092959-kh1lsv9trjmbuaw1
340 reinhard.muel...@bytewise.at-20101005075253-n2bn306d4ea61znv

   + 333 reinhard.muel...@bytewise.at-20100504193915-yl6ojj9gjij4tv8h
334 reinhard.muel...@bytewise.at-20100505064940-h5j5b0vgxugvk81y
335 reinhard.muel...@bytewise.at-20100505070516-lt1px9juogjy6yrd
336 reinhard.muel...@bytewise.at-20100505074317-nx6o09qo2aj08ndz
337 reinhard.muel...@bytewise.at-20100505075539-gtbpx7ytai79qh8c
338 reinhard.muel...@bytewise.at-20100505075936-05w75sgyx8v4u7d6
339 reinhard.muel...@bytewise.at-20100505092959-kh1lsv9trjmbuaw1
340 reinhard.muel...@bytewise.at-20101005075253-n2bn306d4ea61znv
341 reinhard.muel...@bytewise.at-20110107130924-26ejb95p3dido1w4

Name: bzr:text-parents
   - web/developers/assignment.php      
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:5495
web/developers/copyleft.php     
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:5491

   + web/developers/bzr.php     
reinhard.muel...@bytewise.at-20100504193915-yl6ojj9gjij4tv8h


Modified: trunk/www/web/developers/bzr.php
===================================================================
--- trunk/www/web/developers/bzr.php    2011-01-04 12:41:32 UTC (rev 10276)
+++ trunk/www/web/developers/bzr.php    2011-01-07 13:09:46 UTC (rev 10277)
@@ -13,11 +13,6 @@
 <p>The GNU Enterprise Bazaar repository is publicly accessible.
 There are several ways to access the repository:</p>
 
-<h2>Web Access</h2>
-
-<p>You can browse the source tree
-<a 
href="http://www.gnuenterprise.org/cgi-bin/viewcvs.cgi/trunk/?root=gnue";>online</a>.</p>
-
 <h2>Normal Bazaar command line tools</h2>
 
 <p>To access Bazaar...</p>
@@ -29,7 +24,7 @@
 </ul>
 
 <pre>
-  $ bzr co bzr branch http://bzr.savannah.gnu.org/srv/bzr/gnue
+  $ bzr branch bzr://bzr.savannah.gnu.org/gnue
 </pre>
 
 <ul>
@@ -39,7 +34,7 @@
 <h2>Developer Access</h2>
 <p>GNU Enterprise Developer can access the repository with the following 
command.</p>
 <pre>
-  $ bzr branch sftp://<logname>@bzr.savannah.gnu.org/srv/bzr/gnue
+  $ bzr branch bzr+ssh://<logname>@bzr.savannah.gnu.org/gnue
 </pre>
 
 </div>


_______________________________________________
commit-gnue mailing list
commit-gnue@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to