2
0

cvs-usage.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!--
  2. * ========================================================================
  3. *
  4. * Copyright 2004 Acegi Technology Pty Limited
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License");
  7. * you may not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. *
  18. * ========================================================================
  19. -->
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml">
  22. <head>
  23. <title>CVS usage</title>
  24. <h1>CVS instructions for all modules</h1>
  25. <p>This instructions are general, check the module documentation if you need concrete instructions. </p>
  26. <p><em>modulename</em> can be for example:</p>
  27. <ul>
  28. <li>acegisecurity <em>(this will check out all modules) </em></li>
  29. <li>acegisecurity/core/</li>
  30. <li>acegisecurity/adapters/cas</li>
  31. </ul>
  32. <h2>Web Access</h2>
  33. <p>
  34. <a href="http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/">http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/</a>
  35. </p><h2>Anonymous Access with Maven</h2>
  36. <p> This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction on a single line. </p>
  37. <pre>maven scm:checkout-project
  38. -Dmaven.scm.method=svn
  39. -Dmaven.scm.svn.module=modulename
  40. -Dmaven.scm.svn.root=scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
  41. -Dmaven.scm.checkout.dir=acegisecurity</pre>
  42. <h2>Anonymous SVN Access</h2>
  43. <p>
  44. This project's SVN repository can be checked out through anonymous
  45. SVN with the following instruction set.
  46. </p><p>
  47. svn co https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</p>
  48. <h2>Nightly Snapshots</h2>
  49. <p>If you'd prefer not to use SVN directly, please see our <a href="downloads.html">downloads page</a> for nightly snapshots.</p>
  50. </html>