On 5/4/2014 10:57 PM, Lloyd wrote:
Hi
We are using VisualSVN server version 2.1.4 (svn server version 1.6.13) When I try to checkout our project it throws an error message "svn: E175009: Missing update-report close tag". What could be the reason for this error message?

Can something could be corrupt in our server? If so is there any tool to verify and correct our repository?


Try "svnadmin verify /repository_dir/" on the server machine. If that reports a problem, describe it here and you might get information on how to repair it.

For example, I routinely run "svnadmin verify /var/www/html/svn/repo" on my server. This requires read privilege on all directories in the repository, of course, so I run it as root.

--
    David Chapman      dcchap...@acm.org
    Chapman Consulting -- San Jose, CA
    Software Development Done Right.
    www.chapman-consulting-sj.com

Reply via email to