Finding Out The Apache-Subversion Connector Version

お困りですか?

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

コミュニティに質問

When troubleshooting Crowd-Apache-Subversion integration, you may want to find out the current Apache/Subversion Connector version being used.

To check the connector version take the following steps:

1. Find out where the components were installed:


$ find `perl -e 'print "@INC"'` -name '*.pm' -print |grep CrowdAuth
/usr/local/share/perl/5.10.0/Apache/CrowdAuth.pm
/usr/local/share/perl/5.10.0/Apache/CrowdAuthz.pm

2. Run the following command to parse the component version from the files:


$ grep \$VERSION /usr/local/share/perl/5.10.0/Apache/CrowdAuth.pm
our $VERSION = '1.2.3';

深刻度

Medium
Article ID: CROWDKB213058855

最終更新日 2012 年 11 月 21 日

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

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