本文转自:https://docs.uipath.com/studio/docs/svn-version-control

SVN Version Control

Opening a Project from SVN

  1. In the Team page, select Open from SVN. The Open from SVN Repository window opens.
  1. Type in the Repository URL or use the button to open the repository browser. Expand or collapse folders in the repository, look inside folders, copy the Selected Path or select a file to open. Click OK.
  1. Pick an empty Check out directory. Select the Use credentials box and fill in your Username and Password. Click Open. The project is now available in the check out directory.
  2. A Question dialog box is opened, with two options for pulling the Main.xaml file from the repository:
    • Check out latest and edit - opens the latest version of the Main.xaml file from the repository, in edit mode. The Break Lock option allows you to check out a project from a SVN repository that was previously checked out by a different user.
    • Open local as read only - opens the local version of the Main.xaml file in read-only mode. The Package Manager can be opened even if the files are in read-only mode, but in order to perform changes and install dependencies, the project.json file needs to be checked out.

Adding a Project to SVN

Note:

Some SVN operations are not directly manageable through Studio. For this, and to ensure optimal compatibility, use a recent version of a SVN client. For TortoiseSVN, versions up to 1.9.7 are supported.

  1. Create or open a project in Studio from the Start tab in the Backstage view.
  2. Click on the Show Team Page button in the Project panel. This opens the Team page.
  3. Click on the Add to SVN button to open the Add to SVN window.
  4. Type in the Repository URL or use the button to open the repository browser. Select a file to open. Click OK. Provide a path to the Check out directory. The check out directory must be empty. If applicable, check the Use credentials check box, and type in the User and Password. Click Add to upload the project to the SVN repository.
  5. In the Check In Changes window, select the files that you would like to add to the repository and write a Commit Message.
  1. Click Check In. The files are now available in the repository, together with the Commit message. The project.json file returns to read-only mode in Studio.

最新文章

  1. 换个角度理解云计算之MapReduce
  2. Realm简单使用小记
  3. wordpress对显示某分类目录的文章列表页时对单个文章显示字数限制和省略
  4. spring相关资源
  5. MySQL与Oracle 差异比较之六触发器
  6. 【开源项目8】Android开源项目分类汇总【畜生级别】
  7. cmd&Linux 下使用mysql全记录
  8. 编写Word宏使选中的图片改变为固定宽度并保持纵横比
  9. ios专题 - APP设计流程
  10. sourceTree安装与使用
  11. C#的百度地图开发(二)转换JSON数据为相应的类
  12. 数据库sql语句为什么要用绑定形式?
  13. (Java后端 Java web)面试时如何展示自己非技术方面的能力(其实就是综合能力)
  14. 《深入理解java虚拟机》学习笔记-----郑雨迪
  15. 2018-2019-2 20165319 《网络对抗技术》 Exp5:MSF基础应用
  16. windows下使用electron+sqlite3
  17. 监测c3动画过渡完成的事件
  18. no plugin found for prefix 'tomcat 7' in the current project and in the plugin groups的解决方法
  19. 四、Object.defineProperty总结
  20. 我永远无法学会的dp

热门文章

  1. iOS Privacy Policy
  2. k8s采坑记 - 证书过期之kubeadm重新生成证书
  3. Jenkins使用SSH构建Go项目并执行
  4. Python, import, module
  5. Lucene&Solr框架之第三篇
  6. JDK1.8 中的HashMap
  7. 小程序封装request请求,统一API
  8. Angular-----代码风格指南!!!(很重要)
  9. css里的背景属性有哪些,如何去使用哪些属性
  10. Android Fragment 多层叠加时点击穿透解决方案