我目前在RPA工具UIPATH工作。我现在必须将UIPATH与SVN集成起来。我不知道该怎么做。请帮助我如何将UIPATH与SVN集成?
发布于 2017-07-18 12:33:51
你可以用两种方式来做。但是,对于这两种情况,您都应该在SVN服务器中创建一个存储库,并且您应该拥有回购URL所需的权限。
- 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)
- 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.
https://stackoverflow.com/questions/45164117
复制相似问题