Analysing Subversion Connectivity Issues with jsvn
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:
- Navigate to
<BAMBOO_INSTALL>/scripts
where<BAMBOO_INSTALL>
is your Bamboo Installation Directory. - Update the permissions on the
jsvn
script by running the following command:
chmod 777 jsvn
- Run the
jsvn
script. You can use./jsvn --help
or any commands you would use with the native SVN client.
- Navigate to
- Windows の場合:
- Navigate to
<BAMBOO_INSTALL>/scripts
where<BAMBOO_INSTALL>
is your Bamboo Installation Directory. - Run the
jsvn.bat
script.
- Navigate to
For instructions on how to use the Subversion command-line client, please refer to the Subversion Command-Line Client documentation (v1.5).
最終更新日 2013 年 6 月 27 日
Powered by Confluence and Scroll Viewport.