Quoth Célio Cidral Junior <mailto:ccidral.newsbox@gmail.com>:
> Let me know if I have understood correctly what is stated in
> the Subversion's home page:
>
> "- Costs are proportional to change size, not data size
>
> In general, the time required for a Subversion operation is
> proportional to the size of the changes resulting from that
> operation, not to the absolute size of the project in which
> the changes are taking place. This is a property of the Subversion
> repository model."
It's a little misleading though -- while that's true at the server end,
it's less true at the client end. If you've got lots of folders then it
takes quite a while to do carry out svn commits and svn statuses across
the entire thing. It's all client-side stuff though, it doesn't spend
much time talking on the network.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 27 22:28:09 2005