Agent SVN Slowness

Get help with the installation and running of the Agent Git or Agent SVN plug-ins. This section can also be used for posting comments, suggestions or submitting feature requests. Please do not post bug reports here. When in doubt post your question here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Agent SVN Slowness

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: Agent SVN Slowness

Post 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
Post Reply