首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何将UIPATH与SVN集成?

如何将UIPATH与SVN集成?
EN

Stack Overflow用户
提问于 2017-07-18 10:28:22
回答 1查看 2.1K关注 0票数 1

我目前在RPA工具UIPATH工作。我现在必须将UIPATH与SVN集成起来。我不知道该怎么做。请帮助我如何将UIPATH与SVN集成?

EN

回答 1

Stack Overflow用户

发布于 2017-07-18 12:33:51

你可以用两种方式来做。但是,对于这两种情况,您都应该在SVN服务器中创建一个存储库,并且您应该拥有回购URL所需的权限。

  1. 使用TortoiseSVN客户端:
代码语言:javascript
复制
- Download the client installer and install it in your machine. 
- Go to the folder where your source code is there, right click > SVN Checkout.
- Enter URL of repository and make sure of the Checkout directory. Click OK.
- A prompt to enter User Name and Password will be displayed. Enter valid details and click OK.
- The source code will be bonded to your repository.
- Now open UI Path studio and open the project that you added into repository.
- Open Projects Tab. You could see an indication that project is already connected to SVN. [Connected to Source](https://i.stack.imgur.com/TyNdj.png)

  1. 直接从UI Path Studio连接:
代码语言:javascript
复制
- Open UI Path studio and open the project that you want to connect to repository.
- Open Projects Tab. On the action bar, there will be an icon to connect to source control.[Connect To Source](https://i.stack.imgur.com/NdXXk.png)
- Click on the icon, Select SVN and click "Connect to Project".
- A prompt to enter Repository URL will be popped out. Enter repository URL and your credentials.
- On clicking OK, the project will be added to your repository and In projects tab, you could see an indication to show project is connected to SVN.

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/45164117

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档