Finding Out The Apache-Subversion Connector Version
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
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:
1
2
3
$ 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:
1
2
$ grep \$VERSION /usr/local/share/perl/5.10.0/Apache/CrowdAuth.pm
our $VERSION = '1.2.3';
Severity | Medium Article ID: CROWDKB |
---|
Was this helpful?