Revision | 29533 (tree) |
---|---|
Time | 2023-03-17 22:20:30 |
Author | stefankueng |
update links and examples
@@ -34,10 +34,9 @@ | ||
34 | 34 | <para> |
35 | 35 | A good walk-through on how to do that can be found in the knowledge |
36 | 36 | base article 314934 from Microsoft: |
37 | - <ulink url="http://support.microsoft.com/?kbid=314934"> | |
38 | - <citetitle>http://support.microsoft.com/?kbid=314934</citetitle> | |
37 | + <ulink url="https://learn.microsoft.com/en-us/troubleshoot/windows-server/group-policy/use-group-policy-to-install-software"> | |
38 | + <citetitle>https://learn.microsoft.com/en-us/troubleshoot/windows-server/group-policy/use-group-policy-to-install-software</citetitle> | |
39 | 39 | </ulink>. |
40 | - <!-- This link doesn't exist anymore. Archived: https://www.betaarchive.com/wiki/index.php/Microsoft_KB_Archive/314934 --> | |
41 | 40 | </para> |
42 | 41 | <para> |
43 | 42 | TortoiseSVN must be installed under |
@@ -84,10 +84,9 @@ | ||
84 | 84 | Mozilla installed, you can copy those dictionaries, which are located |
85 | 85 | in the installation folders for those applications. |
86 | 86 | Otherwise, you need to download the required dictionary files from |
87 | - <ulink url="https://wiki.openoffice.org/wiki/Dictionaries"> | |
88 | - <citetitle>https://wiki.openoffice.org/wiki/Dictionaries</citetitle> | |
87 | + <ulink url="https://cgit.freedesktop.org/libreoffice/dictionaries/tree/"> | |
88 | + <citetitle>https://cgit.freedesktop.org/libreoffice/dictionaries/tree/</citetitle> | |
89 | 89 | </ulink>. |
90 | - <!-- This page doesn't offer dictionaries anymore. LibreOffice? Extract some other way? --> | |
91 | 90 | </para> |
92 | 91 | <para> |
93 | 92 | Once you have got the dictionary files, you |
@@ -86,9 +86,6 @@ | ||
86 | 86 | You do not have to provide this property, but then |
87 | 87 | TortoiseSVN shows only the |
88 | 88 | issue number and not the link to it. |
89 | - e.g the TortoiseSVN project is using | |
90 | - <systemitem class="url">http://issues.tortoisesvn.net/?do=details&id=%BUGID%</systemitem>. | |
91 | - <!-- No longer relevant? Remove bugtraq:url property from repo? --> | |
92 | 89 | </para> |
93 | 90 | <para> |
94 | 91 | You can also use relative URLs instead of absolute ones. This is |
@@ -102,10 +99,9 @@ | ||
102 | 99 | to be relative to the repository root. |
103 | 100 | For example, <literal>^/../?do=details&id=%BUGID%</literal> |
104 | 101 | will resolve to |
105 | - <systemitem class="url">https://tortoisesvn.net/?do=details&id=%BUGID%</systemitem> | |
102 | + <systemitem class="url">https://example.com/?do=details&id=%BUGID%</systemitem> | |
106 | 103 | if your repository is located on |
107 | - <systemitem class="url">https://tortoisesvn.net/svn/trunk/</systemitem>. | |
108 | - <!--rework example --> | |
104 | + <systemitem class="url">https://example.com/svn/trunk/</systemitem>. | |
109 | 105 | </para> |
110 | 106 | <para> |
111 | 107 | A URL beginning with the string <literal>/</literal> is assumed |
@@ -112,10 +108,9 @@ | ||
112 | 108 | to be relative to the server's hostname. |
113 | 109 | For example <literal>/?do=details&id=%BUGID%</literal> |
114 | 110 | will resolve to |
115 | - <systemitem class="url">https://tortoisesvn.net/?do=details&id=%BUGID%</systemitem> | |
111 | + <systemitem class="url">https://example.com/?do=details&id=%BUGID%</systemitem> | |
116 | 112 | if your repository is located anywhere on |
117 | - <systemitem class="url">https://tortoisesvn.net</systemitem>. | |
118 | - <!-- rework example --> | |
113 | + <systemitem class="url">https://example.com</systemitem>. | |
119 | 114 | </para> |
120 | 115 | </listitem> |
121 | 116 | </varlistentry> |
@@ -200,11 +200,19 @@ | ||
200 | 200 | @echo off |
201 | 201 | rmdir /s /q "%APPDATA%\Subversion\auth" |
202 | 202 | </screen> |
203 | - You can find a description of how to install such scripts at | |
204 | - <ulink url="http://www.windows-help-central.com/windows-shutdown-script.html"> | |
205 | - <citetitle>http://www.windows-help-central.com/windows-shutdown-script.html</citetitle> | |
206 | - </ulink>. | |
207 | - <!-- 504 gateway timeout. https://web.archive.org/web/20210425215221/https://www.windows-help-central.com/windows-shutdown-script.html ?? --> | |
203 | + You can install such a script on Windows like this: | |
204 | + <orderedlist> | |
205 | + <listitem> | |
206 | + <para> | |
207 | + Run <literal>gpedit.msc</literal> (Local Policies) | |
208 | + </para> | |
209 | + </listitem> | |
210 | + <listitem> | |
211 | + <para> | |
212 | + User Configuration -> Windows Settings -> Scripts -> Logon or Logoff -> Properties -> Add | |
213 | + </para> | |
214 | + </listitem> | |
215 | + </orderedlist> | |
208 | 216 | </para> |
209 | 217 | <para> |
210 | 218 | For more information on how to set up your server for |
@@ -387,12 +387,7 @@ | ||
387 | 387 | tries to find the revision where the branch was created from |
388 | 388 | and hide all the revisions that are beyond that revision. |
389 | 389 | Since this can take quite a while, this option is disabled |
390 | - by default. Also this option doesn't work with some SVN servers | |
391 | - (e.g., Google Code Hosting, see | |
392 | - <ulink url="http://code.google.com/p/support/issues/detail?id=5471"> | |
393 | - <citetitle>issue #5471</citetitle> | |
394 | - </ulink>). | |
395 | - <!-- 401 error: Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. --> | |
390 | + by default. | |
396 | 391 | </para> |
397 | 392 | </listitem> |
398 | 393 | </varlistentry> |
@@ -524,17 +524,16 @@ | ||
524 | 524 | <listitem> |
525 | 525 | <para> |
526 | 526 | This property specifies the COM UUID of the IBugtraqProvider, |
527 | - for example <literal>{91974081-2DC7-4FB1-B3BE-0DE1C8D6CE4E}</literal>. | |
527 | + for example <literal>{0044f6c0-b999-11e1-afa6-0800200c9a66}</literal>. | |
528 | 528 | (This example is the UUID of the |
529 | - <ulink url="http://code.google.com/p/gurtle/"> | |
530 | - <citetitle>Gurtle bugtraq provider</citetitle> | |
529 | + <ulink url="https://github.com/scottiemc7/YurtleTrack"> | |
530 | + <citetitle>YurtleTrack provider</citetitle> | |
531 | 531 | </ulink>, |
532 | 532 | which is a provider for the |
533 | - <ulink url="http://code.google.com/hosting/"> | |
534 | - <citetitle>Google Code</citetitle> | |
533 | + <ulink url="http://www.jetbrains.com/youtrack/"> | |
534 | + <citetitle>JetBrains YouTrack 6.0</citetitle> | |
535 | 535 | </ulink> |
536 | 536 | issue tracker.) |
537 | - <!-- Better example, since Gurtle/Google Code is no longer?? --> | |
538 | 537 | </para> |
539 | 538 | </listitem> |
540 | 539 | </varlistentry> |
@@ -38,7 +38,6 @@ | ||
38 | 38 | Of course it would look even better if you included a suitable picture. |
39 | 39 | You can use the |
40 | 40 | <ulink url="https://svn.osdn.net/svnroot/tortoisesvn/trunk/www/source/assets/img/TortoiseCheckout.png"> |
41 | - <!-- https://tortoisesvn.net/assets/img/TortoiseCheckout.e61b8eb8.png - but are the letters predictable? --> | |
42 | 41 | <citetitle>TortoiseSVN logo</citetitle> |
43 | 42 | </ulink> |
44 | 43 | or you can provide your own image. |
@@ -72,6 +72,8 @@ | ||
72 | 72 | #define HID_LOGDLG_MONITOR_ADDSUBPROJECT 0x1806C |
73 | 73 | #define HID_POPUP_UPDATEALL 0x1806D |
74 | 74 | #define HID_LOGDLG_MONITOR_CLEARERRORS 0x1806E |
75 | +#define HID_LOGDLG_MONITOR_CHECKNOW 0x1806F | |
76 | +#define HID_LOGDLG_COPYREVISIONS 0x18070 | |
75 | 77 | // Prompts (IDP_*) |
76 | 78 | // Resources (IDR_*) |
77 | 79 | #define HIDR_MAINFRAME 0x20001 |