
Make sure your server configuration uses the correct ServerName value. The following error can occur if the hostname reported by the server does not match the hostname in the SSL certificate. You can also access the repository over HTTPS if you have configured the Apache SSL certificate for your server. Simply enter the URL as as the repository checkout URL in the TortoiseSVN interface, as shown below. You should now be able to checkout the repository using a tool like TortoiseSVN. Restart Apache: $ sudo /opt/bitnami/ctlscript.sh restart apache

For example, the directives below will let you view the default repository at /opt/bitnami/repository by browsing to The directives below will let you view the default repository at /opt/bitnami/repository by browsing to Īpproach B (Self-contained Bitnami installations): In the same nf file, verify the endpoint URL and path for your Subversion repository. Depending on your installation type, follow these steps:Īpproach A (Bitnami installations using system packages): Edit the /opt/bitnami/apache2/conf/vhosts/nf file and add the following lines.
Subversion client update#
Update the Apache configuration for Subversion. LoadModule authz_svn_module modules/mod_authz_svn.so LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule dav_fs_module modules/mod_dav_fs.so Update the Apache configuration file at /opt/bitnami/apache2/conf/nf to load the following modules: LoadModule dav_module modules/mod_dav.so Update the Apache configuration file at /opt/bitnami/apache2/conf/nf to load the following modules: To browse the Subversion repository using a Web browser, follow the steps below: For example: svnserve -d -listen-port=3690 -root=/path/to/repositoryīrowse a Subversion repository using a Web browser In case this is not possible, add the repository path to the Subversion control script.Įdit the file /opt/bitnami/subversion/scripts/ctl.sh and update the svnserve command line with an additional –root parameter for the repository path.

Subversion client full#
If no prefix is set in the Subversion scripts, specify the full path to the repository - for instance, svn://SERVER-IP/home/user/repository. $ sudo chown -R bitnami:bitnami /opt/bitnami/repositories $ sudo svnadmin create /opt/bitnami/repositories/myapp Configure and use a Subversion repositoryĬonnect to your server via SSH and execute the following commands to create the repositories directory at /opt/bitnami/repositories and then a new Subversion repository named myapp: $ sudo mkdir /opt/bitnami/repositories
