TortoiseSVN (64-bit) 歷史版本列表 Page8

最新版本 HoneyView 5.49

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

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


TortoiseSVN 1.8.3 (64-bit) 查看版本資訊

更新時間:2013-11-02
更新細節:

What's new in this version:

- "Restore after commit" fails to restore in some situations.
- "Show Log" fails from the merge dialog.
- spell checker misses last char in a word.
- shell column handler not registered.
- Crash closing properties dialog.
- Ignored items always set global ignores.
- newline symbol is always the same in TortoiseMerge.
- Crash in log dialog.
- Crash in moved-blocks detection in TortoiseMerge.
- unified diff shows absolute paths.
- spurious NUL chars shown in blame.
- Wrong encoding detection in TortoiseBlame.
- too many rename suggestions.
- missing autocompletion for filenames with '-'.
- Redirects not fully followed in repo browser.
- moved-blocks detection changes diff blocks.
- multi-rename renames the first file wrong.
- Crash applying patch with urls.
- TortoiseMerge: Double-click word should highlight whole word only.
- TortoiseMerge: LocationBar highlights should respect all options in FindDlg.
- resolving types of conflicts individually.
- UI glitch renaming in tree view in repo browser.
- Crash in TortoiseIDiff loading corrupted icon file.
- Restore-after-commit leaves temp file flag.
- Tagging with fixed externals revision fails if spaces in target path is used.
- Remember the 'ignore ancestry' option.
- Tri-State checkbox handling in repo browser.
- Add "do this for all items" checkbox when removing multiple properties.

TortoiseSVN 1.8.2 (64-bit) 查看版本資訊

更新時間:2013-08-30
更新細節:

What's new in this version:

- OK button falsely enabled in lock dialog.
- merge log template is not saved.
- branch/tag fails to tag externals.
- Commands in log dialog fail if started for a URL instead of a working copy path.
- Abort when editing file from repo browser.
- SVN Vendorbranch here does not copy all files.
- Compare Working on Multiple Updates broken in 1.8.x.
- diffing file externals shows empty base.
- Updated TortoisePlink to Putty/Plink v0.63.
- Crash in TortoiseMerge trying to find moved blocks.
- Unnecessary warning after successful auto-resolve.
- merging UI inconvenient when source branch was (re)moved.
- Junctions marked as versioned.
- Branch from SVN Log does not create intermediate folders.

TortoiseSVN 1.8.1 (64-bit) 查看版本資訊

更新時間:2013-07-24
更新細節:

What's new in this version:

- wrong parameter when showing diff.
- user hook scripts not loaded and saved correctly.
- merge error "Invalid 'conflict_result' argument".
- Crash when providing a client certificate file.
- Assert when creating a unified diff.
- Crash when parsing URLs from the command line.
- Crash when closing progress dialog early.
- Sort state is lost when refreshing the status list control.
- Ribbon system menu not working.
- renaming in repo browser shows empty cell.
- include svnmucc in the installer.
- "restore after commit" must restore on cancel as well.
- Repo browser stops showing items in the list view.
- Subclassing static control can fail.
- repo browser shows context menu for SVNParentPath item.
- Crash in log dialog editing message.
- Log message editor always use antialiased fonts.
- SubWCRev aborts if date template is wrong.
- Vendorbranch feature needs safeguards.
- Annoying dialog when closing TortoiseMerge.
- VersionCheck = false not working like it should.
- Property diff shown in reverse.
- wrong tab order in cleanup dialog.
- old-style reintegrate merge: disable record-only option.
- Crash in TMerge when copying text.
- Remove reintegrate merge page from merge wizard.
- statistics button stays disabled when filter is cleared.
- TortoiseMerge fails to detect utf-16 without BOM.
- Show inherited properties.

TortoiseSVN 1.8.0 (64-bit) 查看版本資訊

更新時間:2013-06-20
更新細節:

What's new in this version:

Coloring for TortoiseBlame:
- Instead of just coloring the changes by age/revision, TortoiseBlame can now color the lines by author so it's easier to spot who changed which lines.

Commit only parts of a file:
- When working on a task, it often happens that you find an issue with the surrounding code. Fixing that issue leads then to multiple tasks done in the same file, and therefore also to have multiple fixes/tasks done in one single commit.
To commit only the parts of the file that relate to one specific issue:
- in the commit dialog, right-click on file, choose "restore after commit"
- edit the file in e.g. TortoiseMerge: undo the changes that you don't want to commit yet
- save the file
- commit the file
- After the commit is done, the original file is restored, containing all the changes you didn't commit yet.

TortoiseMerge:
- TortoiseMerge, the visual diff/merge tool that comes with TortoiseSVN has also a lot of improvements.
- Ribbon UI
- TortoiseMerge uses now a Ribbon instead of a plain toolbar for its commands.
- Searching
- new shortcuts to search (Ctrl+F3), better indication of search matches, only search the active view.
- go to line
- a new command to go to a specific line number.
- inline diffs
- inline diffs can be toggled on/off with a single button instead of going through the settings dialog
- handling of UTF-32 files
- TortoiseMerge can now handle files in UTF-32 encoding as well, and recognizes more EOL formats.

Repository Browser:
- An often requested feature for the Repository Browser was to list all the repositories that are offered via the SVNListParentPath directive. This is now possible: point the repository browser to the root url and it lists all the repositories.
- At the bottom of the Repository Browser dialog a summary is shown, indicating the number of files and folders and the currently shown folder.
- There are also two new buttons to go back and forward, like in web browsers.

Third party libraries:
- When there are third party libraries stored in the working copy directly, i.e., not via the svn:externals property, then updating those is not quite easy.
- Just copying over the new version will work of course, but if the new version has files removed, those files will still be in your working copy.
- In version 1.8 TortoiseSVN offers an easier way to do this: just right-drag the folder with the new version of the library to the version stored in your working copy, then select SVN vendor branch here from the context menu.
- TortoiseSVN then scans both directories, copies all new files, removes files that are not present anymore in the new version.
- After TortoiseSVN updated the folder, all you have to do is commit the new version.

Progress dialog:
- The dialog that shows the progress of various operations now has a better indication of sections/grouping, for example when updating a working copy that has multiple externals set.
- Each section/group is indicated by the first line shown in bold.
- And as for updating externals: only those externals that pull down modifications are shown in the dialog. If an external hasn't changed then the dialog does not show any information for it. This reduces the no-information lines a lot, especially if you have a lot of externals set.

SubWCRev:
SubWCRev also got a lot of improvements, the major ones are:
- Files in UTF-16 encoding can be used as well, either as sources/templates or as target files as well.
- A new option to specify an offset for the working copy revision. This is required in case your repository is at revisions > 65535 and you want to use the revision for the version resource: the Windows version resource numbers are only 16-bit, and in this situation you can specify a negative offset so the version resource number is below that 16-bit limit.
- SubWCRev can detect unversioned files and/or folders. This is useful in case you want an error returned in your build in case you have such unversioned items in your working copy, indicating that you may have missed to add and commit those items.

Custom properties:
- If you're using custom properties, you can now configure TortoiseSVN to provide better dialogs to edit and modify them.
- The properties tsvn:userfileproperties and tsvn:userdirproperties got extended so you can specify what kind of property you have.

Client hook scripts configurable via properties:
- In earlier versions you could only configure client-side hook scripts via the settings dialog. This worked ok if you only had a few workstations/users to configure. But if you wanted a big team of committers to all run the hook scripts you needed, this required a lot of work to set up.
- In TortoiseSVN 1.8 you can now configure the hook scripts to run via project properties.
- To avoid running potentially insecure scripts without the user knowing it, TortoiseSVN will ask to run those scripts first.

Log Dialog enhancements to help with code reviews:
- A new context menu 'Create code collaborator review' has been added to provide interoperability with the SmartBear Code Collaborator review tool.
- Two new context menus and commands have been added to the log dialog when multiple files are selected in the bottom 'files changed' listbox.
- Show multiple changes...
- Open multiple local...
- The details of how these commands work, which include special support for loading working copy files into Visual Studio can be found in the subversion help file under the topic 'Invoking the Revision Log Dialog'.

TortoiseSVN 1.7.13 (64-bit) 查看版本資訊

更新時間:2013-06-04
更新細節:

What's new in this version:

- BUG: Drag and drop causes incorrect timestamp.

TortoiseSVN 1.7.12 (64-bit) 查看版本資訊

更新時間:2013-04-06
更新細節:

What's new in this version:

Bugs fixed:
- Infotip is shown even if path is fully visible
- Invalid quotation in %burl and %yurl diff tool arguments
- Windows path check fails if the path/url is escaped
- Crash in TortoiseIDiff and TortoiseUDiff on Windows8
- Offline log mode does not activate
- Setting a property recursively in the repo browser segfaults
- Revision links not created in commit comments when started from the repo browser
- Selection is wrong after sorting the file column in the log dialog
- TortoiseBlame does not detect utf8/ansi encodings correctly
- Error opening a new file in Check for modifications
- Warning not shown about non-recursive commits

TortoiseSVN 1.7.11 (64-bit) 查看版本資訊

更新時間:2012-12-27
更新細節:

What's new in this version:

- BUG: out-of-date error when modifying properties from the repository browser. 
- BUG: crash if config file is invalid or corrupted. 
- BUG: repo browser does not refresh properly. 
- BUG: Show log by date range is using only "start" or "end" date, not both. 
- BUG: child items not shown when adding an ignored folder. 
- BUG: wrong error message shown in repo browser. 
- BUG: svn:needs-lock not recognized if it has an empty value. 
- BUG: crash in commit dialog. 
- BUG: "File not found" error when showing log of file whose folder has been copied from an older revision.