Monday, January 6, 2020

Install SVN on linux (Subversion for enterprise)

http://www.collab.net/products/subversion


admin/admin would be the default username/password after you 1st install Subversion edge software

There is an amazing software SubVersionEdge by CollabNet



https://pawan6782.wordpress.com/2015/08/20/collabnet-edge-subversion/

Make sure JAVA_HOME is setup
Python is mandatory to setup SVN.
Download src from https://www.python.org/downloads/ and unzip on UNIX box.
Navigate to unzipped folder /home/app/src/Python-3.8.7/ and run 
$./Configure
$ make
$ python -V 
//check above command to see if it returns python version.
$ sudo make install
$chmod 777 -R   </apps/home(location)>//Give execution privileges 


$ bin/csvn-httpd stop
$ bin/csvn-httpd start



Configure SSL for SVN:


No comments: