OPS4J
  Hansa Svn Protocol
Added by Niclas Hedhman, last edited by Niclas Hedhman on Jan 01, 2007  (view change)

Labels

 
(None)

The Svn protocol is a wrapper around the Subversion java binding library, which allows simple read/write access to Subversion repositories.

  • Protocol:

    svn://<host>[:<port>]/<repository>/<path>?<query>
    where
    query ::= <queryitem>[&<queryitem>]

    and queryitem is one of

    command=<command>
    revision=<revision>

  • Setup:
  • Usage: