CVSROOT: /web/administration Module name: administration Changes by: Sylvain Beucler <Beuc> 08/07/13 09:30:27
Modified files: content/gnu-content/bzr: index.txt Log message: http:// is better supported by the bzr client than bzr:// (namely the progress bar) CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/bzr/index.txt?cvsroot=administration&r1=1.3&r2=1.4 Patches: Index: index.txt =================================================================== RCS file: /web/administration/administration/content/gnu-content/bzr/index.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- index.txt 13 Jul 2008 09:23:12 -0000 1.3 +++ index.txt 13 Jul 2008 09:30:27 -0000 1.4 @@ -1,17 +1,18 @@ <?php global $project; ?> -<h4>Anonymous read-only access (hpss)</h4> +<h4>Anonymous read-only access</h4> + +<pre>bzr branch http://bzr.<?php echo $project->getTypeBaseHost(). "/r/" . $project->getUnixName(); ?></pre> + +or via hpss: <pre>bzr branch bzr://bzr.<?php echo $project->getTypeBaseHost(). "/" . $project->getUnixName(); ?></pre> +<p>Note: these paths are the default paths. Maybe the project is using a different layout.</p> + + <h4>Developper write access (ssh)</h4> <pre>bzr branch sftp://bzr.<?php echo $project->getTypeBaseHost(). "/" . $project->getUnixName(); ?></pre> You can also use <code>scp</code> and <code>rsync</code> if need be. - -<h4>Slow "dump-protocol" access (http)</h4> - -<pre>bzr branch http://bzr.<?php echo $project->getTypeBaseHost(). "/r/" . $project->getUnixName(); ?></pre> - -<p>Note: these paths are the default paths. Maybe the project is using a different layout.</p> _______________________________________________ Savannah-cvs mailing list Savannah-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/savannah-cvs