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

Re: Case study: Mono switches to Subversion

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-11-18 18:53:18 CET

Vincent Lefevre wrote:
> This is not the only problem. One may want to run "svn log" in
> a subdirectory or on a file. Remotely, "svn log" takes time to
> initiatiate the ssh connection. And even locally, "svn log" is
> quite slow. A cache would be very useful IMHO.
>

This (and a local blame) is currently implemented by svk, wherein a local mirror
of the remote repository is employed for both those functionalities. I'm not
saying that it wouldn't be nicer if the base svn server could do more of this
work, merely that there is more than one way to approach this problem.

Subversion is good at semi-disconnected operations (i.e. you can always do a
diff to see the WC changes). It is not intended to be used as a fully
disconnected system, but svk is...

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 18 18:53:21 2004

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

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