[EMAIL PROTECTED] wrote:
Author: rooneg
Date: Wed Feb 15 17:27:37 2006
New Revision: 378136
URL: http://svn.apache.org/viewcvs?rev=378136&view=rev
Log:
Point the repos location to APR's trunk instead of the project root,
since on projects.apache.org it's used in a 'svn co' command and we
don't want to encourage people to check out the project root.
Modified:
apr/site/trunk/doap.rdf
Modified: apr/site/trunk/doap.rdf
URL:
http://svn.apache.org/viewcvs/apr/site/trunk/doap.rdf?rev=378136&r1=378135&r2=378136&view=diff
==============================================================================
--- apr/site/trunk/doap.rdf (original)
+++ apr/site/trunk/doap.rdf Wed Feb 15 17:27:37 2006
@@ -29,7 +29,7 @@
<repository>
<SVNRepository>
<browse rdf:resource="http://svn.apache.org/viewcvs.cgi/apr/"/>
- <location rdf:resource="http://svn.apache.org/repos/asf/apr/"/>
+ <location
rdf:resource="http://svn.apache.org/repos/asf/apr/apr/trunk"/>
</SVNRepository>
</repository>
Then we should probably have a list of all three trunks, don't you think?