I've gone through every setting in TSVN. Nothing really matches compression. Then I've searched "compression" through the whole HELP file. Still nothing, no mention.
Is data compression a rumour/myth? Or am I missing something?
TIA
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2616417
To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].
I've heard that the earth is only 6000 years old. It pays to check
your sources (and when posting here, cite them).
> I've gone through every setting in TSVN. Nothing really matches compression. Then I've searched "compression" through the whole HELP file. Still nothing, no mention.
>
> Is data compression a rumour/myth? Or am I missing something?
Why do you believe it's not already done?
Any compression is server-dependent. If the server doesn't support it,
there's no sense in a client doing anything.
Anything sent over the wire is already optimized, for example only
sending diffs instead of whole files.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2616471
You're missing the fact that TortoiseSVN is a client which uses the
Subversion libraries. Communication between server and client is done
using the library, as is all handling of the working copy. TortoiseSVN
only provides an option when Subversion offers one. Why would anyone
want to turn over-the-wire compression off?
If you want to ask questions about the internals of Subversion you
need to ask on the subversion users list instead.
Simon
--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2616748
I can't find back the original pages I had seen, but after a little search on Google, I got this one as an example:
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2616857
So TSVN already supports compression through SVN libraries support. Is that what you mean?
And all I need is to make sure the SVN server, which is Visual SVN server in my case, is sending compressed data, right?
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2616868
But Subversion isn't even mentioned on that page - the link is
irrelevant to the topic at hand.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2616885
I'm pretty sure compression is used. And as I said, if you want to
know how subversion client and server communicate under the hood then
ask on the subversion users list, not this one.
Simon
--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2616900
Do a search on the keyword "svn", if you can't spot it in the page
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2619229
Just for the record:
I have asked in Apache Subversion mailing-list as well as to VisualSVN's contact about this question. Both confirmed to me that delta protocol already has compression in it.
I think this pretty much is enough to close this discussion.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2619814