blob: dba8245c20c46c91d36d10c35f78d6f931fd79ff [file] [log] [blame]
<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia at 2017-01-25
Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<title>Apache OpenMeetings Project - Source Code Management</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta http-equiv="content-language" content="en" />
<link href="../css/bootstrap.min.css" rel="stylesheet" />
<link href="../css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href="../css/docs.css" rel="stylesheet" />
<link href="../css/reflow-skin.css" rel="stylesheet" />
<link href="../css/lightbox.css" rel="stylesheet" />
<link href="../css/site.css" rel="stylesheet" />
<link href="../css/print.css" rel="stylesheet" media="print" />
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../js/html5.js"></script>
<![endif]-->
</head>
<body class="page-source-repository project-openmeetings-service" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="brand"><span class="color-highlight">Apache</span> OpenMeetings</div>
<div class="nav-collapse collapse" id="top-nav-collapse">
<ul class="nav pull-right">
<li ><a href="../demo.html" title="Demo">Demo</a></li>
<li ><a href="../downloads.html" title="Download">Download</a></li>
<li ><a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS" title="Wiki" class="externalLink">Wiki</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Parent Project <b class="caret"></b></a>
<ul class="dropdown-menu">
<li ><a href="../index.html" title="Openmeetings">Openmeetings</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <b class="caret"></b></a>
<ul class="dropdown-menu">
<li ><a href="index.html" title="About">About</a></li>
<li ><a href="project-info.html" title="Info">Info</a></li>
<li ><a href="project-summary.html" title="Summary">Summary</a></li>
<li ><a href="license.html" title="License">License</a></li>
<li ><a href="dependencies.html" title="Dependencies">Dependencies</a></li>
<li ><a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a></li>
<li ><a href="rat-report.html" title="RAT Report">RAT Report</a></li>
<li ><a href="apidocs/index.html" title="JavaDoc" target="_blank">JavaDoc</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Masthead
================================================== -->
<header>
<div class="jumbotron subhead">
<div class="row" id="banner">
<div class="span12">
<div class="pull-left">
<a href="../index.html" id="bannerLeft"><img src="../images/logo.png" alt='"'Apache OpenMeetings'"' /></a>
</div>
<div class="pull-right">
<a href="http://apache.org" id="bannerRight"><img src="http://apache.org/img/asf_logo.png" alt='"'Apache'"' /></a>
</div>
</div>
</div>
</div>
<div>
<ul class="breadcrumb">
<li class="publishDate version-date">Last Published: 2017-01-25</li>
</ul>
</div>
</header>
<div class="main-body">
<div class="row">
<div class="span8">
<div class="body-content">
<div class="section">
<div class="page-header">
<h2 id="Overview">Overview</h2>
</div>
<a name="Overview"></a>
<p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p>
</div>
<div class="section">
<h2 id="Web_Browser_Access">Web Browser Access</h2>
<a name="Web_Browser_Access"></a>
<p>The following is a link to a browsable version of the source repository:</p>
<div class="source">
<pre><a class="externalLink" href="https://svn.apache.org/repos/asf/openmeetings/application/branches/3.1.x/openmeetings-service">https://svn.apache.org/repos/asf/openmeetings/application/branches/3.1.x/openmeetings-service</a></pre>
</div>
</div>
<div class="section">
<h2 id="Anonymous_Access">Anonymous Access</h2>
<a name="Anonymous_Access"></a>
<p>The source can be checked out anonymously from Subversion with this command:</p>
<div class="source">
<pre>$ svn checkout https://svn.apache.org/repos/asf/openmeetings/application/branches/3.1.x/openmeetings-service openmeetings-service</pre>
</div>
</div>
<div class="section">
<h2 id="Developer_Access">Developer Access</h2>
<a name="Developer_Access"></a>
<p>Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.</p>
<div class="source">
<pre>$ svn checkout https://svn.apache.org/repos/asf/openmeetings/application/branches/3.1.x/openmeetings-service openmeetings-service</pre>
</div>
<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):</p>
<div class="source">
<pre>$ svn commit --username your-username -m &quot;A message&quot;</pre>
</div>
</div>
<div class="section">
<h2 id="Access_from_Behind_a_Firewall">Access from Behind a Firewall</h2>
<a name="Access_from_Behind_a_Firewall"></a>
<p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
<div class="source">
<pre>$ svn checkout https://svn.apache.org/repos/asf/openmeetings/application/branches/3.1.x/openmeetings-service openmeetings-service</pre>
</div>
</div>
<div class="section">
<h2 id="Access_Through_a_Proxy">Access Through a Proxy</h2>
<a name="Access_Through_a_Proxy"></a>
<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
<p>Example: Edit the 'servers' file and add something like:</p>
<div class="source">
<pre>[global]
http-proxy-host = your.proxy.name
http-proxy-port = 3128
</pre>
</div>
</div>
</div>
</div>
<div class="span4">
<div id="toc-sidebar">
<div class="well">
<ul class="nav nav-list">
<li class="nav-header">Table of Contents</li>
<li><a href="#Overview" title="Overview">Overview</a>
<li><a href="#Web_Browser_Access" title="Web Browser Access">Web Browser Access</a>
<li><a href="#Anonymous_Access" title="Anonymous Access">Anonymous Access</a>
<li><a href="#Developer_Access" title="Developer Access">Developer Access</a>
<li><a href="#Access_from_Behind_a_Firewall" title="Access from Behind a Firewall">Access from Behind a Firewall</a>
<li><a href="#Access_Through_a_Proxy" title="Access Through a Proxy">Access Through a Proxy</a>
</ul>
</div>
</div>
</div>
</div>
</div>
</div><!-- /container -->
<!-- Footer
================================================== -->
<footer class="well">
<div class="container">
<div class="row">
<div class="span4 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Parent Project</li>
<li >
<a href="../index.html" title="Openmeetings">Openmeetings</a>
</li>
</ul>
</div>
<div class="span8 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Project</li>
<li >
<a href="index.html" title="About">About</a>
</li>
<li >
<a href="project-info.html" title="Info">Info</a>
</li>
<li >
<a href="project-summary.html" title="Summary">Summary</a>
</li>
<li >
<a href="license.html" title="License">License</a>
</li>
<li >
<a href="dependencies.html" title="Dependencies">Dependencies</a>
</li>
<li >
<a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
</li>
<li >
<a href="rat-report.html" title="RAT Report">RAT Report</a>
</li>
<li >
<a href="apidocs/index.html" title="JavaDoc" target="_blank">JavaDoc</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<div class="container subfooter">
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to top</a></p>
<p class="copyright">Copyright &copy;2012-2017 <a href="http://apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
</div>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../js/jquery.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/lightbox.min.js"></script>
<script src="../js/reflow-scroll.js"></script>
<script src="../js/site.js"></script>
<script src="../js/reflow-skin.js"></script>
</body>
</html>