本文转自:https://docs.uipath.com/studio/docs/svn-version-control
Main.xaml
file from the repository:
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.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.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.
project.json
file returns to read-only mode in Studio.原文:https://www.cnblogs.com/freeliver54/p/11293646.html