1. 程式人生 > >Eclipse外掛svn和TortoiseSvn版本對應關係

Eclipse外掛svn和TortoiseSvn版本對應關係

先說一下今天碰到問題,自己在建svn倉庫和匯入,匯出時因為版本不一致導致的錯誤。


因此一定要保證Eclipse中svn外掛版本和TortoiseSvn版本一致!!

外掛svn1.4.x對應TortoiseSvn 1.5.x

外掛svn1.6.x對應TortoiseSvn 1.6.x

外掛svn1.8.x對應TortoiseSvn 1.7.x

外掛svn1.10.x對應TortoiseSvn 1.8.x

外掛svn1.12.x對應TortoiseSvn 1.9.x

目前該專案已經放到GitHub上:https://github.com/subclipse/subclipse

或者在首頁找:Download and Install 

可以直接看到最新的外掛。

簡介:Eclipse中的SVN外掛,讓Eclipse具有svn的功能:share project  ,提交,更新,分支,管理分支,合併,解決衝突,與資源庫同步等整合功能。


TortoiseSvn 官網:http://tortoisesvn.tigris.org/    

簡介:SVN的一個開源客戶端,就是個桌面程式。

再次強調下載的時候一定要保證   SVN外掛和  TortoiseSvn是同一個版本。

subclipse下載的時候,在Download and Install 中有這麼一段話:  

Eclipse 3.2/Callisto, 3.3/Europa, 3.4/Ganymede, 3.5/Galileo, 3.6/Helios, 3.7/Indigo, 3.8/4.2/Juno, 4.3/Kepler, 4.4/Luna, 4.5/Mars +

Subclipse 1.10.13 and 1.8.22 and 1.6.18 and 1.4.8 are now available for Eclipse 3.2+!

See the changelog for details. Existing Subclipse users should read the upgrade instructions for important information on changes you to need to make to your Eclipse preferences to see the new version in the update manager.

Subclipse 1.4.x includes and requires Subversion 1.5.x client features and working copy format.

Subclipse 1.6.x includes and requires Subversion 1.6.x client features and working copy format.

Subclipse 1.8.x includes and requires Subversion 1.7.x client features and working copy format.

Subclipse 1.10.x includes and requires Subversion 1.8.x client features and working copy format.

Subclipse 1.12.x includes and requires Subversion 1.9.x client features and working copy format.

對於1.12.x版本的Subclipse一直沒有提供安裝包,只有如下地址

這就是兩者的對應版本。

截圖:




svn外掛下載地址:
Subclipse 1.4.x   http://subclipse.tigris.org/files/documents/906/45156/site-1.4.8.zip
Subclipse 1.6.x   http://subclipse.tigris.org/files/documents/906/49028/site-1.6.18.zip
Subclipse 1.8.x   http://subclipse.tigris.org/files/documents/906/49280/site-1.8.22.zip
Subclipse 1.10.x  http://subclipse.tigris.org/files/documents/906/49431/site-1.10.9.zip


TortoiseSVN下載地址:http://sourceforge.net/projects/tortoisesvn/files/    這裡也包含對應的中文語言包,自己下載吧。

https://sourceforge.net/projects/tortoisesvn/files/1.9.4/  該目錄下下載(svn及語言包)。

http://downloads.sourceforge.net/project/tortoisesvn/1.8.10/Application/TortoiseSVN-1.8.10.26129-x64-svn-1.8.11.msi
http://downloads.sourceforge.net/project/tortoisesvn/1.7.15/Application/TortoiseSVN-1.7.15.25753-x64-svn-1.7.18.msi
http://downloads.sourceforge.net/project/tortoisesvn/1.6.16/Application/TortoiseSVN-1.6.16.21511-x64-svn-1.6.17.msi

Requirements - current master

  • Eclipse 4.2 (Juno) or later
  • Java 6 or later
  • Subversion 1.9 JavaHL client libraries

Installation

1,Eclipse Marketplace 從eclipse中的marketplace中安裝

2,通過url地址安裝

  • Latest - https://dl.bintray.com/subclipse/releases/subclipse/latest/
  • 4.2.x - https://dl.bintray.com/subclipse/releases/subclipse/4.2.x/
3,通過zip包安裝:2016-09-28  現在的版本是 subclipse-4.2.0(改版本號跟之前的1.4  1.6  1.8   1.10   1.12 版本號有明顯區別)

Legacy Releases  歷史版本

  • SVN 1.9.x - https://dl.bintray.com/subclipse/archive/release/1.12.x/
  • SVN 1.8.x - https://dl.bintray.com/subclipse/archive/release/1.10.x/
  • SVN 1.7.x - https://dl.bintray.com/subclipse/archive/release/1.8.x/

Snapshot Builds

https://dl.bintray.com/subclipse/snapshots/

設定TortoiseSvn中文語言。當然這個是需要你下載語言包的。



TortoiseSVN  下載地址:

中文包下載:

Subclipse 下載地址:

對於1.12.x版本的Subclipse一直沒有提供安裝包,只有如下地址


相關推薦

Eclipse外掛svnTortoiseSvn版本對應關係

先說一下今天碰到問題,自己在建svn倉庫和匯入,匯出時因為版本不一致導致的錯誤。 因此一定要保證Eclipse中svn外掛版本和TortoiseSvn版本一致!! 外掛svn1.4.x對應TortoiseSvn 1.5.x 外掛svn1.6.x對應TortoiseSvn

gradle外掛版本gradle版本對應關係

1、gradle外掛版本配置位置: project對應的build.gradle檔案中 buildscript { repositories { jcenter() } dependencies { classpat

Android Studio gradle外掛版本gradle版本對應關係

1、gradle外掛版本配置位置: project對應的build.gradle檔案中: buildscript {     repositories {         jcenter()     }     dependencies {         classp

Gradle to the latest available version, gradle外掛版本gradle版本對應關係

1、gradle外掛版本配置位置: project對應的build.gradle檔案中 buildscript {     repositories {// Gradle 4.1 and higher include support for Google's Maven

ELK_Elastic Searchkibana版本對應關係

https://www.elastic.co/downloads/past-releases/kibana-5-0-0  https://www.elastic.co/downloads/past-releases/kibana-4-6-2 https://www.ela

檢視Anaconda版本、Anacondapython版本對應關係快速下載

官網 檢視Anaconda版本 (C:\ProgramData\Anaconda3) C:\Users\Administrator>conda -V conda 4.3.30 Anaconda和python版本對應關係 Anaconda3-4.3.0.1-Wind

eclipse、jdk、tomcat版本對應關係

不同版本的eclipse對jdk版本要求不一樣,最高支援tomcat版本也不一樣,以下對應關係本人親自下載eclipse驗證過,可放心使用。 Eclipse 4.8 (Photon)--------Java8--------Tomcat9.0 Eclipse 4.7

Opengl GLSL版本對應關係

來自:https://github.com/mattdesl/lwjgl-basics/wiki/GLSL-Versions You can use the #version command as the first line of your shader to spec

Red Hat Enterprise Linux系統核心版本對應關係

The tables below list the major and minor Red Hat Enterprise Linux updates, their release dates, and the kernel versions that shipped with them.Red Hat doe

使用 PySide2 開發 Maya 外掛系列一:QT Designer 設計GUI, pyside-uic 把 .ui 檔案轉為 .py 檔案 Maya Max python PySide整合 shiboken版本對應關係

使用 PySide2 開發 Maya 外掛系列一:QT Designer 設計GUI, pyside-uic 把 .ui 檔案轉為 .py 檔案 前期準備: 安裝 python:https://www.python.org/downloads/ 安裝 PySide2:安裝 python 後,在安裝目錄下

vsarx的版本對應關係

VC6.0 — VISUAL STUDIO 6.0 — R15 — 2000-2002 — objectarx 2000,2002 VC7.0 — VISUAL STUDIO 2002/.net

Android學習(21) -- Android版本API Level對應關係

Platform Version API Level VERSION_CODE Android 6.0 23 API Level Marshmallow Android 5

Android版本API Level對應關係 以及ADT中原始碼的關聯

一張表搞清楚Android版本和API的關係 ADT中原始碼的關聯: 一、首先,你要有個原始碼 關於原始碼呢,有兩種獲取渠道,分別是熱心網友和Android SDK Manager。  1、熱心網友很簡單,百度一下就行。缺點是原始碼的版本很單一,網友總不能把每個版本

最新android sdk版本sdk的對應關係

最近公司做android開發真的很苦逼各種網路連不上,我自己記性不好又記不清楚android 版本號和API之間的對應關係,但是日常工作中又經常需要,沒辦法自己寫篇部落格記錄下吧,方便之後查詢。 1、版本號和API的對應關係 關於android sdk版本號

Android版本API Level對應關係

<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSi

Eclipse中使用SVNGit版本管理工具

  在Eclipse裡下載Subclipse外掛(此方法也適用於MyEclipse),用來使用SVN或者Git對專案進行版本管理。 方法一:從Eclipse Marketplace裡面下載 具體操作:開啟Eclipse --> Help --> Ecl

eclipse 安裝svnjavaee外掛記錄

安裝java ee外掛 1在Eclipse中選單help選項中選擇install new software選項 2在work with 欄中輸入 http://download.eclipse.or

SpringframeworkHibernate版本對應關系

views 5.0 click AC OS 歷史版本 SM source 歷史 org.springframework 3.0.x對應org.hibernate4.0.x版本 org.springframework 3.2.x對應org.hibernate4.2.x版本

Android Studio中由於gradle插件版本gradle版本對應關系導致的編譯失敗的問題

解決 壓縮 tools log 報錯 spa tool sts 報錯信息 今天在Android Studio中導入新項目,import之後編譯報錯,報錯信息基本都是和版本相關,查詢gradle版本相關知識,了解到gradle插件版本和gradle版本有相應的匹配關系,對應如

anaconda python 版本對應關係

python2 python3 anaconda2/3 2.7.14 3.6.5 5.2.0 2.7.14 3.6.4 5.1