Repository: archiva-site Updated Branches: refs/heads/master 2a81ec781 -> ce06ed054
remove more svn references Project: http://git-wip-us.apache.org/repos/asf/archiva-site/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva-site/commit/ce06ed05 Tree: http://git-wip-us.apache.org/repos/asf/archiva-site/tree/ce06ed05 Diff: http://git-wip-us.apache.org/repos/asf/archiva-site/diff/ce06ed05 Branch: refs/heads/master Commit: ce06ed054450a2c43a424e7bf0474aa047c0381f Parents: 2a81ec7 Author: Olivier Lamy <[email protected]> Authored: Thu Apr 10 10:09:30 2014 +1000 Committer: Olivier Lamy <[email protected]> Committed: Thu Apr 10 10:09:30 2014 +1000 ---------------------------------------------------------------------- src/site/apt/developers/building.apt | 9 --------- src/site/apt/developers/publishing-site.apt | 10 +++++----- src/site/xdoc/jsui/index.xml | 2 +- 3 files changed, 6 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-site/blob/ce06ed05/src/site/apt/developers/building.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/developers/building.apt b/src/site/apt/developers/building.apt index 5b426f2..a89de65 100644 --- a/src/site/apt/developers/building.apt +++ b/src/site/apt/developers/building.apt @@ -55,18 +55,9 @@ Documentation http://localhost:8080 to view pages as you edit them. When you're done, submit a patch in the {{{../issue-tracking.html}issue tracker}}. -svn - - You use checkout all trunks. - -+-- -svn co https://svn.apache.org/repos/asf/archiva/all archiva-all -+-- git clone - You can use git svn clone. See {{{http://git.apache.org/}Apache Documentation}}. - +-- git clone git://github.com/apache/archiva.git; cd archiva ; sh ./init-git-svn.sh or trough https http://git-wip-us.apache.org/repos/asf/archiva-site/blob/ce06ed05/src/site/apt/developers/publishing-site.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/developers/publishing-site.apt b/src/site/apt/developers/publishing-site.apt index 23b6486..7b43730 100644 --- a/src/site/apt/developers/publishing-site.apt +++ b/src/site/apt/developers/publishing-site.apt @@ -27,14 +27,14 @@ Publishing the Archiva Site build. It is ignored by <<<svn>>> operations, but you should ensure that the checkout is clean if you ever cancel or have a failure during a publish operation. You can check it is clean by ensuring there is no data from - <<<svn status>>> in that directory, or by removing it and having it get + <<<git status>>> in that directory, or by removing it and having it get checked out again. * Editing and Publishing the Main Site The site displayed at the root of {{http://archiva.apache.org}} (where - you are reading this) has its source code in Subversion at - {{https://svn.apache.org/repos/asf/archiva/site}}. + you are reading this) has its source code in Git at + {{https://git-wip-us.apache.org/repos/asf/archiva-site.git}}. To edit and publish the site, do the following: @@ -68,8 +68,8 @@ mvn site-deploy * Editing and Publishing the Archiva Documentation The documentation displayed under the subdirectories of - {{http://archiva.apache.org/docs/}} has its source code in Subversion at - {{https://svn.apache.org/repos/asf/archiva/trunk/archiva-docs}}, which + {{http://archiva.apache.org/docs/}} has its source code in Git at + {{https://git-wip-us.apache.org/repos/asf/archiva.git}} directory archiva-docs, which is part of the main project checkout. The instructions for managing the documentation is the same as for the main http://git-wip-us.apache.org/repos/asf/archiva-site/blob/ce06ed05/src/site/xdoc/jsui/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/jsui/index.xml b/src/site/xdoc/jsui/index.xml index a04f589..8f88559 100644 --- a/src/site/xdoc/jsui/index.xml +++ b/src/site/xdoc/jsui/index.xml @@ -81,7 +81,7 @@ </subsection> <subsection name="Sources organisation"> <p> - Sources are located in <a target="_blank" href="http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/">src/main/webapp</a> : + Sources are located in src/main/webapp of the archiva-webapp module : <ul> <li>css</li> <li>images</li>
