git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Feature request: git-svn dcommit should send deltas upstream
@ 2008-08-26 10:54 Florian Weimer
  2008-08-29  8:23 ` Eric Wong
  0 siblings, 1 reply; 8+ messages in thread
From: Florian Weimer @ 2008-08-26 10:54 UTC (permalink / raw)
  To: git

Looking at my network traffic and the Perl code, it seems to me that
git-svn fails to create a diff (delta) before sending data to the
server.  As a result, a few changes in a multi-megabyte file lead to a
large upload (similar to the situation with CVS).  git-svn should be
able to compute this diff in all cases because it has got an up-to-date
copy of the current revision in the Subversion repository.

As far as I can tell, this can't be fixed with a one-liner; some handles
need to be passed down to the code that actually handles the upload.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-09-01  8:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 10:54 Feature request: git-svn dcommit should send deltas upstream Florian Weimer
2008-08-29  8:23 ` Eric Wong
2008-08-29 10:17   ` Florian Weimer
2008-08-31 16:14     ` Florian Weimer
2008-08-31 17:03       ` Junio C Hamano
2008-08-31 17:13         ` Florian Weimer
2008-09-01  3:41       ` Eric Wong
2008-09-01  8:09         ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).