On Sun, Dec 23, 2012 at 11:50 PM, Gautier DI FOLCO <gautier.difo...@gmail.com> wrote: > Hi all, > > I have a quite annoying problem, I use svn 1.6.15 with mod_dav on Apache > HTTPd 2.2.8 on the server side and sevral clients. When I try to checkout > on the same computer, it works, but on an other machine I have the > following message: > svn: E160013: '/svn/repo/!svn/vcc/default' path not found > > Have you got an idea of the problem?
Maybe a proxy interfering with the client/server communication? Some proxies do not handle the WebDAV communication (which subversion uses) too well. If there is indeed a proxy between client and server, try to rule it out by using the appropriate settings in the "servers" file in your svn runtime configuration directory (~/.subversion). -- Johan