[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-03-25 16:38:59 CET

Ben Collins <bcollins@debian.org> writes:

> One question, if I add a node to the greek_tree in the test suite, where
> besides the decleration in main.py does it need to be added to avoid
> erroneous failures (or is that it?)?

main.py defines a standard greek_tree, as you saw. This structure is
immutable. Each test calls main.copy_greek_tree() to get a mutable
copy.

If you want to add a file to the tree, don't modify the standard
tree that affects all tests; instead, do it in your particular test.
A good example is update_tests.py #1. It adds a binary file to the
tree for experimentation by running 'svn add', then 'svn ci'. Then it
updates a second working copy to receive the file. Does that work for
you?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 25 16:40:10 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.