I have a subversion server on Windows (CollabNet download 1.6.16 on Windows Server 2003), and it regulary starts using up 100% CPU for hours. Sadly, there is no logfile for svnserve.exe, nor a possibility to see what he is working on (AFAIK).
How do i found out
- what he is doing?
- what he was doing?
Regards, Daniel
There can be a log file. Add
--log-file <path>
to the point where svnserve.exe is launched. Also, running it with--foreground
temporarily can be useful in seeing what's happening as it happens.