FreeBSD Bugzilla – Attachment 162153 Details for
Bug 203838
[patch] devel/subversion18 and devel/subversion small fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
subversion files/220_subversion.conf.sample.in patch
subversion.diff (text/plain), 2.01 KB, created by
Olli Hauer
on 2015-10-17 16:30:25 UTC
(
hide
)
Description:
subversion files/220_subversion.conf.sample.in patch
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2015-10-17 16:30:25 UTC
Size:
2.01 KB
patch
obsolete
>Index: subversion/Makefile >=================================================================== >--- subversion/Makefile (revision 399539) >+++ subversion/Makefile (working copy) >@@ -165,10 +165,10 @@ > (cd ${WRKSRC}/tools.examples && ${TAR} --exclude '*.in' -cf - * | ${TAR} -C ${STAGEDIR}${DATADIR} -xof - ) > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >-.if ${PORT_OPTIONS:MSVNSERVE_WRAPPER} >- @${INSTALL_SCRIPT} ${FILESDIR}/svnserve.wrapper ${STAGEDIR}${PREFIX}/bin/svnserve.sample >-.endif > >+post-install-SVNSERVE_WRAPPER-on: >+ ${INSTALL_SCRIPT} ${FILESDIR}/svnserve.wrapper ${STAGEDIR}${PREFIX}/bin/svnserve.sample >+ > # =============================================================================== > repository: _mkrepos > >Index: subversion/files/220_subversion.conf.sample.in >=================================================================== >--- subversion/files/220_subversion.conf.sample.in (revision 399539) >+++ subversion/files/220_subversion.conf.sample.in (working copy) >@@ -39,6 +39,15 @@ > ## KeepAlive on > ## MaxKeepAliveRequests 1000 > ## >+## # http://subversion.apache.org/docs/release-notes/1.7.html#server-performance-tuning >+## # Calculate your own values! >+## # For mod_dav_svn, a 1GB cache configuration with maximum data coverage looks like this >+## <IfModule dav_svn_module> >+## SVNInMemoryCacheSize 1048576 >+## SVNCacheFullTexts on >+## SVNCacheTextDeltas on >+## </IfModule> >+## > ## Multiple Repos with Digest auth: > ## - AuthName is an arbitrary name that you choose for the authentication > ## domain. Most browsers display this name in the dialog box when prompting >@@ -46,8 +55,13 @@ > ## - AuthType specifies the type of authentication to use. > ## - AuthUserFile specifies the location of the password file to use. > ## >-##<IfModule dav_module> >+##<IfModule dav_svn_module> > ##<Location /svn/> >+## <ifModule mime_module> >+## RemoveEncoding .gz .tgz .Z >+## RemoveType .gz .tgz .Z >+## </ifModule> >+## > ## # Enable Subversion > ## DAV svn > ##
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203838
:
162152
| 162153