熱門文章排行
- Plurk CSS樣式自訂修改全攻略 (26,875 views/2009-07-04)
- 把HTC Touch HD操作介面換成Spb Mobile Shell,美觀又便利! (18,990 views/2009-02-18)
- 強化閱讀第2噗:變更噗浪回應的字體與背景顏色 (16,142 views/2009-06-07)
- 另一套適用手機的影片轉檔工具:WinAVI 3GP/MP4/PSP/iPod Video Converter (15,705 views/2009-04-18)
- 強化HTC Touch HD的工具軟體 (14,218 views/2009-02-25)
- 增加Spb Mobile Shell 3.0生活化桌面頁數的小技巧 (13,102 views/2009-04-27)
- 將Plurk回應區變成固定寬度 (11,724 views/2009-07-11)
- 將噗浪的視窗高度變大,加上分隔線,以方便閱讀 (11,554 views/2009-06-06)
- Joomla! 1.0.12網站建置2-安裝佈景主題樣板(多圖) (10,953 views/2008-07-05)
- 輕鬆學會彈指神功-揭露AutoHotkey絕技 (10,909 views/2008-04-10)
|
試用TortoiseSVN 1.4 RC1–更新
 2006/09/06 |  分類: 專案管理工具
 | 點擊數: 1 / 967
TortoiseSVN 1.4.0 RC1早於2006/08/05就釋出了,直到今天才安裝起來使用。這個版本主要是配合即將更版的Subversion 1.4,由其Release Notes來看,強化了許多功能;Subversion 1.4 RC5的Release Notes可由此檢視。
要
特別注意的:新版的TortoiseSVN會在你存取工作複本的同時,自動的變更.svn裡的檔案格式,變更後的格式無法使用以前的版本來讀取,
Subversion client的svn.exe也必須同步更新到1.4才能操作。但因Subversion
client尚未釋出Binary檔,因此在格式變更後會無法以svn.exe來下命令。但,如果所有的操作都是透過TortoiseSVN的話,就可忽
略這個狀況了。
What’s New in TortoiseSVN 1.4
|
|
TortoiseSVN 1.4 is a superset of all previous TortoiseSVN releases.
Anything in 1.0.x, 1.1.x, 1.2.x or 1.3.x is also in 1.4, but 1.4 contains
features and bugfixes not present in any earlier release. It is
linked with Subversion 1.4.
-
Action dialogs (commit/check for modification/add…)
-
“Compare with BASE” is now possible for added and deleted files too.
The diff viewer will show the diff against an empty file in that case.
-
The columns shown are configurable. You can choose which columns are
shown and what sizes they have. The configuration is saved between
sessions. See issue #80
for details.
-
The ‘OK’ button is disabled until at least one file/folder is selected
to avoid empty operations.
-
Files and folders shown can be dragged to other applications. Also files and
folder can be dragged from the explorer on to those dialogs.
See issue #213
and issue #212
for details.
-
The dialogs can be interrupted while the status is fetched by clicking on ‘Cancel’.
-
Switched files/folders are indicated with an ‘(s)’ after the status text.
See issue #229
for details.
-
Subversion properties can be edited/set/deleted directly from these dialogs with
a right-click. See issue #231
for details.
-
Log dialog
-
New column showing the bugtraq ID string assigned to the revision.
-
You can now specify a range for which the log messages should be fetched
to avoid having to either click on ‘Next 100′ repeatedly or fetch all
messages at once.
-
The log messages can contain simple formatting. You can write text in *bold*, ^italic^
or _underlined_. Of course, the formatting is also done in the commit dialog while you are
writing the log message.
-
Explorer
-
The context menu shows different icons depending on what entry the menu is
for. If you right-click on a shortcut, two entries are shown, one with a link icon
and one with a folder or file icon (depending on what the shortcut points to).
If you right-click on a file, again two entries are shown. One with a file icon for
the file itself, and one with a folder icon for the parent folder.
-
New “Move and rename” entry in the context menu.
-
New column for showing the svn:eol-style property.
-
Revision graph
The Revision graph got some major improvements. It has been rewritten
almost completely to address some issues users reported in the past.
-
Analyzing the data is much faster.
-
Ability to show all revisions, not just the ones where there was a copy
operation.
-
Ability to have the graph sort the nodes by path.
-
Better zooming support.
-
Repository browser
-
When dragging items, folders are opened and closed automatically
if hoovering over them for more than two seconds.
-
Dragging items beyond the visible area makes the browser scroll the
view automatically.
-
Checkout of multiple urls at once. See issue #247
for details.
-
Status cache
-
An option to disable the cache process completely and either fetch the status
only for the currently visible folder or not show any overlays at all.
-
TortoiseMerge
-
Changes inside lines are colored differently to better see what exactly has
changed. See issue #254 for details.
-
Changed blocks which have only changed in whitespace are marked with a white
circle. Such changes usually happen due to code cleanups and have no functional
changes. Now those blocks are clearly marked so you can easily go over them.
-
Files in UTF-8 format are recognized automatically.
-
Files in UTF-16 format can be diffed.
-
TortoiseIDiff
-
This is a new tool which shows two images side-by-side. If you have images in
your working copy (e.g. screenshots or partial screenshots for the helpfile/documentation)
then you can now easily compare the new version of the image with the old one.
This tool is for images what TortoiseMerge is for text files.
-
Comparing two branches/tags
Due to a new function available in the Subversion 1.4 library, comparing
two branches/tags is now much faster and reliable. Also it’s now immediately clear
if the file or property contents were changed.
-
Many many more small improvements and bug fixes.
See the Change Log for full details.
|
2006/09/11 更新:
1.4.0正式版已經釋出了。
http://subversion.tigris.org/downloads/svn-win32-1.4.0.zip
##
相關文章
- WordPress 3.0與PHP 5的時區問題 (2010/06/24, 0則留言)
- [WordPress] 在插頁寫PHP的外掛:EXEC-PHP,讓行動版網頁顯示訪客統計 (2009/11/22, 0則留言)
- Subversion權限設定範例說明 (2009/09/09, 0則留言)
- Subversion的搬移(Move)操作 (2009/09/05, 2則留言)
- 快速切換資料夾之台灣之光:Folder Menu (2009/04/22, 0則留言)
- [WordPress] 顯示網頁的資料庫查詢次數與執行秒數 (2008/12/20, 0則留言)
- 升級Subversion client版本與VisualSVN Server (2008/11/22, 8則留言)
- 用Everything在電光石火間找到迷失的檔案 (2008/11/02, 4則留言)
- 幾篇值得注意的Subversion相關文章 (2008/08/10, 0則留言)
- 試用SmartSVN 4造成的混亂 (2008/08/07, 1則留言)
隨機文章- 推薦《12 Undocumented Tricks for Google Buzz (12項不為人知的Google Buzz技巧)》
- [轉貼] 博客來創辦人槓上大股東統一超商
- [轉貼] 全球掀熱潮 桃太郎最愛玩部落格
- [轉貼] 博客來網路書店創辦人 張天立無預警離職 (2)
- [FireFox擴充] 牛仔好忙,等會再看吧:Read it Later!
- [轉貼] Skype在台灣 有賺錢
- 《芬蘭驚艷》與《Just for Fun》
- HFS(HTTP File Server)讓您瞬間速架私人FTP (2)
- Xuite 功能大躍升!! (1)
- 資料庫工具Aqua Data Studio躍升至6.0版
歷史熱門文章
- Plurk CSS樣式自訂修改全攻略 (26,875 點擊/2009-07-04)
- 把HTC Touch HD操作介面換成Spb Mobile Shell,美觀又便利! (18,990 點擊/2009-02-18)
- 強化閱讀第2噗:變更噗浪回應的字體與背景顏色 (16,142 點擊/2009-06-07)
- 另一套適用手機的影片轉檔工具:WinAVI 3GP/MP4/PSP/iPod Video Converter (15,705 點擊/2009-04-18)
- 強化HTC Touch HD的工具軟體 (14,218 點擊/2009-02-25)
- 增加Spb Mobile Shell 3.0生活化桌面頁數的小技巧 (13,102 點擊/2009-04-27)
- 將Plurk回應區變成固定寬度 (11,724 點擊/2009-07-11)
- 將噗浪的視窗高度變大,加上分隔線,以方便閱讀 (11,554 點擊/2009-06-06)
- Joomla! 1.0.12網站建置2-安裝佈景主題樣板(多圖) (10,953 點擊/2008-07-05)
- 輕鬆學會彈指神功-揭露AutoHotkey絕技 (10,909 點擊/2008-04-10)
|
idea不能辨识文件是否在svn中javaSVN好像不支持此格式
用IDEA 5.0試了一下, 確實JavaSVN尚未支援新格式。在更新之前,只能先用TortoiseSVN吧。