Remove SVN location from project

Hi Team,

Does anyone know how to disconnect SVN from a project in UI path.

Thanks!

A couple different ways. One way is to navigate to the folder the UiPath project is in using file explorer, make sure the option to show hidden files is checked, then delete the hidden folder(s) named .svn

If you have TortoiseSVN, then this method probably works best: Unversion a working copy · TortoiseSVN
As the article is a bit wordy, it says to right click → TortoiseSVN → Export & choose to export over the existing filepath. This will turn it into an unversioned local copy.

With either of the above methods, you are simply removing the working copy. You’ll have to delete the files/folders from the SVN repository as well.

1 Like

Thanks much for your suggestion. It works fine.