Analyzing Subversion connectivity issues with JSVN

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

Fisheye/Crucible ships with JSVN - a SVNKit java command-line client. The JSVN command-line client effectively functions like the Subversion Command-Line Client except that it works with the Java libraries in Fisheye/Crucible.

To run the SVNKit Java command-line client:

  • Linux/Unix:
    1. Navigate to the Fisheye/Crucible installation directory: <FishEye installation directory>/lib/svn
    2. Update the permissions on the JSVN script by running the following command: chmod 777 jsvn
    3. Run the jsvn script. ./jsvn --help can be used for a list of available commands.
  • Windows の場合:
    1. Navigate to the Fisheye/Crucible installation directory: <FishEye installation directory>/lib/svn 
    2. Run the jsvn.bat  script.
Usage example (diff between revisions 2500 and 2501 for username USER and password PASS):

 

jsvn --no-auth-cache --username USER --password PASS diff -r 2500:2501 https://svn.repo.com/REP/@2501

 

For instructions on how to use the Subversion command-line client, please refer to the Subversion Command Line Client 1.5 documentation.
最終更新日 2018 年 7 月 31 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.