A module to provide HTTP access to Subversion SCM repositories via the Apache webserver.
Questions tagged [mod-dav-svn]
61 questions
0
votes
1 answer
httpd service not starting after installation of mod_dav_svn module in RHEL 6
I tried to configure web access to Subversion under Red Hat Enterprise Linux Server release 6.7 (Santiago). I installed httpd and mod_dav_svn using yum. But after installing the mod_dav_svn module, the httpd service is showing errors:
Starting…

Mohit Gaur
- 17
- 6
0
votes
1 answer
How to get HTML files to find their dependencies' file paths using WebSVN?
I set up DAV SVN recently with svn:mime-type set to "text/html" on my HTML files, which allows me to see the HTML file rendered normally in the browser, instead of plain text.
However, I switched to WebSVN so I could get syntax-highlighting on my…

drhr
- 2,261
- 2
- 17
- 35
0
votes
2 answers
Apache Access Control
I'm trying to configure Apache to allow read only access and ask for user to write to a SVN repository when you are coming from the local network (10.*) but not allow any access unless logged in when coming from external network.
I sort of…

Samuel
- 37,778
- 11
- 85
- 87
0
votes
1 answer
Unable to start apache with SVN module
Getting error while starting apache + SVN
Below is the error -
-bash-4.1$ ./apachectl configtest
httpd: Syntax error on line 149 of /ngs/app/istsvnp/httpd/conf/httpd.conf: Cannot load modules/mod_dav_svn.so into server:…

user3583381
- 11
- 1
- 4
0
votes
1 answer
Limit access to dav SVN to valid-users
I tried to limit my svn repository with this manual:
This is my /etc/apache2/mods-available/dav_svn.conf:
DAV svn
SVNPath /var/lib/svn
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile…

rubo77
- 19,527
- 31
- 134
- 226
0
votes
1 answer
Apache with mod_dav_svn starts to consume a lot of memory
Sometimes Apache with mod_dav_svn starts to consume a lot of memory.
Today Apache(httpd.exe) consumed about 600M.
And there was a lot of java.lang.OutOfMemoryError in Hudson when it tried to update working copies for some jobs.
What can I do in…

Volodymyr Bezuglyy
- 16,295
- 33
- 103
- 133
0
votes
1 answer
Syntax Highlighting with mod_dav_svn
I am looking for a simple way to present code in the browser via Apache's mod_dav_svn Subversion module that is syntax highlighted (my instance is Ruby, but it shouldn't matter since mode of these modules support all the major languages). Does…

GL2014
- 6,016
- 4
- 15
- 22
0
votes
1 answer
svn COPY results in 400 Bad Request
I use Apache (and mod_dav_svn) to access SVN-Repositories on my Server via https. Checking out the repositories and adding, deleting or editing files works flawlessly, but when I rename or copy a file, the server returns 400 Bad Request on…

Dero
- 309
- 1
- 2
- 17
0
votes
1 answer
How to configure apache to serve http://svn.example.com/robots.txt?
I access SVN repositories via
http://svn.example.com/repo1
http://svn.example.com/repo2
...
with the following Apache configuration
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module …

Mojca
- 304
- 1
- 3
- 14
0
votes
1 answer
Viewing svn diff in apache
So I just learned that you can view old revisions by adding the "p" parameter as such:
http://svn.example.com/repo/?p=123
Is it possible to have it display the difference between two revisions? (Similar to svn diff in command line)
user784316
0
votes
1 answer
SVN web authentication by MySql
I want to do authentication for my SVN server through Apache Web Server by mod_dav_svn. Authentication users I want to use MySql since later I want to extend other functions later on.
I've follow this instruction and it's working out correctly and…

Van Vu
- 193
- 1
- 8
0
votes
2 answers
Cannot connect to svn with tortoise svn but can by a webbrowser
I configured my svn repository to access it trough apache.
I can access it via any web browser with these addresses.
http://svn.domain.com
http://www.domain.com:3690
But when I'm trying to checkout with tortoiseSVN on windows or a command line on…

Marm
- 863
- 2
- 15
- 30
0
votes
1 answer
Link renders as raw html text
I have a main page like this:
== Current Links ==
* [http://173.22.73.107/mediawiki/index.php?title=Tiremwiki:Changelog TIREM Changelog]
* [http://173.22.73.107/bugzilla3/ Bugzilla]
* [http://tempser.alionatigerabear.com/svn/Repository/…

emsr
- 15,539
- 6
- 49
- 62
0
votes
2 answers
SVN: Commit faiedl while adding/committing index.php to any folder under my repo
I can add/commit any file/folder to repo but index.php . When I add/commit index.php to any folder under my repo it gives error as below:
Command Commit
Adding D:\svn\projects\myrepo\index.php
Error Commit failed (details follow):
Error …

muhammad
- 49
- 1
- 2
- 8
-1
votes
1 answer
Svn repository projects location
I have a svn repository location in my apache httpd.conf file but when I search for my projects in that location I did not find any projects but when I checkout from client from that location I got all the projects.
Where are all these projects…

Ravi
- 1
- 1