Cannot access repo locally or remotely with svn://

Dated: 2 Сен 2010
Posted by admin
Categoiry: Apache, modules
0 Comments

You have an amazing product – but there are a few crucial aspects that I need to get working in order to use it.

Regarding a previous post: (http://bitnami.org/forums/forums/trac/topics/ac…)…

Your suggestion is not working for me.

Before installing bitnami trac, I had collabNetSVN installed – it was listening to port 3690 and I did not have to open the port in the firewall (win server 2008). After initially installing bitnami, I realized during the install that there was going to be a problem with port 3690 already being taken. the first time I installed bitnami, I used port 36900 for svn – but I had other problems getting the repo recognized so I uninstalled.

Read more…

Tutorial: Installing Nginx, Apache and SVN

Dated: 1 Сен 2010
Posted by admin
Categoiry: Apache, modules
0 Comments

In this video I install Nginx Apache and SVN. Download links are here…

http://mirror.lividpenguin.com/pub/apache/httpd/httpd-2.2.15.tar.gz

http://subversion.tigris.org/downloads/subversion-1.6.9.tar.gz

StartServers 1 MinSpareServers 1 MaxSpareServers 1 MaxClients 10 MaxRequestsPerChild 0 >   DAV svn SVNPath /usr/local/nginx_svn_test/testrepos SVNAutoversioning on Options Indexes FollowSymLinks Order allow,deny Allow from all >

Read more…