TortoiseSVN (32-bit) 歷史舊版本 Page8

最新版本 DreamMail 6.2.1.0

TortoiseSVN (32-bit) 歷史版本列表

TortoiseSVN 是一個非常容易使用版本控制 / 版本控制 / 源代碼控制軟件的 Windows。它基於 Apache™ Subversion(SVN)&reg ;; TortoiseSVN 為 Subversion 提供了一個非常好用的界面,它是在 GPL 下開發的。這意味著任何人都可以免費使用,包括在商業環境中,沒有任何限制。源代碼也可以免費使用,所以你甚至可以開發自己的版本... TortoiseSVN (32-bit) 軟體介紹


TortoiseSVN 1.6.2 查看版本資訊

更新時間:2009-05-10
更新細節:

What's new in this version:

This is a bugfix/maintenance release.

Changes:
Version 1.6.2
- BUG: Error message about non-LF commit messages when using messages with
non-ASCII text. (Stefan)
- BUG: Dragging files/folders from the repository browser or the status
list control to the explorer could result in a DEP exception. (Stefan)
- BUG: The pathList passed to CheckCommit() only contained the parent folder
for recursive commits, not all selected items. (Stefan)
- BUG: TortoiseMerge duplicated the last line when saving UCS-2 files. (Stefan)
- BUG: Using a commit message from the history could result in an error
about "only numbers are allowed" when trying to commit. (Stefan)
- BUG: Stealing a lock failed when using serf instead of neon. (Stefan)
- BUG: Segfault in TSVNCache. (Stefan)
- BUG: The merge dialog always used the wc url as the default. (Stefan)
- BUG: The pathlist in the OnCommitFinished() method did not contain
all committed paths. (Stefan)
- BUG: Copy-to-wc from the repository browser didn't work for single
files/folders. (Stefan)
- BUG: Comparing revisions in the log dialog before a rename returned
an error. (Stefan)
- BUG: The context menu in TortoiseBlame was shown on the wrong monitor
in multi-monitor setups. (Stefan)
- BUG: Saving the revision graph as a wmf file when the stripes option
was activated resulted in an invalid file. (Stefan)
- BUG: interactive merging of binary files always left the file conflicted,
ignoring the "Use local" and/or "Use repository" buttons. (Stefan)
- BUG: TSVN didn't work on Win2k if it wasn't fully updated and
IE6 installed. (Stefan)
- BUG: The options button in the settings dialog to add an IBugTraqProvider
was only shown the first time and invisible the next times. (Stefan)
- BUG: the IBugTraqProviders were not used if only set with the
bugtraq:provideruuid but the providers were never configured in
the settings dialog. (Stefan)
- BUG: Importing files by dragging them onto the repository browser didn't
work on Vista. (Stefan)
- BUG: Failed externals weren't treated as errors in the autoclose
setting for the progress dialog. (Stefan)
- BUG: Setting the external diff by mime-type didn't work for longer
mime-types. (Stefan)
- BUG: Excluding the context menu from showing for certain paths didn't
work for the explorer tree view, only the list view. (Stefan)
- BUG: Warnings were shown repeatedly when updating multiple folders
at once and a conflict in one update happened. (Stefan)
- BUG: Deadlock in the TSVNCache.exe process. (Stefan)

TortoiseSVN 1.6.1 查看版本資訊

更新時間:2009-04-11
更新細節:

What's new in this version:

- CHG: The history dialog is now 'attached' to the commit dialog. (Stefan)
- CHG: When filling in a log message from the 'recent' messages in the
commit dlg, use the bugtraq:logregex to extract the bug ID and fill
the bug ID field if possible and only use the bugtraq:message value
if the logregex doesn't return a bug ID. (Stefan)
- CHG: Updated to OpenSSL 0.9.8k (Stefan)
- BUG: Showing properties from the explorer svn properties tab did not work
if a language other than English was set. (Stefan)
- BUG: Crash in "cleanup". (Stefan)
- BUG: TortoiseBlame showed only empty files. (Stefan)
- BUG: Crash when showing the revision graph where the URL of the repository
required escaping. (Stefan)
- BUG: The log dialog would show paths incorrectly greyed out or hidden
for urls which need escaping. (Stefan)
- BUG: Sorting in the status list control didn't work properly for columns
after 'lock author'. (Stefan)
- BUG: The bugtraq:label text was shown garbled in the commit dialog if it
contained non-ASCII chars. (Stefan)
- BUG: The (Un)Ignore menu was not shown for files which have names with
chars not available in the system codepage. (Stefan)
- BUG: Show log could loop endlessly under certain conditions.
(Stefan Fuhrmann)
- BUG: Fixed memory leak in TSVNCache. (Stefan Fuhrmann)
- BUG: Administrative (msiexec /a ...) install didn't work. (Stefan)
- BUG: The log dialog used the wrong font. (Stefan)
- BUG: Blame showed revisions as merged even if they were not. (Stefan)
- BUG: Externals weren't shown if changelists were present. (Stefan)
- BUG: The SubWCRevCOM didn't return date information. (Stefan)
- BUG: Refreshing a folder in the repository lead to duplicate entries
shown in the tree view. (Stefan)
- BUG: Already merged revisions were not indicated if the url required
escaping. (Stefan)

TortoiseSVN 1.6.0 查看版本資訊

更新時間:2009-03-22
更新細節:

What's new in this version:

Notes:
Culminating over 9 months of development effort, this is the best release of TortoiseSVN yet, and delivers powerful features, including:
* Early support for tree conflict detection
* improved revision graph
* ...and many more.

Changes:
Version 1.6.0
- NEW: Ignoring of multiple selected items by their extension. See
issue #423 for details. (Stefan)
- NEW: The log dialog allows filtering by bug-ID.
See issue #422 for details. (Stefan)
- NEW: Column to show the remote revision in the CfM dialog. (Stefan)
- NEW: The current revision of the working copy item is shown in
bold in the log dialog. See issue #425 for details. (Stefan)
- NEW: The custom tsvn: urls allow a revision to be specified after the
real url, separated with '?'. (Stefan)
- NEW: The state of the 'merge non-interactive' checkbox is remembered
across sessions. (Stefan)
- NEW: editing the author in the log dialog is now possible for
multiple selected revisions. (Stefan)
- NEW: Paste command to paste copied/cut files from explorer into
a working copy. See issue #427 for details. (Stefan)
- NEW: TortoiseProc returns now 0 after the command finished successfully
and -1 if the command failed with an error. See issue #426
for details. (Stefan)
- NEW: Added blame command to context menu of the status list control. (Stefan)
- NEW: "up" button in the repo browser. (Stefan)
- NEW: Checkbox to exclude the externals in the Check-For-Modifications
dialog. (Stefan)
- NEW: Ability to cancel the "patch all" function. (Stefan)
- NEW: Option to disable the context menu for specific paths. (Stefan)
- NEW: Extended the IBugTraqProvider. See issue #428 for details. (Stefan)
- NEW: The status cache handles "runas" now better. (Stefan)
- NEW: Automated removal of unused log caches. (Stefan Fuhrmann)
- NEW: When diffing against BASE, the diff tool now shows the BASE revision
in the view title. (Stefan)
- NEW: if "unversioned files mark parent folder as modified" is active,
the revert dialog shows a hint if unversioned files are found. (Stefan)
- NEW: Auto-maintenance for log caches plus several settings to control
its behavior. (Stefan Fuhrmann)
- NEW: Log cache supports multiple repositories with the same UUID.
(Stefan Fuhrmann)
- NEW: Revision graph settings page. Several previously hidden
features are now available to the user. (Stefan Fuhrmann)
- NEW: The status list control shows the entries grouped by externals if
no changelists are present. (Stefan)
- NEW: two project properties (bugtraq:provideruuid and bugtraq:providerparams)
to specifiy the IBugTraqProvider for the project. (Stefan)
- NEW: Helper dialog to resolve property conflicts. (Stefan)
- NEW: Revision graph can be collapsed / expanded as well as
split and joined. (Stefan Fuhrmann)
- NEW: Helper dialog to resolve tree conflicts. (Stefan)
- NEW: TortoiseBlame shows the revision range in the title. See
issue #429 for details. (Stefan)
- NEW: Revision graph: Option to hide unmodified branches (Stefan Fuhrmann)
- NEW: Revision graph: Option to show workspace modifications as extra node
(Stefan Fuhrmann)
- NEW: Revision graph: Update / Switch WC in node context menu
(Stefan Fuhrmann)
- NEW: A warning is shown if the user tries to add a file that was versioned
but renamed in case. (Stefan)
- NEW: TortoiseMerge scrolls the views automatically when selecting with
the left mouse button down. (Stefan)
- NEW: In the log dialog filter, a ! char at the beginning will negate
the filter string. (Stefan)
- NEW: Column in the check-for-modifications dialog to show
the lock date. (Stefan)
- NEW: Context menu to delete and ignore files at the same time. (Stefan)
- NEW: Tooltips in the action column of the log dialog, explaining the
action icons. (Stefan)
- NEW: When moving/copying a file over an existing file, ask the user whether
to replace that existing file. (Stefan)
- NEW: Shift-click feature for merge tools. See issue #430 for details. (Stefan)
- NEW: "Create patch" and "Check for Modifications" available from
commit/CfM dialog. (Stefan)
- NEW: new column for checkout depth in the CSVNStatusListCtrl. (Stefan)
- NEW: overlays in the CSVNStatusListCtrl for the different depths and
external/nested files and folders. (Stefan)
- CHG: The bug-ID column width in the log dialog is now limited
to 200 pixels. (Stefan)
- CHG: The right-drag context menu now only shows "Export" if a versioned
folder is dragged (for files, the windows 'copy' does the same). (Stefan)
- CHG: The right-drag context menu checks whether source and target are
from the same repository and shows the "SVN move" and "SVN copy"
commands only if they are. (Stefan)
- CHG: When only files are selected for "Add", the Add-dialog is not
shown anymore but the files are added immediately. (Stefan)
- CHG: file:// access to BDB based repositories is no longer supported. (Stefan)
- CHG: the log dialog now shows a possible error message when fetching the
log as a text in the top list control instead of showing a popup
message box. (Stefan)
- CHG: New revision graph look. (Stefan Fuhrmann)
- CHG: Faster and more reliable revision graph filtering. (Stefan Fuhrmann)
- CHG: If tsvn:logtemplate was set and not changed in the commit dialog, it
isn't added to the log history anymore. (Stefan)
- CHG: "Ambiguous URL" option no longer limits log cache functionality.
(Stefan Fuhrmann)
- CHG: Various improvements to log statistics graphs (Aras Pranckevicius)
- CHG: The merge wizard is now resizable. (Stefan)
- CHG: The checkout/export dialogs do not ask whether to create the folder
to checkout/export aynmore but silently create it. (Stefan)

TortoiseSVN 1.5.9 查看版本資訊

更新時間:2009-02-28
更新細節:

What's new in this version:

- BUG: Broken registry settings may prevent Check for Modifications dialog from showing up.
- BUG: Missing columns when copying to clipboard in Check for Modifications dialog.
- BUG: Showing Log for deleted paths should not trigger "go offline? dialog.
- BUG: Line endings lost in TortoiseMerge when using "use whole file".

TortoiseSVN 1.5.8 查看版本資訊

更新時間:2009-02-14
更新細節:

What's new in this version:

- BUG: TortoiseMerge could loose line endings when saving edits. (Stefan)

TortoiseSVN 1.5.7 查看版本資訊

更新時間:2009-01-25
更新細節:

What's new in this version:

- BUG: Error text returned from a repository hook script could get split up wrong if empty lines were in the text.
- BUG: If the currently shown folder in the repository browser was renamed, the url bar did not change to the new url.
- BUG: Unversioned items selected for reverting would move them to the trash bin instead of leaving them.
- BUG: Deleting an item in the repository browser that had non-ascii chars in it didn't work.
- BUG: TortoiseMerge showed a black line diff in one-pane view.
- BUG: The styling of bug IDs in the commit dialog could fail.
- BUG: TortoiseMerge added a newline at the end of a file when saving modifications.

TortoiseSVN 1.5.6 查看版本資訊

更新時間:2008-12-24
更新細節:

What's new in this version:

Notes:
TortoiseSVN 1.5.6
This is a bugfix only release.

Changes:
Version 1.5.6
- CHG: Disabled capieng again - users were annoyed. (Stefan)
- BUG: possible segfault in TSVNCache when shutting down windows. (Stefan)
- BUG: The client-side hook scripts weren't started if only deletions were
committed or updated. (Stefan)
- BUG: The "show log" was shown for added files in the status
list control. (Stefan)
- BUG: Files/Folders with '%' in the name could not be renamed in the
repository browser. (Stefan)
- BUG: Reverting files could have removed associated folders. (Stefan)
- BUG: The OK button in the checkout dialog was sometimes disabled. (Stefan)
- BUG: Creating a tag/branch from the repository browser didn't work if
the target folder did not exist. (Stefan)
- BUG: Under rare conditions, log reported revisions twice (Stefan Fuhrmann)
- BUG: Log for branches, tags etc. could be slow if the log cache is
incomplete and the repository has many revisions (Stefan Fuhrmann)
- BUG: Reported RAM usage of log cache too large (Stefan Fuhrmann)
- BUG: The "delete unversioned items" command only worked for single paths.
If multiple items were selected, the dialog showed
an empty list. (Stefan)

TortoiseSVN 1.5.5 查看版本資訊

更新時間:2008-10-28
更新細節:

What's new in this version:

This is a maintenance release only.

Changes:
Version 1.5.5
- BUG: The properties dialog would show the url with backward slashes when started from the repository browser. (Stefan)

TortoiseSVN 1.5.4 查看版本資訊

更新時間:2008-10-14
更新細節:

What's new in this version:

Notes:
TortoiseSVN 1.5.3, linked with Subversion 1.5.2.
This is a bugfix only release.


Changes:
Version 1.5.4
- CHG: OpenSSL 0.9.8i with capieng enabled
- BUG: Applying a patch where a context line had UTF-BOMs
in it failed. (Stefan)
- BUG: Checking out multiple folders from the repository browser failed
to unescape the target folder. (Stefan)
- BUG: If an url had special chars which needed escaping below the
repository root, showing the log did not always work. (Stefan)
- BUG: Comparing two revisions sometimes did not work if the url didn't
exist anymore in HEAD. (Stefan)
- BUG: Diffing/Blaming from TortoiseBlame on merged revisions did not
work in certain situations. (Stefan)
- BUG: Unescape the target paths when exporting the changed files from
the file diff dialog. (Stefan)
- BUG: the 'unversioned' overlay for folders didn't show up for some
unversioned folders. (Stefan)
- BUG: After a "mine before theirs" or "theirs before mine" resolving
action on the right pane in TortoiseMerge, the Undo would not
undo correctly. (Stefan)
- BUG: Failures, even GPF in blame and log dialogs when specifying a
revision range and a peg revision outside that range. (Stefan Fuhrmann)
- BUG: TortoiseMerge sometimes wrongly detected the encoding of files. (Stefan)
- BUG: If a merge conflicted due to added items the progress dialog did not
count these correctly and the context menu missed items. (Tobias Schfer)
- BUG: TortoiseMerge could crash if the font size was set smaller than
8 pixels. (Stefan)
- BUG: When a cleanup failed, the error message didn't include the svn
error string. (Stefan)
- BUG: /closeonend was ignored for the (un)lock command. (Stefan)
- BUG: The 'rename' context menu was not available for added files. (Stefan)
- BUG: Entering an URL before non-ascii text in the commit dialog corrupted
the first chars of the non-ascii text. (Stefan)
- BUG: Blame from the repository browser ignored the diff options. (Stefan)

TortoiseSVN 1.5.3 查看版本資訊

更新時間:2008-09-21
更新細節:

What's new in this version:

Notes:
TortoiseSVN 1.5.3, linked with Subversion 1.5.2.
This is a bugfix only release.

Changes:
Version 1.5.3
- CHG: paths in error messages are nor truncated to 80 chars anymore. (Stefan)
- CHG: enabled rc4 encryption for the sasl dlls. (Stefan)
- CHG: linked against neon 0.28.3
- BUG: some context menu entries were shown if multiple items were
selected even if they only work on single items. (Stefan)
- BUG: the move/copy right-drag menus were not shown if the target
folder was added but not yet committed. (Stefan)
- BUG: fixed missing typecasts. This lead among others to "show log" not
working from the check-for-modifications dialog on x64. (Stefan)
- BUG: Reverting multiple selected paths only showed the files from the first
selected path in the revert dialog. (Stefan)
- BUG: the right-drag context menu did not show all commands for old
working copies (fresh checkout would fix this too). (Stefan)
- BUG: Starting external applications (e.g., the diff tool) could fail if
the working copy is on the same drive as TSVN was installed to. (Stefan)
- BUG: Upgrading could fail under certain circumstances which then required
an uninstall, reboot, reinstall cycle. (Stefan)
- BUG: Sometimes conficts were shown as 'add's in the progress dialog. (Stefan)
- BUG: Moving a file to the "ignore-on-commit" changelist removed the check
but the file would still get committed. (Stefan)
- BUG: When starting TortoiseProc with '*' separated, relative file paths, the
commit dialog would either just flash and exit or not show all the
files from all specified paths. (Stefan)
- BUG: TSVN would not use ssh clients set in the svn config file, only those
set in the TSVN settings dialog. (Stefan)
- BUG: Moving files from one changelist to another by dragging them in the
commit and CfM dialog could hang. (Stefan)
- BUG: If the commit dates were not in sequence with the revision numbers
which can happen when a repository is converted from other version
control systems, the statistics dialog would show a wrong 'by date'
graph. (Stefan)
- BUG: internal properties like bugtraq:, tsvn:, ... which had non-ascii
chars in their values got garbled on newly added folders where those
properties are automatically added. (Stefan)
- BUG: Dragging files from the progress dialog didn't work if the paths had
spaces in them. (Stefan)
- BUG: The file diff dialog (compare revisions) could use the wrong
peg revision in certain situations. (Stefan)
- BUG: the shift-diff to use TortoiseMerge instead of the configured diff
tool didn't work for the filediff dialog. (Stefan)
- BUG: The "add folder" in the repository browser only added the folder
itself without the files in it. (Stefan)
- BUG: When changing the overlay icon set, the deleted overlay did not
show up anymore. (Stefan)