[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/content/gnu-content/bzr index.txt
From: |
Karl Berry |
Subject: |
[Savannah-cvs] administration/content/gnu-content/bzr index.txt |
Date: |
Sun, 06 Jun 2010 22:35:55 +0000 |
CVSROOT: /web/administration
Module name: administration
Changes by: Karl Berry <karl> 10/06/06 22:35:55
Modified files:
content/gnu-content/bzr: index.txt
Log message:
more fixes, comment#4, http://savannah.gnu.org/support/?107395
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/bzr/index.txt?cvsroot=administration&r1=1.9&r2=1.10
Patches:
Index: index.txt
===================================================================
RCS file: /web/administration/administration/content/gnu-content/bzr/index.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- index.txt 3 Jun 2010 18:10:42 -0000 1.9
+++ index.txt 6 Jun 2010 22:35:55 -0000 1.10
@@ -42,11 +42,11 @@
<pre>
scp -r <?php echo $username ?>@bzr.<?php echo
-$project->getTypeBaseHost(). ":/srv/bzr/" . $project->getUnixName(); ?>
emacs-bzr-repository emacs-bzr-repository
+$project->getTypeBaseHost(). ":/srv/bzr/" . $project->getUnixName(); ?> my-repo
</pre>
-<p>Afterwards, the directory <tt>emacs-bzr-repository</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
+<p>Afterwards, the directory <tt>my-repo</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>