53 lines
2.3 KiB
HTML
53 lines
2.3 KiB
HTML
<!--
|
|
* ========================================================================
|
|
*
|
|
* Copyright 2004 Acegi Technology Pty Limited
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*
|
|
* ========================================================================
|
|
-->
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>CVS usage</title>
|
|
<h1>CVS instructions for all modules</h1>
|
|
<p>This instructions are general, check the module documentation if you need concrete instructions. </p>
|
|
<p><em>modulename</em> can be for example:</p>
|
|
<ul>
|
|
<li>acegisecurity <em>(this will check out all modules) </em></li>
|
|
<li>acegisecurity/core/</li>
|
|
<li>acegisecurity/adapters/cas</li>
|
|
</ul>
|
|
<h2>Web Access</h2>
|
|
<p>
|
|
<a href="http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/">http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/</a>
|
|
</p><h2>Anonymous Access with Maven</h2>
|
|
<p> This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction on a single line. </p>
|
|
<pre>maven scm:checkout-project
|
|
-Dmaven.scm.method=svn
|
|
-Dmaven.scm.svn.module=modulename
|
|
-Dmaven.scm.svn.root=scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
|
|
-Dmaven.scm.checkout.dir=acegisecurity</pre>
|
|
<h2>Anonymous SVN Access</h2>
|
|
<p>
|
|
This project's SVN repository can be checked out through anonymous
|
|
SVN with the following instruction set.
|
|
</p><p>
|
|
svn co https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</p>
|
|
|
|
<h2>Nightly Snapshots</h2>
|
|
<p>If you'd prefer not to use SVN directly, please see our <a href="downloads.html">downloads page</a> for nightly snapshots.</p>
|
|
|
|
</html> |