You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-dev@apache.org by sebb <se...@gmail.com> on 2015/05/19 23:00:08 UTC

Git: recommended URIs for DOAP browse and location entries?

A sample DOAP <respository> SVN entry is

    <repository>
      <SVNRepository>
        <browse rdf:resource="http://svn.apache.org/viewvc/ant"/>
        <location rdf:resource="http://svn.apache.org/repos/asf/ant"/>
     </SVNRepository>
    </repository>

This makes a clear distinction between the browse URI and the repository URI.

Both can be used to explore the repo, but the <browse> URI gives much
more information in the browser window. Only the <location> entry can
be used to check out the repo.

What are the recommended equivalent URIs for Git repositories?