annotate plugins/redmine_checkout/spec/fixtures/settings.yml @ 1621:3a510bf6a9bc

Merge from live branch
author Chris Cannam
date Fri, 13 Jul 2018 10:44:33 +0100
parents b4b72f1eb644
children
rev   line source
Chris@16 1 ---
Chris@16 2 settings:
Chris@16 3 name: plugin_redmine_checkout
Chris@16 4 value: |
Chris@16 5 --- !map:HashWithIndifferentAccess
Chris@16 6 display_checkout_info: "1"
Chris@16 7 description_Abstract: |
Chris@16 8 The data contained in this repository can be downloaded to your computer using one of several clients.
Chris@16 9 Please see the documentation of your version control software client for more information.
Chris@16 10
Chris@16 11 Please select the desired protocol below to get the URL.
Chris@16 12 display_command_Bazaar: '1'
Chris@16 13 use_zero_clipboard: "1"
Chris@16 14
Chris@16 15 overwrite_description_Bazaar: "0"
Chris@16 16 description_Bazaar: ""
Chris@16 17 display_command_Bazaar: '1'
Chris@16 18 protocols_Bazaar:
Chris@16 19 "0": !map:HashWithIndifferentAccess
Chris@16 20 command: "bzr checkout"
Chris@16 21 regex: ""
Chris@16 22 regex_replacement: ""
Chris@16 23 read_write: readwrite
Chris@16 24 append_path: "0"
Chris@16 25 is_default: "1"
Chris@16 26 protocol: Bazaar
Chris@16 27 overwrite_description_Cvs: "0"
Chris@16 28 description_Cvs: ""
Chris@16 29 display_command_Cvs: '1'
Chris@16 30 protocols_Cvs:
Chris@16 31 "0": !map:HashWithIndifferentAccess
Chris@16 32 command: "cvs checkout"
Chris@16 33 regex: ""
Chris@16 34 regex_replacement: ""
Chris@16 35 read_write: readwrite
Chris@16 36 append_path: "0"
Chris@16 37 is_default: "1"
Chris@16 38 protocol: Cvs
Chris@16 39 overwrite_description_Darcs: "0"
Chris@16 40 description_Darcs: ""
Chris@16 41 display_command_Darcs: '1'
Chris@16 42 protocols_Darcs:
Chris@16 43 "0": !map:HashWithIndifferentAccess
Chris@16 44 command: "darcs get"
Chris@16 45 regex: ""
Chris@16 46 regex_replacement: ""
Chris@16 47 read_write: readwrite
Chris@16 48 append_path: "0"
Chris@16 49 is_default: "1"
Chris@16 50 protocol: Darcs
Chris@16 51 overwrite_description_Filesystem: "0"
Chris@16 52 description_Filesystem: ""
Chris@16 53 display_command_Filesystem: '1'
Chris@16 54 protocols_Filesystem: !map:HashWithIndifferentAccess
Chris@16 55 "0": !map:HashWithIndifferentAccess
Chris@16 56 command: ""
Chris@16 57 regex: ""
Chris@16 58 append_path: "0"
Chris@16 59 is_default: "1"
Chris@16 60 protocol: Filesystem
Chris@16 61 access: read+write
Chris@16 62 regex_replacement: ""
Chris@16 63 overwrite_description_Git: "0"
Chris@16 64 description_Git: ""
Chris@16 65 display_command_Git: '1'
Chris@16 66 protocols_Git: !map:HashWithIndifferentAccess
Chris@16 67 "0": !map:HashWithIndifferentAccess
Chris@16 68 command: "git clone"
Chris@16 69 regex: ""
Chris@16 70 append_path: "0"
Chris@16 71 is_default: "1"
Chris@16 72 protocol: Git
Chris@16 73 access: read+write
Chris@16 74 regex_replacement: ""
Chris@16 75 overwrite_description_Mercurial: "0"
Chris@16 76 description_Mercurial: ""
Chris@16 77 display_command_Mercurial: '1'
Chris@16 78 protocols_Mercurial: !map:HashWithIndifferentAccess
Chris@16 79 "0": !map:HashWithIndifferentAccess
Chris@16 80 command: "hg clone"
Chris@16 81 regex: ""
Chris@16 82 append_path: "0"
Chris@16 83 is_default: "1"
Chris@16 84 protocol: Mercurial
Chris@16 85 access: read+write
Chris@16 86 regex_replacement: ""
Chris@16 87 display_login: username
Chris@16 88 overwrite_description_Subversion: "0"
Chris@16 89 description_Subversion: ""
Chris@16 90 display_command_Subversion: '1'
Chris@16 91 protocols_Subversion: !map:HashWithIndifferentAccess
Chris@16 92 "0": !map:HashWithIndifferentAccess
Chris@16 93 command: "svn checkout"
Chris@16 94 regex: foo
Chris@16 95 append_path: "1"
Chris@16 96 is_default: "1"
Chris@16 97 protocol: Subversion
Chris@16 98 access: permission
Chris@16 99 regex_replacement: bar
Chris@16 100 "1": !map:HashWithIndifferentAccess
Chris@16 101 command: "svn co"
Chris@16 102 regex: "^.*?([^/]+)/?$"
Chris@16 103 append_path: "1"
Chris@16 104 is_default: "0"
Chris@16 105 protocol: SVN+SSH
Chris@16 106 access: read-only
Chris@16 107 regex_replacement: svn+ssh://\1@svn.foo.bar/svn
Chris@16 108 "2": !map:HashWithIndifferentAccess
Chris@16 109 command: "svn checkout"
Chris@16 110 append_path: "0"
Chris@16 111 is_default: "0"
Chris@16 112 regex: ""
Chris@16 113 protocol: Root
Chris@16 114 access: read+write
Chris@16 115 regex_replacement: ""