> I tried in the same server where svn is hosted but there also it is > taking too much of time I e it is taking 110 mins to checkout the > 2200 Mbytes of data(in Windows it took 143 mins).
How many files are in the working copy? For example, millions of small files can take a significant amount of time to process. Is the server I/O limited in some way? Does it have connection throttling enabled? What protocol is being used? (http://, https:// svn://, svn+ssh://) Kevin R.