• R/O
  • SSH
  • HTTPS

tortoisesvn: Commit


Commit MetaInfo

Revision29533 (tree)
Time2023-03-17 22:20:30
Authorstefankueng

Log Message

update links and examples

Change Summary

Incremental Difference

--- trunk/doc/source/en/TortoiseSVN/tsvn_app_admins.xml (revision 29532)
+++ trunk/doc/source/en/TortoiseSVN/tsvn_app_admins.xml (revision 29533)
@@ -34,10 +34,9 @@
3434 <para>
3535 A good walk-through on how to do that can be found in the knowledge
3636 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>
3939 </ulink>.
40- <!-- This link doesn't exist anymore. Archived: https://www.betaarchive.com/wiki/index.php/Microsoft_KB_Archive/314934 -->
4140 </para>
4241 <para>
4342 TortoiseSVN must be installed under
--- trunk/doc/source/en/TortoiseSVN/tsvn_app_lang.xml (revision 29532)
+++ trunk/doc/source/en/TortoiseSVN/tsvn_app_lang.xml (revision 29533)
@@ -84,10 +84,9 @@
8484 Mozilla installed, you can copy those dictionaries, which are located
8585 in the installation folders for those applications.
8686 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>
8989 </ulink>.
90- <!-- This page doesn't offer dictionaries anymore. LibreOffice? Extract some other way? -->
9190 </para>
9291 <para>
9392 Once you have got the dictionary files, you
--- trunk/doc/source/en/TortoiseSVN/tsvn_dug/dug_bugtracker.xml (revision 29532)
+++ trunk/doc/source/en/TortoiseSVN/tsvn_dug/dug_bugtracker.xml (revision 29533)
@@ -86,9 +86,6 @@
8686 You do not have to provide this property, but then
8787 TortoiseSVN shows only the
8888 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&amp;id=%BUGID%</systemitem>.
91- <!-- No longer relevant? Remove bugtraq:url property from repo? -->
9289 </para>
9390 <para>
9491 You can also use relative URLs instead of absolute ones. This is
@@ -102,10 +99,9 @@
10299 to be relative to the repository root.
103100 For example, <literal>^/../?do=details&amp;id=%BUGID%</literal>
104101 will resolve to
105- <systemitem class="url">https://tortoisesvn.net/?do=details&amp;id=%BUGID%</systemitem>
102+ <systemitem class="url">https://example.com/?do=details&amp;id=%BUGID%</systemitem>
106103 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>.
109105 </para>
110106 <para>
111107 A URL beginning with the string <literal>/</literal> is assumed
@@ -112,10 +108,9 @@
112108 to be relative to the server's hostname.
113109 For example <literal>/?do=details&amp;id=%BUGID%</literal>
114110 will resolve to
115- <systemitem class="url">https://tortoisesvn.net/?do=details&amp;id=%BUGID%</systemitem>
111+ <systemitem class="url">https://example.com/?do=details&amp;id=%BUGID%</systemitem>
116112 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>.
119114 </para>
120115 </listitem>
121116 </varlistentry>
--- trunk/doc/source/en/TortoiseSVN/tsvn_dug/dug_general.xml (revision 29532)
+++ trunk/doc/source/en/TortoiseSVN/tsvn_dug/dug_general.xml (revision 29533)
@@ -200,11 +200,19 @@
200200 @echo off
201201 rmdir /s /q "%APPDATA%\Subversion\auth"
202202 </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>
208216 </para>
209217 <para>
210218 For more information on how to set up your server for
--- trunk/doc/source/en/TortoiseSVN/tsvn_dug/dug_settings_advanced.xml (revision 29532)
+++ trunk/doc/source/en/TortoiseSVN/tsvn_dug/dug_settings_advanced.xml (revision 29533)
@@ -387,12 +387,7 @@
387387 tries to find the revision where the branch was created from
388388 and hide all the revisions that are beyond that revision.
389389 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.
396391 </para>
397392 </listitem>
398393 </varlistentry>
--- trunk/doc/source/en/TortoiseSVN/tsvn_dug/dug_settings_hooks.xml (revision 29532)
+++ trunk/doc/source/en/TortoiseSVN/tsvn_dug/dug_settings_hooks.xml (revision 29533)
@@ -524,17 +524,16 @@
524524 <listitem>
525525 <para>
526526 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>.
528528 (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>
531531 </ulink>,
532532 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>
535535 </ulink>
536536 issue tracker.)
537- <!-- Better example, since Gurtle/Google Code is no longer?? -->
538537 </para>
539538 </listitem>
540539 </varlistentry>
--- trunk/doc/source/en/TortoiseSVN/tsvn_repository/checkout_links.xml (revision 29532)
+++ trunk/doc/source/en/TortoiseSVN/tsvn_repository/checkout_links.xml (revision 29533)
@@ -38,7 +38,6 @@
3838 Of course it would look even better if you included a suitable picture.
3939 You can use the
4040 <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? -->
4241 <citetitle>TortoiseSVN logo</citetitle>
4342 </ulink>
4443 or you can provide your own image.
--- trunk/src/Resources/TSVNHelpContext.h (revision 29532)
+++ trunk/src/Resources/TSVNHelpContext.h (revision 29533)
@@ -72,6 +72,8 @@
7272 #define HID_LOGDLG_MONITOR_ADDSUBPROJECT 0x1806C
7373 #define HID_POPUP_UPDATEALL 0x1806D
7474 #define HID_LOGDLG_MONITOR_CLEARERRORS 0x1806E
75+#define HID_LOGDLG_MONITOR_CHECKNOW 0x1806F
76+#define HID_LOGDLG_COPYREVISIONS 0x18070
7577 // Prompts (IDP_*)
7678 // Resources (IDR_*)
7779 #define HIDR_MAINFRAME 0x20001
Show on old repository browser