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

Re: 1233 - Properties in the client unit tests

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-04-27 16:39:30 CEST

Matthew Hambley <matthew@aether.demon.co.uk> writes:

> So where have the properties gone? Well the walk-back at the end suggests
> that it's a problem in the repository. (Ignoring for the moment that the
> property was there previously) So I cd into working_copies/basic_tests-14
> and do a 'svn propget svn:mime-type new_file' which returns 'text/plain' as
> expected.

Let me give you a clue: look at the last argument to
svntest.actions.run_and_verify_update(). It's a boolean that
indicates whether props should be scanned from the working copy. It's
off by default, because most of the time we don't care about them, and
having it turned on drastically slows down our tests.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 27 16:41:07 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.