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

Re: SVNSERVE Tests Failing

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-02-01 22:44:37 CET

I think the committer assumed that all editor providers were using the
default editor, which isn't the case.

However, I have a much bigger problem to bring up. apply_text cannot be
efficiently marshalled over the network as an editor operation. The
sender looks at the input streams and constructs a diff, sends diff
windows over the network, and the receiver is stuck; it can't make
another apply_text call with just the diffs. That means
libsvn_ra_svn/editor.c would have to be broken out into N different
editor implementations, each of which knows how to handle diffs.

So, -1 on apply_text. The editor interface shouldn't work that way.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 1 23:35:05 2003

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.