Author: olamy
Date: Sun Aug 10 02:35:21 2008
New Revision: 684432

URL: http://svn.apache.org/viewvc?rev=684432&view=rev
Log:
start documentation on git support
add blank page for accurev support (I don't know this one :-) )


Added:
    maven/scm/trunk/maven-scm-site/src/site/apt/accurev.apt   (with props)
    maven/scm/trunk/maven-scm-site/src/site/apt/git.apt   (with props)
Modified:
    maven/scm/trunk/maven-scm-site/src/site/apt/scms-overview.apt
    maven/scm/trunk/maven-scm-site/src/site/site.xml

Added: maven/scm/trunk/maven-scm-site/src/site/apt/accurev.apt
URL: 
http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-site/src/site/apt/accurev.apt?rev=684432&view=auto
==============================================================================
--- maven/scm/trunk/maven-scm-site/src/site/apt/accurev.apt (added)
+++ maven/scm/trunk/maven-scm-site/src/site/apt/accurev.apt Sun Aug 10 02:35:21 
2008
@@ -0,0 +1,19 @@
+ ------
+ SCM Implementation: Accurev
+ ------
+ Olivier Lamy
+ ------
+ 2008-08-10
+ ------
+
+SCM Implementation: Accurev
+
+* General Info
+
+    Link : {{http://www.accurev.com//}}
+
+    License : Commercial
+
+* SCM Url
+
+    TO COMPLETE
\ No newline at end of file

Propchange: maven/scm/trunk/maven-scm-site/src/site/apt/accurev.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/scm/trunk/maven-scm-site/src/site/apt/accurev.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/scm/trunk/maven-scm-site/src/site/apt/git.apt
URL: 
http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-site/src/site/apt/git.apt?rev=684432&view=auto
==============================================================================
--- maven/scm/trunk/maven-scm-site/src/site/apt/git.apt (added)
+++ maven/scm/trunk/maven-scm-site/src/site/apt/git.apt Sun Aug 10 02:35:21 2008
@@ -0,0 +1,49 @@
+ ------
+ SCM Implementation: Git
+ ------
+ Olivier Lamy
+ ------
+ 2008-08-10
+ ------
+
+SCM Implementation: Git
+
+* General Info
+
+    Link : {{http://git-scm.com/}}
+
+    License : GNU General Public License v2
+
+* SCM Url
+
+    For all URLs below, we use a colon (:) as separator. If you use a colon 
for one of the variables (e.g. a windows path), then use a pipe (|) as 
separator.
+
+-------
+scm:git:git://server_name[:port]/path_to_repository
+scm:git:http://server_name[:port]/path_to_repository
+scm:git:https://server_name[:port]/path_to_repository
+scm:git:ssh://server_name[:port]/path_to_repository
+scm:git:file://[hostname]/path_to_repository
+-------
+
+* Examples
+
+-------
+scm:git:git://github.com/path_to_repository
+scm:git:http://github.com/path_to_repository
+scm:git:https://github.com/path_to_repository
+scm:git:ssh://github.com/path_to_repository
+scm:git:file://localhost/path_to_repository
+-------
+
+* Provider Configuration
+
+  The provider configuration is defined in ${user.home}/.scm/git-settings.xml.
+
+-------
+<git-settings>
+  <!-- will had the option --no-verify to the commit command can be helpfull 
to ignore trailing spaces issues with cygwin and the release plugin -->
+  <commitNoVerify>false</commitNoVerify>
+</git-settings>
+-------
+

Propchange: maven/scm/trunk/maven-scm-site/src/site/apt/git.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/scm/trunk/maven-scm-site/src/site/apt/git.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/scm/trunk/maven-scm-site/src/site/apt/scms-overview.apt
URL: 
http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-site/src/site/apt/scms-overview.apt?rev=684432&r1=684431&r2=684432&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-site/src/site/apt/scms-overview.apt (original)
+++ maven/scm/trunk/maven-scm-site/src/site/apt/scms-overview.apt Sun Aug 10 
02:35:21 2008
@@ -28,7 +28,11 @@
 
 * Partially implemented SCM's
 
+  * {{{accurev.html}Accurev}}
+
   * {{{clearcase.html}ClearCase}}
+  
+  * {{{git.html}Git}}
 
   * {{{local.html}File system}}
 
@@ -38,8 +42,6 @@
 
     This is a list of all the known SCM's that are not implemented currently.
 
-  * Accurev
-
   * Aegis
 
   * Arch

Modified: maven/scm/trunk/maven-scm-site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-site/src/site/site.xml?rev=684432&r1=684431&r2=684432&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-site/src/site/site.xml (original)
+++ maven/scm/trunk/maven-scm-site/src/site/site.xml Sun Aug 10 02:35:21 2008
@@ -47,11 +47,13 @@
       <item name="Javadoc" href="/projects/apidocs/index.html"/>
       <item name="SCM URL Format" href="/scm-url-format.html"/>
       <item name="Supported SCMs" href="/scms-overview.html" collapse="true">
+        <item name="Accurev" href="/accurev.html"/>
         <item name="Bazaar" href="/bazaar.html"/>
         <item name="Mercurial" href="/mercurial.html"/>                  
         <item name="Clearcase" href="/clearcase.html"/>
         <item name="CM Synergy" href="/synergy.html"/>
         <item name="CVS" href="/cvs.html"/>
+        <item name="Git" href="/git.html"/>
         <item name="Local" href="/local.html"/>
         <item name="Perforce" href="/perforce.html"/>
         <item name="StarTeam" href="/starteam.html"/>


Reply via email to