[med-svn] r7196 - trunk/community/website/docs
Charles Plessy
plessy at alioth.debian.org
Thu Jun 30 14:04:52 UTC 2011
Author: plessy
Date: 2011-06-30 14:04:51 +0000 (Thu, 30 Jun 2011)
New Revision: 7196
Modified:
trunk/community/website/docs/policy.xml
Log:
Corrected anonymous Subversion and Git URLs.
Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml 2011-06-30 12:18:19 UTC (rev 7195)
+++ trunk/community/website/docs/policy.xml 2011-06-30 14:04:51 UTC (rev 7196)
@@ -136,8 +136,8 @@
<para>
For read-only access, the syntax is slightly
different:<programlisting>
-<command>svn co</command> <filename class="directory">svn://svn.debian.org/svn/debian-med/trunk/...</filename>
-<command>git clone</command> <filename class="directory">git://git.debian.org/git/debian-med/<package>.git</filename></programlisting>
+<command>svn co</command> <filename class="directory">svn://svn.debian.org/debian-med/trunk/...</filename>
+<command>git clone</command> <filename class="directory">git://git.debian.org/debian-med/<package>.git</filename></programlisting>
</para>
</listitem>
</itemizedlist>
@@ -581,11 +581,11 @@
<title>Vcs-Svn: and Vcs-Browser:</title>
<para>Please use the following templates:
<programlisting>
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/<package>/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/<package>/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/<package>/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/<package>/trunk/
</programlisting>or
<programlisting>
-Vcs-Git: git://git.debian.org/git/debian-med/<package>.git
+Vcs-Git: git://git.debian.org/debian-med/<package>.git
Vcs-Browser: http://git.debian.org/?p=debian-med/<package>.git
</programlisting>
</para>
More information about the debian-med-commit
mailing list