On Wed, Apr 21, 2010 at 9:58 AM, Les Mikesell <lesmikes...@gmail.com> wrote: > On 4/21/2010 10:48 AM, Jeremy Conlin wrote: >> >> I have a working copy/respository with many files that are several >> hundred MB each. Whenever I try to check the status of my working >> copy or do a commit, it can take a long time (~1 min) before I get a >> response. I don't have any externals and the number of total files in >> my repository is ~100. Has anyone else experienced this or knows how >> to speed things up? I'm running svn 1.6.5 on Mac OSX 10.6.2. > > What client-server protocol are you using? This could be a problem with DNS > or the authentication method besides whatever svn has to do.
I am using svn+ssh. I have several other repositories located on the same server. These repositories are smaller in the number of MB and they also have no speed issues as I have with the "big" one. Jeremy