Replace SVNRepository with GITRepository We'd migrated to git long time ago.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/site@1649385 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/69e4da49 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/69e4da49 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/69e4da49 Branch: refs/heads/asf-site Commit: 69e4da492c276da5e5d214db41f64cdfbb31b991 Parents: f93422b Author: Alexander Shorin <[email protected]> Authored: Sun Jan 4 19:11:49 2015 +0000 Committer: Alexander Shorin <[email protected]> Committed: Sun Jan 4 19:11:49 2015 +0000 ---------------------------------------------------------------------- couchdb-doap.rdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/69e4da49/couchdb-doap.rdf ---------------------------------------------------------------------- diff --git a/couchdb-doap.rdf b/couchdb-doap.rdf index 38585fe..db50ba6 100644 --- a/couchdb-doap.rdf +++ b/couchdb-doap.rdf @@ -33,10 +33,10 @@ </Version> </release> <repository> - <SVNRepository> + <GITRepository> <location rdf:resource="https://git-wip-us.apache.org/repos/asf/couchdb-couch/repo?p=couchdb.git;a=summary"/> <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/couchdb-couch/repo?p=couchdb.git;a=summary"/> - </SVNRepository> + </GITRepository> </repository> </Project> </rdf:RDF>
