Getting this error SharpSvn.SvnSystemException: Cant create directory

0
Hi All, I’m doing the rapid developer course and while im trying to open the Learning App in Studio pro, getting the below error. Please help and Thank you in advance. SharpSvn.SvnSystemException: Can't create directory 'C:\Users\Hemanth\Documents\Mendix\LearnNow Training Management-main_2\.svn': The system cannot find the file specified.      at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result)    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path)    at Mendix.Modeler.VersionControl.Windows.SvnConnector.Checkout(IRemoteRepository remoteRepository, IRevLine branchToCheckout, String targetProjectDirectory) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 69
asked
2 answers
1

Hi Hermanth,

The directory you mention, is for the version control . See https://docs.mendix.com/refguide/version-control/

The directory is hidden and in the Windows File explorer it can be made visible. 

Go to your Documents\Mendix directory select Documents\Mendix\LearnNow Training Management-main_2 and press <Alt> + <Enter>. And view if there are restrictions in the folder rights. My rights are:

 

If your project is OK on the Team Server, you could choose to delete the Documents\Mendix\LearnNow Training Management-main_2 directory and choose Öpen in Studio Pro. Also, consider deleting the other folders Documents\Mendix\LearnNow Training Management-main_1 and Documents\Mendix\LearnNow Training Management-main if they are not there for a reason.

I think the above will work. Let us know in a comment.

answered
0

SharpSvn.SvnSystemException: Can't make directory 'C:\Users\dp169\Documents\Mendix\Training APP DAPP-main': El sistema no puede encontrar el archivo especificado.  
   en SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)
   en SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result)
   en SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path)
   en Mendix.Modeler.VersionControl.Windows.SvnConnector.Checkout(IRemoteRepository remoteRepository, IRevLine branchToCheckout, String targetProjectDirectory) en C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:línea 69SharpSvn.SvnSystemException: Can't make directory 'C:\Users\dp169\Documents\Mendix\Training APP DAPP-main': El sistema no puede encontrar el archivo especificado.  
   en SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)
   en SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result)
   en SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path)
   en Mendix.Modeler.VersionControl.Windows.SvnConnector.Checkout(IRemoteRepository remoteRepository, IRevLine branchToCheckout, String targetProjectDirectory) en C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:línea 69

answered