Show More
@@ -535,6 +535,24 b' vcs.connection_timeout = 3600' | |||||
535 | ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible |
|
535 | ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible | |
536 | #vcs.svn.compatible_version = pre-1.8-compatible |
|
536 | #vcs.svn.compatible_version = pre-1.8-compatible | |
537 |
|
537 | |||
|
538 | ||||
|
539 | ############################################## | |||
|
540 | ### Subversion proxy support (mod_dav_svn) ### | |||
|
541 | ############################################## | |||
|
542 | ## Enable or disable the config file generation. | |||
|
543 | svn.proxy.generate_config = false | |||
|
544 | ## Generate config file with `SVNListParentPath` set to `On`. | |||
|
545 | svn.proxy.list_parent_path = true | |||
|
546 | ## Set location and file name of generated config file. | |||
|
547 | svn.proxy.config_file_path = %(here)s/mod_dav_svn.conf | |||
|
548 | ## File system path to the directory containing the repositories served by | |||
|
549 | ## RhodeCode. | |||
|
550 | svn.proxy.parent_path_root = /path/to/repo_store | |||
|
551 | ## Used as a prefix to the <Location> block in the generated config file. In | |||
|
552 | ## most cases it should be set to `/`. | |||
|
553 | svn.proxy.location_root = / | |||
|
554 | ||||
|
555 | ||||
538 | ################################ |
|
556 | ################################ | |
539 | ### LOGGING CONFIGURATION #### |
|
557 | ### LOGGING CONFIGURATION #### | |
540 | ################################ |
|
558 | ################################ |
@@ -504,6 +504,24 b' vcs.connection_timeout = 3600' | |||||
504 | ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible |
|
504 | ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible | |
505 | #vcs.svn.compatible_version = pre-1.8-compatible |
|
505 | #vcs.svn.compatible_version = pre-1.8-compatible | |
506 |
|
506 | |||
|
507 | ||||
|
508 | ############################################## | |||
|
509 | ### Subversion proxy support (mod_dav_svn) ### | |||
|
510 | ############################################## | |||
|
511 | ## Enable or disable the config file generation. | |||
|
512 | svn.proxy.generate_config = false | |||
|
513 | ## Generate config file with `SVNListParentPath` set to `On`. | |||
|
514 | svn.proxy.list_parent_path = true | |||
|
515 | ## Set location and file name of generated config file. | |||
|
516 | svn.proxy.config_file_path = %(here)s/mod_dav_svn.conf | |||
|
517 | ## File system path to the directory containing the repositories served by | |||
|
518 | ## RhodeCode. | |||
|
519 | svn.proxy.parent_path_root = /path/to/repo_store | |||
|
520 | ## Used as a prefix to the <Location> block in the generated config file. In | |||
|
521 | ## most cases it should be set to `/`. | |||
|
522 | svn.proxy.location_root = / | |||
|
523 | ||||
|
524 | ||||
507 | ################################ |
|
525 | ################################ | |
508 | ### LOGGING CONFIGURATION #### |
|
526 | ### LOGGING CONFIGURATION #### | |
509 | ################################ |
|
527 | ################################ |
General Comments 0
You need to be logged in to leave comments.
Login now