You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by da...@apache.org on 2007/05/24 11:54:00 UTC

svn commit: r541245 [3/3] - in /webservices/savan/site/c: ./ api/ docs/ images/ images/logos/ style/

Added: webservices/savan/site/c/svn.html
URL: http://svn.apache.org/viewvc/webservices/savan/site/c/svn.html?view=auto&rev=541245
==============================================================================
--- webservices/savan/site/c/svn.html (added)
+++ webservices/savan/site/c/svn.html Thu May 24 02:53:54 2007
@@ -0,0 +1,77 @@
+<html>
+<head>
+  <meta http-equiv="content-type" content="">
+  <title>Developing Apache Savan/C</title>
+</head>
+
+<body lang="en">
+<h1>Developing Apache Savan/C</h1>
+
+<p>This document provides information on how to use SVN to get an SVN
+checkout/update and make commits to the source repository.</p>
+
+<h2>Contents</h2>
+<ul>
+  <li><a href="#svn">Working with Subversion (SVN)</a></li>
+  <li><a href="#checkout">Checking-out Savan from Subversion</a></li>
+</ul>
+<a name="svn"></a>
+
+<h2>Working with Subversion (SVN)</h2>
+
+<p>The Apache Savan/C development team uses Subversion (SVN) for source
+control. Subversion is a compelling replacement for CVS, developed under the
+auspices of the Tigris community and is licensed under an Apache compatible
+license. To learn more about Subversion or to download the latest
+distribution, visit the <a href="http:///subversion.tigris.org"
+target="_blank">Subversion project site</a>. If you are looking for
+guidelines on setting up/installing Subversion, please read the ASF <a
+href="http://www.apache.org/dev/version-control.html" target="_blank">Source
+Code Repositories page</a>.</p>
+<a name="checkout"></a>
+
+<h2>Checking-out Apache Savan/C from Subversion</h2>
+
+<p>When checking out the latest version of Apache Savan/C from the Apache
+Foundation's Subversion repository, you must use one of the following URLs,
+depending on your level of access to the Apache Savan/C source code:</p>
+<ul>
+  <li><b>If you are not a committer:</b><a
+    href="http://svn.apache.org/repos/asf/webservices/savan/trunk/c"
+    target="_blank">http://svn.apache.org/repos/asf/webservices/savan/trunk/c</a></li>
+  <li><b>If you are a committer:</b> <a
+    href="https://svn.apache.org/repos/asf/webservices/savan/trunk/c"
+    target="_blank">https://svn.apache.org/repos/asf/webservices/savan/trunk/c</a></li>
+</ul>
+If you are a committer, make sure that you have set your svnpasswd. To do
+this you must log into svn.apache.org.  For more information, please read the
+ASF <a href="http://www.apache.org/dev/version-control.html"
+target="_blank">Source Code Repositories page</a>.
+
+<p>Once you have successfully installed Subversion, you can checkout the
+Savan/C trunk by running the following command:</p>
+
+<p><strong>svn co &lt;repository URL&gt; &lt;folder name&gt;</strong></p>
+
+<p>where 'repository URL' is one of the URLs from the previous list and
+'folder name' is the name of the folder into which the source code is to be
+checked out.</p>
+<br>
+
+
+<p>To update your working copy to the latest version from the repository,
+execute:</p>
+
+<p><strong>svn update</strong></p>
+<br>
+
+
+<p>If you would like to submit a patch, execute:</p>
+
+<p><strong>svn diff</strong></p>
+
+<p>The above command will create a unified diff that can be attached to the
+Apache Savan/C JIRA issue tracker.</p>
+<br>
+</body>
+</html>

Added: webservices/savan/site/c/team-list.html
URL: http://svn.apache.org/viewvc/webservices/savan/site/c/team-list.html?view=auto&rev=541245
==============================================================================
--- webservices/savan/site/c/team-list.html (added)
+++ webservices/savan/site/c/team-list.html Thu May 24 02:53:54 2007
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title> - Project Team</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><script type="text/javascript">
+  	  function offsetDate(id, offset) {
+
+            var now = new Date() ;
+            var nowTime = now.getTime() ;
+            var localOffset = now.getTimezoneOffset() ;
+            var developerTime = nowTime + (offset * 60 * 60 * 1000) + (localOffset * 60 * 1000) ;
+            var developerDate = new Date(developerTime) ;
+
+            document.getElementById(id).innerHTML = developerDate;
+          }
+  	
+  	  function init() {
+	          }
+    </script></head><body class="composite" onload="init();"><div id="banner"><a id="projectLogo"><span></span></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Savan_C"><h5>Apache Savan/C</h5><ul><li class="none"><a href="index.html">Apache Savan/C Home</a></li><li class="expanded"><a href="download.cgi">Download Savan/C</a><ul><li class="none"><a href="download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="docs/index.html">Documentation</a><ul><li class="none"><a href="docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="docs/savanc_manual.html">Savan/C manual</a></li></ul></li><li class="expanded"><a href="lists_issues.html">Get Involved</a><ul><li class="none"><a href="lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="svn.html">Checkout Source Code<
 /a></li></ul></li><li class="expanded"><a href="coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="coding_conventions.html">Coding Convention</a></li><li class="none"><a href="versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="team-list.html">Project Information</a><ul><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/repos/asf/webservices/sandesha/trunk/c" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About </a></li><li class="expanded"><a href="project-info.html">Project Info</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><strong><a href="team-list.html">Project Team</a></strong></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></li><li class="collap
 sed"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="The_Team"></a><h2>The Team</h2><p>
+        A successful project requires many people to play many roles.
+        Some members write code or documentation, while others are
+        valuable as testers, submitting patches and suggestions.
+      </p><p>
+        The team is comprised of <a href="#Members">Members</a>
+        and <a href="#Contributors">Contributors</a>.  Members 
+        have direct access to the source of a project and actively
+        evolve the code-base.  Contributors improve the project
+        through submission of patches and suggestions to the Members.
+        The number of Contributors to the project is unbounded.
+        Get involved today.  All contributions to the project are
+        greatly appreciated.
+      </p><div class="subsection"><a name="Members"></a><h3>Members</h3><p>
+        There are no developers working on this project.  Please check
+        back at a later date.
+      </p></div><div class="subsection"><a name="Contributors"></a><h3>Contributors</h3><p>
+	    There are no contributors listed for this project. Please check
+ 	    back again later.
+ 	  </p></div></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© -2007, </div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/savan/site/c/versioning.html
URL: http://svn.apache.org/viewvc/webservices/savan/site/c/versioning.html?view=auto&rev=541245
==============================================================================
--- webservices/savan/site/c/versioning.html (added)
+++ webservices/savan/site/c/versioning.html Thu May 24 02:53:54 2007
@@ -0,0 +1,14 @@
+<html>
+<head>
+  <meta http-equiv="content-type" content="">
+  <title>Versioning</title>
+</head>
+
+<body>
+<h2>Versioning of Apache Savan/C</h2>
+
+<p>Apache Savan/C versioning guide lines as specified in Apache Axis2/C
+<a href="http://ws.apache.org/axis2/c/versioning.html">http://ws.apache.org/axis2/c/versioning.html </a>
+</p>
+</body>
+</html>