CVSROOT: /web/administration Module name: administration Changes by: Sylvain Beucler <Beuc> 10/10/10 11:35:46
Modified files: content/gnu-content/bzr: index.txt Log message: Use bzr:// instead of http:// CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/bzr/index.txt?cvsroot=administration&r1=1.11&r2=1.12 Patches: Index: index.txt =================================================================== RCS file: /web/administration/administration/content/gnu-content/bzr/index.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -u -b -r1.11 -r1.12 --- index.txt 10 Oct 2010 11:23:39 -0000 1.11 +++ index.txt 10 Oct 2010 11:35:46 -0000 1.12 @@ -12,14 +12,18 @@ <li><p>For a repository with separate branch directories (<tt>trunk</tt>, <tt>devel</tt>, …), use: -<pre>bzr branch http://bzr.<?php echo $project->getTypeBaseHost(). "/r/" . $project->getUnixName(); ?>/<i>branch</i></pre> +<pre>bzr branch bzr://bzr.<?php echo $project->getTypeBaseHost(). "/" . $project->getUnixName(); ?>/<i>branch</i></pre> where <i>branch</i> is the name of the branch you want. <p></p></li> <li>For a repository with only a top-level <tt>.bzr</tt> directory, use: -<pre>bzr branch http://bzr.<?php echo $project->getTypeBaseHost(). "/r/" . $project->getUnixName(); ?></pre> +<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 +http://bzr.<?php echo $project->getTypeBaseHost(). "/r/" . $project->getUnixName(); ?> URL scheme. </li> </ul> _______________________________________________ Savannah-cvs mailing list Savannah-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/savannah-cvs