- Java EE 8 Development with Eclipse
- Ram Kulkarni
- 188字
- 2021-06-18 19:00:01
Synchronizing with an SVN repository
To synchronize your local project with the remote repository, right-click on the project and select Team | Synchronize with Repository. This will update the project with files in the remote repository, show files that are new in the local folder, and also show the changed files:

Figure 3.13: The Synchronize view
You can filter the list as incoming mode (changes from the remote repository), outgoing mode (changes in your working directory), or both. As you can see in Figure 3.13, we have two files that are changed in the working directory; one modified and one new. To commit the changes, right-click on the project and select Commit.... If you want to commit from Navigator or Package Explorer, then right-click on the project and select Team | Commit.... Enter the check-in comment and click OK. To update the project (receive all the changes from the remote repository), right-click on the project and select Team | Update.
To see the revision history of the file or folder, right-click Navigator or Package Explorer and select Team | Show History:

Figure 3.14: SVN file revision history
- 黑客攻防從入門到精通(實戰秘笈版)
- 解構產品經理:互聯網產品策劃入門寶典
- TensorFlow Lite移動端深度學習
- Vue.js 3.x從入門到精通(視頻教學版)
- Apache Mesos Essentials
- Learning Android Application Testing
- 游戲設計的底層邏輯
- JavaScript Mobile Application Development
- Zend Framework 2 Cookbook
- Visual C#(學習筆記)
- Swift Essentials(Second Edition)
- 趣學數據結構
- Serverless從入門到進階:架構、原理與實踐
- Modern R Programming Cookbook
- C語言學習手冊