Page 1 of 1

Agent SVN Slowness

Posted: Thu Jun 26, 2014 3:14 am
by jussij
Depending on your SVN configuration, you might sometimes find that Agent SVN responds very slowly, whereas Tortoise SVN based client is blindly fast.

In situations like this, one possible work around is as follows.

(1) Move the Agent SVN Subversion client out of the way:

Code: Select all

ren "C:\Program Files (x86)\AgentSVN\Subversion"  "C:\Program Files (x86)\AgentSVN\Subversion.Old"
(2) Create a new Subversion bin folder:

Code: Select all

md "C:\Program Files (x86)\AgentSVN\Subversion\bin"
(3) Copy over the Tortoise SVN client files as a replacement:

Code: Select all

intl3_tsvn.dll
libaprutil_tsvn.dll
libapr_tsvn.dll
libsasl.dll
libsvn_tsvn.dll
svn.exe
Cheers Jussi

Re: Agent SVN Slowness

Posted: Thu Jan 22, 2015 12:23 pm
by jussij
The CollabNet Subversion client can be found here: http://www.collab.net/downloads/subversion

Another possible Subversion client option is the SlikSVN found here: https://sliksvn.com/download/

Cheers Jussi