Subversion error, but I don't know what it means

Posted by DaveDev on Stack Overflow See other posts from Stack Overflow or by DaveDev
Published on 2010-06-02T10:40:07Z Indexed on 2010/06/02 10:44 UTC
Read the original article Hit count: 301

Filed under:
|

I'm trying to do an Update on my solution but I'm getting the following subversion error:

SharpSvn.SvnFileSystemException: Working copy path 'Path_to_image/logo LoRes.jpg' does not exist in repository

but I can see that the image is in the repository.

The stack trace is as follows:

   at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error)
   at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svn_error_t* error)
   at SharpSvn.SvnClient.Update(ICollection`1 paths, SvnUpdateArgs args, SvnUpdateResult& result)
   at SharpSvn.SvnClient.Update(String path, SvnUpdateArgs args, SvnUpdateResult& result)
   at Ankh.Commands.SolutionUpdateCommand.UpdateRunner.Work(Object sender, ProgressWorkerArgs e)
   at Ankh.ProgressRunnerService.ProgressRunner.Run(Object arg)

Is there something else that could be wrong?

© Stack Overflow or respective owner

Related posts about svn

Related posts about subversion