mod-dav-svn Questions
8
Solved
I want to achieve a svn-root in /var/svn and repositories(projects) in there.
I could get it to work in the browser (http://domain/url gives me "Collection of repositories") but the TortoiseClient ...
Loxodrome asked 9/5, 2012 at 21:55
1
I've configured my svn server on apache2 like this:
<Location /svn_test>
DAV svn
SVNParentPath /path/to/SvnTest
AuthType Basic
AuthName "Subversion repository"
AuthUserFile "/path/to/pa...
Canker asked 27/3, 2015 at 8:0
5
Solved
Much like this question I want to generate an htpasswd file entry from PHP. However it needs to be the APR1 (Apache) style, as mentioned in the original answer (The answer did not show how to imple...
Furor asked 24/6, 2009 at 14:37
1
Solved
I'm trying to build svn client on Mac OS 10.7.5. My aim is to build svn client completely static so it would not depend on any dylib to be installed. The idea is that the svn client could be copied...
Hypermetropia asked 14/1, 2013 at 9:7
1
Here's the entry in my Apache configuration file
<Location /svn/repo1>
DAV svn
SVNPath /var/svn/repositories/repo1
AuthType Basic
AuthName "SVNRepo"
AuthUserFile /var/httpd/passwd
Order de...
Mide asked 16/2, 2012 at 12:22
2
Solved
Please correct me if I am wrong about my understanding of mod_dav_svn, which is that it basically serves 2 purposes:
Expose the SVN repository (on the filesystem) to clients, which can be either:...
Therianthropic asked 3/6, 2011 at 13:46
1
Solved
I'm using SVN through Apache with dav_svn_module like this:
<Location /svn>
DAV svn
SVNParentPath C:/svn_repository
AuthName "Subversion Repository"
...
</Location>
This lets me ...
Selby asked 28/1, 2009 at 18:32
2
Solved
Are there official MIME types for the .cs (C# source), .resx, .aspx, etc. files in a .NET project?
If no official types are defined, any recommendations on good MIME types? This will be exposed v...
Apace asked 16/10, 2008 at 10:39
1
© 2022 - 2024 — McMap. All rights reserved.