[gurtle commit] r215 - fix typos

1 view
Skip to first unread message

codesite...@google.com

unread,
May 28, 2009, 1:18:32 AM5/28/09
to gurtle-...@googlegroups.com
Author: tortoisesvn
Date: Wed May 27 22:18:03 2009
New Revision: 215

Modified:
wiki/Parameters.wiki

Log:
fix typos

Modified: wiki/Parameters.wiki
==============================================================================
--- wiki/Parameters.wiki (original)
+++ wiki/Parameters.wiki Wed May 27 22:18:03 2009
@@ -1,50 +1,50 @@
-#summary How to setup Gurtle plug-in parameters for TortoiseSVN
-#labels Featured
-
-= Parameters =
-
-Once you have Gurtle installed on your system, there are two ways to
enable it in TortoiseSVN (TSVN) for a given Google Code project. If you are
using TSVN 1.5 then the parameters have to be configured manually in TSVN
Settings for each working copy and this has to be done by each member of
the project on his or her workstation(s). If you are using TSVN version 1.6
or later then you can set the Gurtle and TSVN configuration in proprties in
the project's Subverion repository once. Each project member will then
simply inherit the settings by checking out or updaing their working copy
and Gurtle will be automatically enabled for the project in TSVN.
-
-The parameters for Gurtle is a semi-colon delimited list of name and value
pairs where the name and value within each pair is separated by an equal
(=) sign. The syntax can be summarized as follows:
-
-{{{
-PARAMETERS = PARAMETER ( ";" PARAMETER ) *
-PARAMETER = NAME "=" VALUE
-}}}
-
-The possible values for NAME and VALUE are described in the table below:
-
-|| NAME || VALUE ||
-|| `project` || Name (always in lowercase) of the project hosted at Google
Code. For the example, for the project at http://gurtle.googlecode.com/,
the value for this parameter would be `gurtle`. ||
-
-== Local Configuration via TSVN Settings ==
-
-This section applies to TSVN 1.5 or later.
-
-You configure a working copy path for Gurtle in the Issue Tracker
Integration area of TSVN Settings. You will need to supply values for the
*Parameters* field:
-
-http://gurtle.googlecode.com/svn/wiki/SettingsIssueTracker.png
-
-If you are using TSVN 1.6 or later, you will see an *Options* button (as
shown above) that you can use to configure the parameters interactively.
Pressing the button will display the following dialog box using which, for
example, you can specify the Google Code project:
-
-http://gurtle.googlecode.com/svn/wiki/OptionsDialog.png
-
-== Central Configuration via SVN Repository ==
-
-This section applies to TSVN 1.6 or later.
-
-TSVN 1.6 or later can pick up the parameters automatically from a working
copy of a project by looking up the `bugtraq:provideruuid` and
`bugtraq:provideruuid` properties. This enables all users on a project to
be synchronized on the same issue tracker plug-in and settings.
-
-For Gurtle, `bugtraq:provideruuid` must always be set to
`{91974081-2DC7-4FB1-B3BE-0DE1C8D6CE4E}` and the `bugtraq:providerparams`
should be set to Gurtle-specific parameters described above, e.g.
`project=gurtle`.
-
-Below is an example of how you can set these properties (where `ZZZ`
should be replaced with the Google Code project name _in lowercase_):
-
-{{{
-$ svn propset bugtraq:provideruuid {91974081-2DC7-4FB1-B3BE-0DE1C8D6CE4E} .
-property 'bugtraq:provideruuid' set on '.'
-
-$ svn propset bugtraq:providerparams project=ZZZ .
-property 'bugtraq:providerparams' set on '.'
-
-$ svn commit -m "Added TSVN/Gurtle IBugTraqProvider properties."
-}}}
+#summary How to setup Gurtle plug-in parameters for TortoiseSVN
+#labels Featured
+
+= Parameters =
+
+Once you have Gurtle installed on your system, there are two ways to
enable it in TortoiseSVN (TSVN) for a given Google Code project. If you are
using TSVN 1.5 then the parameters have to be configured manually in TSVN
Settings for each working copy and this has to be done by each member of
the project on his or her workstation(s). If you are using TSVN version 1.6
or later then you can set the Gurtle and TSVN configuration in properties
in the project's Subversion repository once. Each project member will then
simply inherit the settings by checking out or updating their working copy
and Gurtle will be automatically enabled for the project in TSVN.
+
+The parameters for Gurtle is a semi-colon delimited list of name and value
pairs where the name and value within each pair is separated by an equal
(=) sign. The syntax can be summarized as follows:
+
+{{{
+PARAMETERS = PARAMETER ( ";" PARAMETER ) *
+PARAMETER = NAME "=" VALUE
+}}}
+
+The possible values for NAME and VALUE are described in the table below:
+
+|| NAME || VALUE ||
+|| `project` || Name (always in lowercase) of the project hosted at Google
Code. For the example, for the project at http://gurtle.googlecode.com/,
the value for this parameter would be `gurtle`. ||
+
+== Local Configuration via TSVN Settings ==
+
+This section applies to TSVN 1.5 or later.
+
+You configure a working copy path for Gurtle in the Issue Tracker
Integration area of TSVN Settings. You will need to supply values for the
*Parameters* field:
+
+http://gurtle.googlecode.com/svn/wiki/SettingsIssueTracker.png
+
+If you are using TSVN 1.6 or later, you will see an *Options* button (as
shown above) that you can use to configure the parameters interactively.
Pressing the button will display the following dialog box using which, for
example, you can specify the Google Code project:
+
+http://gurtle.googlecode.com/svn/wiki/OptionsDialog.png
+
+== Central Configuration via SVN Repository ==
+
+This section applies to TSVN 1.6 or later.
+
+TSVN 1.6 or later can pick up the parameters automatically from a working
copy of a project by looking up the `bugtraq:provideruuid` and
`bugtraq:provideruuid` properties. This enables all users on a project to
be synchronized on the same issue tracker plug-in and settings.
+
+For Gurtle, `bugtraq:provideruuid` must always be set to
`{91974081-2DC7-4FB1-B3BE-0DE1C8D6CE4E}` and the `bugtraq:providerparams`
should be set to Gurtle-specific parameters described above, e.g.
`project=gurtle`.
+
+Below is an example of how you can set these properties (where `ZZZ`
should be replaced with the Google Code project name _in lowercase_):
+
+{{{
+$ svn propset bugtraq:provideruuid {91974081-2DC7-4FB1-B3BE-0DE1C8D6CE4E} .
+property 'bugtraq:provideruuid' set on '.'
+
+$ svn propset bugtraq:providerparams project=ZZZ .
+property 'bugtraq:providerparams' set on '.'
+
+$ svn commit -m "Added TSVN/Gurtle IBugTraqProvider properties."
+}}}
\ No newline at end of file

Reply all
Reply to author
Forward
0 new messages