TortoiseSVN (32-bit)

最新版本 TortoiseSVN 1.8.0 (32-bit)

TortoiseSVN 1.8.0 (32-bit)

TortoiseSVN 1.8.0 (32-bit)
TortoiseSVN 是一個非常容易使用版本控制 / 版本控制 / 源代碼控制軟件的 Windows。它基於 Apache™ Subversion(SVN)&reg ;; TortoiseSVN 為 Subversion 提供了一個非常好用的界面,它是在 GPL 下開發的。這意味著任何人都可以免費使用,包括在商業環境中,沒有任何限制。源代碼也可以免費使用,所以你甚至可以開發自己的版本,如果你願意的話。因為它不是像 Visual Studio,Eclipse 或其他特定的 IDE 的集成,你可以使用任何你喜歡的開發工具,與任何類型的文件.

TortoiseSVN 的特點:
所有的命令可直接從 Windows 資源管理器。只顯示對所選文件 / 文件夾有意義的命令。你不會看到你不能在你的情況下使用的任何命令。直接在 Windows 資源管理器中查看文件的狀態。描述性對話由於用戶的反饋而不斷改進。允許通過在 Windows 資源管理器中右鍵拖動文件來移動文件。支持顛覆協議 http://,https://,svn://,svn + ssh://,file:/// 和 svn + XXX://。日誌信息的綜合拼寫檢查器自動完成修改後的文件的路徑和關鍵字文本格式與特殊字符還有更多...



ScreenShot

軟體資訊
檔案版本 TortoiseSVN 1.8.0 (32-bit)

檔案名稱 TortoiseSVN-1.8.0.24401-win32-svn-1.8.0.msi
檔案大小 14.76 MB
系統 Windows 2000 / XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 TortoiseSVN Team
官網 http://tortoisesvn.net/
更新日期 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.8.0 (32-bit) 相關參考資料
Download TortoiseSVN (32bit) 1.8.0 for windows

2013年6月21日 — TortoiseSVN (32bit) Efficient version control tool for software development with user-friendly interface.

https://www.filepuma.com

Download TortoiseSVN 32-bit 1.8.0 for Windows

Download TortoiseSVN 32-bit 1.8.0 for Windows. Fast downloads of the latest free software! Click now.

https://filehippo.com

Download TortoiseSVN 32-bit 1.8.8 for Windows

2023年8月11日 — TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows. It is based on Subversion.

https://filehippo.com

Downloading TortoiseSVN 1.8.0 (32-bit) from FileHorse.com

TortoiseSVN is really easy to use Revision control/version control/source control software for Windows. It is based on Apache™ Subversion (SVN)®; ...

https://www.filehorse.com

Downloads · TortoiseSVN

On x64 versions of Windows, the TortoiseSVN context menu and overlays won't show for 32-bit applications in their file-open/save dialogs until you install the ...

https://tortoisesvn.net

Release notes for 1.8

TortoiseMerge can now handle files in UTF-32 encoding as well, and recognizes more EOL formats. Repository Browser. An often requested feature for the ...

https://tortoisesvn.net

TortoiseSVN (32-bit) - Free download and software reviews

TortoiseSVN (32-bit) provides a user interface for Subversion. It is implemented as a Windows shell extension, which makes it integrate seamlessly into the ...

https://download.cnet.com

TortoiseSVN 1.14.7 (32-bit) Download for Windows Old ...

TortoiseSVN (32-bit). April, 17th 2024 - 17.3 MB - Open Source. Free Download ... TortoiseSVN 1.8.0 (32-bit). Date released: 20 Jun 2013 (11 years ago). 1. 2 ...

https://www.filehorse.com

TortoiseSVN Users: SVN 1.8.0 for 32 bit

I've been trying to upgrade to SVN 1.8.0, but your link at http://tortoisesvn.net/downloads.html doesn't work. ... The link on the sourceforge ...

https://svn.haxx.se

下载

32位系统, 64位系统, ARM64 OS. TortoiseSVN 1.14.7 - 32-bit · TortoiseSVN 1.14.7 - 64-bit · TortoiseSVN 1.14.7 - ARM64. 验证文件完整性,请遵循以下步骤说明. 升级.

https://tortoisesvn.net