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

Why is "svn log" a network operation

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-02-15 02:51:46 CET

It seems that svn log should ideally be a local operation and not
one that connects to the svn server, for several reasons (I just
tailed my Apache access log and svn log had hits show up there).

1) This would be needed for disconnected operation.
2) It's faster.
3) If you are working on revision X and you do svn log, then you
   get the log for X+N, which is not what you would expect.
4) Cvs does not need a network connection to do cvs log.

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:08 2006

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.