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

Re: SOLVED Re: When I am testing over http, following test fails: switch_tests.py 8: switch --relocate with deleted and missing entries

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-10-02 00:31:38 CEST

Jani Averbach <jaa@cc.jyu.fi> writes:

> Httpd should be running on port 80. You may also need to ensure
> that it's running as you, so it has read/write access to the
> repositories that are probably living in your Subversion working
> copy.

In this case it's the opposite problem, the regression test user is
attempting to chmod a file owned by httpd prior to deleting it. Since
the directory is owned by the regression test user the delete would
probably work without the chmod. It's possible that safe_rmtree in
subversion/tests/clients/cmdline/svntest/main.py could be a bit safer,
although I doubt two user testing could ever be robust.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 2 00:32:24 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.