savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] administration/content/gnu-content/bzr index.txt


From: karl
Subject: [Savannah-cvs] administration/content/gnu-content/bzr index.txt
Date: Fri, 25 Jan 2013 23:30:53 +0000

CVSROOT:        /web/administration
Module name:    administration
Changes by:     karl <karl>     13/01/25 23:30:53

Modified files:
        content/gnu-content/bzr: index.txt 

Log message:
        no longer mention rsync; requested by Bastien, address@hidden 23 Jan 
2013 22:24:19

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/bzr/index.txt?cvsroot=administration&r1=1.17&r2=1.18

Patches:
Index: index.txt
===================================================================
RCS file: /web/administration/administration/content/gnu-content/bzr/index.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- index.txt   14 Feb 2011 14:20:47 -0000      1.17
+++ index.txt   25 Jan 2013 23:30:53 -0000      1.18
@@ -22,7 +22,7 @@
 <pre>bzr branch bzr://bzr.<?php echo $project->getTypeBaseHost(). "/" . 
$project->getUnixName(); ?></pre>
 </li>
 
-<li>If you need the low-performances HTTP access, you can also use a
+<li>If you need the low-performance HTTP access, this is the url:
 http://bzr.<?php echo $project->getTypeBaseHost(). "/r/" . 
$project->getUnixName(); ?> URL scheme.
 </li>
 
@@ -41,20 +41,6 @@
 
 <pre>bzr branch bzr+ssh://<?php echo $username ?>@bzr.<?php echo 
$project->getTypeBaseHost(). "/" . $project->getUnixName(); 
?>/<i>branch</i></pre>
 
-<p>You may find it faster to initially grab the entire repository and
-all its branches via scp or rsync, for example:</p>
-
-<pre>
-rsync -av bzr.<?php echo
-$project->getTypeBaseHost(). "::bzr/" . $project->getUnixName(); ?>/ 
my-working-copy/
-</pre>
-
-<p>Afterwards, the directory <tt>my-working-copy</tt> will have all the data in
-its <tt>.bzr</tt> subdirectory, and each branch will also be a
-subdirectory (empty except for its own <tt>.bzr</tt> subdirectory).  To
-fill out a branch's working tree, run <tt>cd branch && bzr
-checkout</tt>.</p>
-
 
 <h4>More introductory documentation</h4>
 



reply via email to

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