[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

"svn up" slow when specifying several files

From: Per Winkvist <per.winkvist_at_uk.com>
Date: 2004-08-11 14:07:40 CEST

Hi,

I have 10 files (file1.txt -> file10.txt) just containing the name of
the file.

13:48:10,15
svn st -vu
               46 46 per.winkvist .
               46 46 per.winkvist file2.txt
               46 46 per.winkvist file3.txt
               46 46 per.winkvist file4.txt
               46 46 per.winkvist file5.txt
               47 47 per.winkvist file6.txt
               46 46 per.winkvist file7.txt
               46 46 per.winkvist file8.txt
               46 46 per.winkvist file9.txt
               46 46 per.winkvist file1.txt
13:48:11,09

The status query takes just a second.
Now when doing an update of 5 of the files:

13:48:23,15
svn up file1.txt file2.txt file3.txt file4.txt file5.txt
At revision 47.
At revision 47.
At revision 47.
At revision 47.
At revision 47.
13:48:28,95

Here it takes a second for each file I want to update. Doing a "svn up"
afterwards just takes a second for all files. Doing a update for the
five files above again takes another five seconds despite having the
latest revision around.

Hmmm... Could svn up be made smarter in this case or am I missing
something?

(svn 1.1-rc1, win32, bdb, ra_local)

Thanks,
   Per

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 11 15:36:47 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.