Chris@16: --- Chris@16: settings: Chris@16: name: plugin_redmine_checkout Chris@16: value: | Chris@16: --- !map:HashWithIndifferentAccess Chris@16: display_checkout_info: "1" Chris@16: description_Abstract: | Chris@16: The data contained in this repository can be downloaded to your computer using one of several clients. Chris@16: Please see the documentation of your version control software client for more information. Chris@16: Chris@16: Please select the desired protocol below to get the URL. Chris@16: display_command_Bazaar: '1' Chris@16: use_zero_clipboard: "1" Chris@16: Chris@16: overwrite_description_Bazaar: "0" Chris@16: description_Bazaar: "" Chris@16: display_command_Bazaar: '1' Chris@16: protocols_Bazaar: Chris@16: "0": !map:HashWithIndifferentAccess Chris@16: command: "bzr checkout" Chris@16: regex: "" Chris@16: regex_replacement: "" Chris@16: read_write: readwrite Chris@16: append_path: "0" Chris@16: is_default: "1" Chris@16: protocol: Bazaar Chris@16: overwrite_description_Cvs: "0" Chris@16: description_Cvs: "" Chris@16: display_command_Cvs: '1' Chris@16: protocols_Cvs: Chris@16: "0": !map:HashWithIndifferentAccess Chris@16: command: "cvs checkout" Chris@16: regex: "" Chris@16: regex_replacement: "" Chris@16: read_write: readwrite Chris@16: append_path: "0" Chris@16: is_default: "1" Chris@16: protocol: Cvs Chris@16: overwrite_description_Darcs: "0" Chris@16: description_Darcs: "" Chris@16: display_command_Darcs: '1' Chris@16: protocols_Darcs: Chris@16: "0": !map:HashWithIndifferentAccess Chris@16: command: "darcs get" Chris@16: regex: "" Chris@16: regex_replacement: "" Chris@16: read_write: readwrite Chris@16: append_path: "0" Chris@16: is_default: "1" Chris@16: protocol: Darcs Chris@16: overwrite_description_Filesystem: "0" Chris@16: description_Filesystem: "" Chris@16: display_command_Filesystem: '1' Chris@16: protocols_Filesystem: !map:HashWithIndifferentAccess Chris@16: "0": !map:HashWithIndifferentAccess Chris@16: command: "" Chris@16: regex: "" Chris@16: append_path: "0" Chris@16: is_default: "1" Chris@16: protocol: Filesystem Chris@16: access: read+write Chris@16: regex_replacement: "" Chris@16: overwrite_description_Git: "0" Chris@16: description_Git: "" Chris@16: display_command_Git: '1' Chris@16: protocols_Git: !map:HashWithIndifferentAccess Chris@16: "0": !map:HashWithIndifferentAccess Chris@16: command: "git clone" Chris@16: regex: "" Chris@16: append_path: "0" Chris@16: is_default: "1" Chris@16: protocol: Git Chris@16: access: read+write Chris@16: regex_replacement: "" Chris@16: overwrite_description_Mercurial: "0" Chris@16: description_Mercurial: "" Chris@16: display_command_Mercurial: '1' Chris@16: protocols_Mercurial: !map:HashWithIndifferentAccess Chris@16: "0": !map:HashWithIndifferentAccess Chris@16: command: "hg clone" Chris@16: regex: "" Chris@16: append_path: "0" Chris@16: is_default: "1" Chris@16: protocol: Mercurial Chris@16: access: read+write Chris@16: regex_replacement: "" Chris@16: display_login: username Chris@16: overwrite_description_Subversion: "0" Chris@16: description_Subversion: "" Chris@16: display_command_Subversion: '1' Chris@16: protocols_Subversion: !map:HashWithIndifferentAccess Chris@16: "0": !map:HashWithIndifferentAccess Chris@16: command: "svn checkout" Chris@16: regex: foo Chris@16: append_path: "1" Chris@16: is_default: "1" Chris@16: protocol: Subversion Chris@16: access: permission Chris@16: regex_replacement: bar Chris@16: "1": !map:HashWithIndifferentAccess Chris@16: command: "svn co" Chris@16: regex: "^.*?([^/]+)/?$" Chris@16: append_path: "1" Chris@16: is_default: "0" Chris@16: protocol: SVN+SSH Chris@16: access: read-only Chris@16: regex_replacement: svn+ssh://\1@svn.foo.bar/svn Chris@16: "2": !map:HashWithIndifferentAccess Chris@16: command: "svn checkout" Chris@16: append_path: "0" Chris@16: is_default: "0" Chris@16: regex: "" Chris@16: protocol: Root Chris@16: access: read+write Chris@16: regex_replacement: ""