Displaying 4 results from an estimated 4 matches for "svnpath".
2009 Mar 18
1
permission for wiki editing
Dear Admin,
I would likr to edit following article:
http://wiki.centos.org/HowTos/Subversion .
There is a flaw in the mentioned steps as follows- mismatch in SVNPath
(Section: 2b), the repository created using svnadmin (Section: 2c), and svn
import path (Section: 3b).
Username: ShantanuPavgi.
Please do the needful. Thank you.
-
Shantanu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/cento...
2007 Oct 17
0
svn access via apache with ntlm authentication
...AFAIK the latest version compiled with
"/opt/httpd-2.0.61/bin/apxs -DAPACHE2 -c -i mod_auth_ntlm_winbind.c"
Now, AFAIT everything is working well... separately !
Apache serves documents,
svn works for anonymous access with the following config :
<Location /svn/repos>
DAV svn
SVNPath /mnt/data/rep/svn
</Location /svn/repos>
I can check out projects from the repository
Then I've tested the NTLM authentication with
Alias /ntlmtest/ "/mnt/data/docuwiki/"
<Directory "/mnt/data/docuwiki">
AuthName "NTLM Authentication"
NTLMAuth on...
2016 Apr 11
5
Slow authentication on C7
...p_access_log "%t %u %{SVN-ACTION}e" env=SVN-ACTION
ServerName svn.our.domain
DirectoryIndex none
DefineExternalAuth pwauth pipe /usr/bin/pwauth
#AddExternalGroup unixgroup /usr/sbin/unixgroup
#SetExternalGroupMethod unixgroup environment
<Location />
SVNPathAuthz off
DAV svn
SVNPath /home/repos/subversion_free_avr
AuthBasicAuthoritative off
AuthBasicProvider socache external
AuthExternal pwauth
AuthnCacheProvideFor external
AuthType Basic
AuthName "Subversion repository"...
2006 Oct 20
5
Apache/Mongrel Question
I''m setting up a new server in anticipation of switching from lighttpd+fcgi. My application isn''t completely imported yet, so I don''t expect it to work. For instance right now when pulling up my app from localhost I get my Ruby/Rails MySQL error message. But when I pull it up from a remote computer I get a proxy error from Apache:
======================
Proxy Error