CVSROOT: /web/administration
Module name: administration
Changes by: Sylvain Beucler <Beuc> 08/07/13 09:33:25
Modified files:
content/gnu-content/bzr: index.txt
Log message:
*** empty log message ***
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/bzr/index.txt?cvsroot=administration&r1=1.5&r2=1.6
Patches:
Index: index.txt
===================================================================
RCS file: /web/administration/administration/content/gnu-content/bzr/index.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- index.txt 13 Jul 2008 09:31:07 -0000 1.5
+++ index.txt 13 Jul 2008 09:33:25 -0000 1.6
@@ -13,6 +13,14 @@
<h4>Developper write access (ssh)</h4>
-<pre>bzr branch sftp://[EMAIL PROTECTED]<?php echo
$project->getTypeBaseHost(). "/" . $project->getUnixName(); ?></pre>
+<?php
+$username = user_getname();
+if ($username == "NA") {
+ // for anonymous user :
+ $username = '<<em>membername</em>>';
+}
+?>
+
+<pre>bzr branch sftp://<?php echo $username ?>@bzr.<?php echo
$project->getTypeBaseHost(). "/" . $project->getUnixName(); ?></pre>
You can also use <code>scp</code> and <code>rsync</code> if need be.
_______________________________________________
Savannah-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/savannah-cvs