[Arakhnę-Dev] [5] The URL for anonymous access to the SVN was fixed because it must be SVN protocol , not SVN+SSH. |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
- To: dev@xxxxxxxxxxx
- Subject: [Arakhnę-Dev] [5] The URL for anonymous access to the SVN was fixed because it must be SVN protocol , not SVN+SSH.
- From: subversion@xxxxxxxxxxxxx
- Date: Wed, 08 Oct 2008 17:10:28 +0200
Revision: 5
Author: galland
Date: 2008-10-08 17:10:27 +0200 (Wed, 08 Oct 2008)
Log Message:
-----------
The URL for anonymous access to the SVN was fixed because it must be SVN protocol, not SVN+SSH.
Modified Paths:
--------------
trunk/arakhneRefs/pom.xml
Modified: trunk/arakhneRefs/pom.xml
===================================================================
--- trunk/arakhneRefs/pom.xml 2008-10-08 07:37:39 UTC (rev 4)
+++ trunk/arakhneRefs/pom.xml 2008-10-08 15:10:27 UTC (rev 5)
@@ -19,7 +19,7 @@
<!-- ======================================= -->
<scm>
- <connection>scm:svn:svn+ssh://svn.tuxfamily.org/svnroot/arakhne/afc/arakhneRefs</connection>
+ <connection>scm:svn:svn://svn.tuxfamily.org/svnroot/arakhne/afc/arakhneRefs</connection>
<developerConnection>scm:svn:svn+ssh://username@xxxxxxxxxxxxxxxxx/svnroot/arakhne/afc/arakhneRefs</developerConnection>
<url>http://www.arakhne.org/websvn.php?project=afc&subproject=arakhneRefs</url>
</scm>