SharpSvn.SvnDiskFullException: Cant write to stream: There is not enough space on the disk.   

0
Hi Everyone I am getting this error when I tried updating the application from version control: SharpSvn.SvnDiskFullException: Can't write to stream: There is not enough space on the disk.     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.SvnClientAdapter.CheckOut(SvnUriTarget url, String path) in Mendix.Modeler.VersionControl\Svn\SvnClientAdapter.cs:line 62   at Mendix.Modeler.VersionControl.Windows.SvnConnector.Checkout(IRemoteRepository remoteRepository, IRevLine branchToCheckout, String targetProjectDirectory) in Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 69
asked
1 answers
0

This error tells you that you do not have enough disk space on your local machine to download the changes from the teamserver.

 

Regards,

Ronald

answered