Hi,
When I open uipath studio, the studio log file gets created. And since I have configured my uipath with svn, what ever project i create i get a error like this ,
[WARNING] [UiPath.Workflow.Logging.StudioTraceListener] [7] SharpSvn.SvnInvalidNodeKindException: 'C:\Users*\Documents\UiPath\new_svn’ is not a working copy
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svn_error_t error, Object targets)
at SharpSvn.SvnClient.Status(String path, SvnStatusArgs args, EventHandler1 statusHandler) at SharpSvn.SvnClient.GetStatus(String path, SvnStatusArgs args, Collection
1& statuses)
at UiPath.Project.SourceControl.SVNSourceControl.<>c__DisplayClass53_1.b__0()
at UiPath.Project.SourceControl.SVNSourceControl.SVNClientAction(Func`1 action)
at UiPath.Project.SourceControl.SVNSourceControl.GetSvnStatus(String path) "
And if i try to delete that project, there is no change in the logs. Just want to know why uipath is creating logs like these and finding the path of my project with svn and displaying the project “is not a working directory”. And would also like to know if the studio log file can be deleted ?
Thanks in advance