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

Re: Error for "svn up" when delta > 102400

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-03-25 17:50:53 CET

Ben Collins-Sussman <sussman@collab.net> writes:

> Ben Collins <bcollins@debian.org> writes:
>
> > ('large-file', 'A'*103000, {}, {})
>
> Oh... that was easy! I forgot how cool python is. :-)
>
>
> > diff_tests.py 5: multiple revisions diff'd forwards and backwards
> >
> > diff_tests.py 9 : pure repository diff update a file
> >
> > diff_tests.py 10 : diff when property was changed but text was not
>
> Interesting... the only tests failing are diff_tests. That's good
> news... it means our other tests are sufficiently abstracted. ("After
> updating or committing, I expect the greek tree plus these changes."
> It's nice that the exact meaning of 'greek tree' can change.)
>
> Truthfully, I'm not familiar with the diff_tests. Philip wrote a
> whole internal API for them, so they don't look like our other tests.
> I'm sure Philip can diagnose the problem.

No, I can't.

$ svn diff ~/sw/subversion/svn/subversion/tests/clients/cmdline/svntest/main.py
Index: ~/sw/subversion/svn/subversion/tests/clients/cmdline/svntest/main.py
===================================================================
--- /home/pm/sw/subversion/svn/subversion/tests/clients/cmdline/svntest/main.py
+++ /home/pm/sw/subversion/svn/subversion/tests/clients/cmdline/svntest/main.pyMon Mar 25 16:41:34 2002
@@ -122,6 +122,7 @@
                ('A/D/H', None, {}, {}),
                ('A/D/H/chi', "This is the file 'chi'.", {}, {}),
                ('A/D/H/psi', "This is the file 'psi'.", {}, {}),
+ ('large-file', 'A'*103000, {}, {}),
                ('A/D/H/omega', "This is the file 'omega'.", {}, {}) )

$ python ~/sw/subversion/svn/subversion/tests/clients/cmdline/diff_tests.py 5
PASS: /home/pm/sw/subversion/svn/subversion/tests/clients/cmdline/diff_tests.py 5 : multiple revisions diff'd forwards and backwards

$ python ~/sw/subversion/svn/subversion/tests/clients/cmdline/diff_tests.py 9
PASS: /home/pm/sw/subversion/svn/subversion/tests/clients/cmdline/diff_tests.py 9 : pure repository diff update a file

$ python ~/sw/subversion/svn/subversion/tests/clients/cmdline/diff_tests.py 10
PASS: /home/pm/sw/subversion/svn/subversion/tests/clients/cmdline/diff_tests.py 10 : diff when property was changed but text was not

$ ls -l working_copies/diff_tests-9/large-file
-rw-r--r-- 1 pm pm 103000 Mar 25 16:46 working_copies/diff_tests-9/large-file

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 25 17:51:41 2002

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.