The Apache Portable Runtime Project

Get Involved

  • Subversion
  • Mailing Lists
  • Snapshots
  • Build on Win32
  • Build on Unix
  • Download!

  • from a mirror
  • APR Docs

  • Version 1.2
  • Version 0.9
  • Trunk (dev)
  • APR-util Docs

  • Version 1.2
  • Version 0.9
  • Trunk (dev)
  • APR-iconv Docs

  • Version 1.1
  • Version 0.9
  • Trunk (dev)
  • Guidelines

  • Project Guidelines
  • Contributing
  • Version Numbers
  • Miscellaneous

  • License
  • Projects using APR
  • Security Reports
  • How To Use Anonymous Subversion

    Developers with commit access to the Apache source tree normally use Subversion to keep their local copies of the source tree up to date automatically. This is a very useful ability that also allows for getting change history of files, diffs between arbitrary versions, etc. This is also the method used to commit changes to the source tree.

    For those who do not have commit access to the source tree, anonymous Subversion access offers an alternative way to do most of this using read-only access to the Subversion repository. The obvious difference is that you can't commit changes using anonymous Subversion access.

    Anonymous Subversion access is available as follows:

      svn co http://svn.apache.org/repos/asf/apr/apr/trunk/ apr
      svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk/ apr-util
      svn co http://svn.apache.org/repos/asf/apr/apr-iconv/trunk/ apr-iconv
    

    You can also browse the repository using ViewVC.


    Copyright © 1999-2003, The Apache Software Foundation