All Versions

   Bamboo 4.0.x
   Bamboo 3.4.x
   Bamboo 3.3.x
   Bamboo 3.2.x
   More...

Bamboo 2.5 Documentation

Index
Downloads (PDF, HTML & XML formats)

This documentation relates to an earlier version of Bamboo.
View this page in the current documentation or visit the current documentation home.
Skip to end of metadata
Go to start of metadata

Bamboo ships with jsvn - a SVNkit java command-line client from Bamboo 2.2.4 onwards. The jsvn command-line client effectively functions like the Subversion command-line client except that it works with the Java libraries in Bamboo.

To run the SVNkit java command-line client, follow the steps below:

  • Linux/Unix:
    1. Navigate to <BAMBOO_INSTALL>/scripts
      where <BAMBOO_INSTALL> is your Bamboo Installation Directory
    2. Update the permissions on the jsvn script by running the following command:
      chmod 777 jsvn
    3. Run the jsvn script. You can use ./jsvn --help or any commands you would use with the native svn client.
  • Windows:
    1. Navigate to <BAMBOO_INSTALL>/scripts
      where <BAMBOO_INSTALL> is your Bamboo Installation Directory
    2. Run the jsvn.bat script.

For instructions on how to use the Subversion command-line client, please refer to the Subversion Command-Line Client documentation (v1.5).