• R/O
  • SSH
  • HTTPS

tortoisesvn: Liste der Commits


RSS
Rev. Zeit Autor
r29414 2022-06-08 04:19:57 danielsahlberg

Merge the branch autocomplete_in_repobrowser_logdlg to add autocompletion to the log dialog used in Repobrowser

r29413 2022-06-08 01:26:47 danielsahlberg

Add Changelog entry

r29412 2022-06-08 00:38:11 stefankueng

patch from Denis Kovalchuk:
Automatically resolve tree conflicts using the recommended resolution option
when it's available. The change applies to the TortoiseSVN Merge, Switch,
Update and Resolve commands.

Subversion behaves this way starting from version 1.10.

The relevant links are:
https://svn.apache.org/r1783500
https://svn.apache.org/viewvc/subversion/trunk/subversion/svn/conflict-callbacks.c?view=markup#l1801

src/SVN/SVN.cpp:
src/SVN/SVN.h:

Implement SVN::ResolveTreeConflictById() method.

src/TortoiseProc/Commands/ConflictEditorCommand.cpp:
src/TortoiseProc/Commands/ConflictEditorCommand.h:

First try to automatically resolve a tree conflict. If it fails, fall back to
manual resolution.

src/TortoiseProc/SVNProgressDlg.cpp:
src/TortoiseProc/SVNProgressDlg.h:

For the Merge command, try to automatically resolve tree conflicts. If it
fails, fall back to manual resolution. For the Switch and Update commands, only
try the auto resolution.

r29411 2022-06-06 16:39:41 danielsahlberg

revert part of r29410: GetAppDirectory() != GetAppDataDirectory()

Change CCommitDlg::GetAutocompletionList similar to CInputLogDlg::GetAutocompletionList:
* don't use the _T() macro, use wide strings instead
* avoid an unnecessary copy when using auto

r29410 2022-06-06 14:10:29 stefankueng

* don't use the _T() macro, use wide strings instead
* avoid an unnecessary copy when using auto

r29409 2022-06-06 14:05:20 stefankueng

small refactoring to avoid duplicate code: move the ParseSnippetFile method to the CSciEdit control as a global function and use that from the CCommitDlg and CInputLogDlg.

r29408 2022-06-06 05:53:17 danielsahlberg

Add autocompletion functionality in CInputLogDlg. Code is mostly stolen from CCommitDlg, with a few differences:
- No thread support. It should be /fairly/ quick to create the autocomplete list since it is based on the pathlist without any recursion down the tree.
- No parsing of source files (since they are only available on the server).
- "Paste filename list" paste URLs instead of relative file names.

Code should probably have been factored out of CCommitDialog but that was over my head for now.

r29407 2022-06-06 05:38:02 danielsahlberg

Add a BRANCH-README

r29406 2022-06-06 05:32:44 danielsahlberg

A feature branch to add autocompletion support in the log dialog used in repobrowser

r29405 2022-06-05 01:09:35 danielsahlberg

tools.zip is not needed after extracting. Let's delete it to decrease clutter in the WC.

Discussed: https://groups.google.com/g/tortoisesvn-dev/c/7hQ7m4uk4xI/m/cnX7zJHcAgAJ

r29404 2022-05-31 03:14:57 danielsahlberg

BRANCH-README and switch subversion to /trunk

r29403 2022-05-31 02:47:47 danielsahlberg

Branch for the new multi-format-wc feature of Subversion 1.15

r29402 2022-05-29 04:00:39 danielsahlberg

Re-use the url retrieved using GetWindowText instead of getting it again using GetString.

Discussed https://groups.google.com/g/tortoisesvn-dev/c/aw32jamqpCw

r29401 2022-05-29 02:22:46 stefankueng

allow mixed rev wcs when reverting from the log dialog

r29400 2022-05-29 02:16:45 stefankueng

patch from Daniel Sahlberg:
use 3 context lines by default when creating a patch

r29399 2022-05-29 02:15:11 stefankueng

use GetWindowText since GetString sometimes returns an empty string, trim the string

r29398 2022-05-29 01:41:23 stefankueng

patch from Daniel Sahlberg:
fix status page

r29397 2022-05-28 17:22:30 stefankueng

patch from Daniel Sahlberg:
use GetString() to avoid having newlines at the end

r29396 2022-05-28 17:16:47 stefankueng

remove choco scripts for ipv6 build

r29395 2022-05-28 17:09:01 stefankueng

remove "upcoming milestone" from status page

r29394 2022-05-20 00:41:21 stefankueng

always build with ipv6

r29393 2022-04-20 01:01:24 stefankueng

patch from Daniel Sahlberg:
fix for VS2022

r29392 2022-04-15 17:47:59 stefankueng

don't clear visible revisions if set externally

r29391 2022-04-13 01:17:03 stefankueng

update website for the 1.14.3 release

r29390 2022-04-12 03:21:16 stefankueng

patch from Daniel Sahlberg:
fix for VS2022

r29389 2022-04-12 03:18:29 stefankueng

patch from Matthias:
remove duplicated lines

r29388 2022-04-09 02:34:48 stefankueng

update translations from transifex

r29387 2022-04-09 02:31:22 stefankueng

Merged revision(s) r29386 from branches/1.14.x:
* update to OpenSSL 1.1.1n * apply the openssl patch

r29386 2022-04-09 02:29:02 stefankueng

Merged revision(s) r29384, r29385 from trunk:
* update to OpenSSL 1.1.1n
* apply the openssl patch

r29385 2022-04-09 02:26:20 stefankueng

apply the openssl patch

Show on old repository browser