linux - SVN Warning W155010 -


when checking out repository svn co following error after checkout:

svn: warning: w155010: node '/path/to/dir' not found.  svn: e200009: not display info targets because targets don't exist 

however, directory exists, , files checked out accurately, how can fix that? server-side problem?

just had similar case. please make sure don't have /path/to/dir symbolic link in repo.

ls -l /path/to/

lrwxrwxrwx 1 foo bar 13 sep 30 13:19 dir -> ../../other_dir

in above case should perform svn operations on real path.