How can I speed up Subversion checkins? (Using ANKH, latest, Visual Studio 2010)

Posted by Timothy Khouri on Stack Overflow See other posts from Stack Overflow or by Timothy Khouri
Published on 2010-05-06T23:12:18Z Indexed on 2010/05/06 23:18 UTC
Read the original article Hit count: 282

Filed under:
|
|

I've started working on a new web project with some friends... we are using the latest Subversion server (installed last week), the latest version of ANKH.

My web project is a whapping 1.5 megabytes (that's with all images, css files, dll's after compiling, pdb files... etc).

Checking in even super small changes (literally adding the letter "x" to a few files for testing)... takes FOREVER! (about 10 seconds - I almost killed myself).

The ANKH client is measuring in BYTES PER SECOND ... BYTES? per second... I must be doing something wrong. Does anyone what config file has a joke totallyMessWithPeople=true so that I can turn that off or something?

Oh, also, changing one "big" file of a super 10k gains speed up to nearly the speed of light (which is apparently 857 bytes per second).

Help me obi wan kenobi, your my only hope!

EDIT: As a note... my real work project that uses Visual Source Safe 2005 (I know, ouch) uploads files at about 200-500kbps from this very same computer/internet connection.

© Stack Overflow or respective owner

Related posts about subversion

Related posts about ankhsvn

  • AnkhSVN versus VisualSVN

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN? AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. So right there unless I'm missing some great feature of VisualSVN I don't see any reason to switch. >>> More

  • AnkhSVN Commits Are Very Slow

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Recently, I had to move my SVN repositories to a different server, but I am experiencing some performance problems since the move. I am using Visual Studio 2005, AnkhSVN 2.1.7819.411 and TortoiseSVN 1.6.6 on my workstation and VisualSVN Server on the server which runs Windows Server 2008. Whenever… >>> More

  • AnkhSVN: moving a project to another repo

    as seen on Stack Overflow - Search for 'Stack Overflow'
    My task is to move this VS solution and projects to another SVN server. I'm working with Visual Studio 2010 RC1 and AnkhSVN 2.1.7819.... Currently the files are all bound to a repo at C:\Repositories\foo. I'd like to move it to http://someSite/svn/foo I'm presented with this error message: … >>> More

  • Create new ASP.NET Website using Subversion and AnkhSVN

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Hello! Im trying to create a new ASP.NET website and add it to my subversion repository but it does not work because subversion only add the C:\Users\XXX\Documents\Visual Studio 2008\Projects\WebApplication1 folder and ignores the project files located in C:\Users\XXX\Documents\Visual Studio 2008\WebSites… >>> More

  • AnkhSVN

    as seen on C# Source - Search for 'C# Source'
    AnkhSVN is a Visual Studio .NET addin for the Subversion version control system. It allows you to perform the most common version control operations directly from inside the VS.NET IDE. Not all the functionality provided by SVN is (yet) supported, but the majority of operations that support the daily… >>> More