java - Using AnkhSVN with Visual Studio & CentOS CSVN Repo -
java - Using AnkhSVN with Visual Studio & CentOS CSVN Repo -
my goal connect csvn on centos server through ankhsvn on msvs. question occurs problems i've ran through setting csvn. here's i've done far.
i've installed openjdk-7 on centos server
i've installed jdk-7u_45 oracle website , unpacked rpm
i've set export /usr/java/jdk-7u_45/ in nano ~/.bash_profile
i've set java_home=/usr/java/jdk-7u_45/ in nano csvn/data/conf/csvn.conf
after running ./csvn start csvn/bin/csvn next error:
unable start csvn console: minimum java version not found please create sure java_home points jdk of @ to the lowest degree version 1.6
running echo $java_home terminal output:
/usr/java/jdk1.7.0_75/bin/java
what issue? , how prepare can ./csvn start on centos server can connect repository through ankhsvn on msvs2012 platform?
java svn centos collabnet
Comments
Post a Comment