SvnWorkingCopyException

0
Hi,   Can anyone please help me with the resolution for below error:   SharpSvn.SvnWorkingCopyException: Can't add 'H:\Mendix Projects\CDDB\javasource\databasereplication\actions\GenerateJdbcUrl.java' to a parent directory scheduled for deletion   at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)   at SharpSvn.SvnClient.Add(String path, SvnAddArgs args)   at Mendix.Modeler.VersionControl.Windows.SvnConnector.<>c__DisplayClass25_0.<Add>b__0(ISvnClient c) in Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 300   at Mendix.Modeler.VersionControl.Windows.SvnConnector.LocalClientDo(Action`1 action) in Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 333   at Mendix.Modeler.VersionControl.Operations.Svn.SvnDoFileManagementOperation.HandleStatus(DoFileManagementRequest request, Change change, IEnumerable`1 changes) in Mendix.Modeler.VersionControl\Operations\Svn\SvnDoFileManagementOperation.cs:line 127   at Mendix.Modeler.VersionControl.Operations.Svn.SvnDoFileManagementOperation.Execute(DoFileManagementRequest request) in Mendix.Modeler.VersionControl\Operations\Svn\SvnDoFileManagementOperation.cs:line 55
asked
1 answers
0

Do you get this message with de Mendix Modeler Pro or the SDK?

 

Do you want to commit any changes? Otherwise, download the project again. In case you have only changed some pages or microflows, you can export them to a file and import them in the newly downloaded project.

answered