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

Re: [PATCH] Note in README of cmdline tests

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-01-18 20:02:07 CET

On Sat, 14 Jan 2006, Tobias Schäfer wrote:

> Hi all,
>
> thanks to this the tip from Malcolm Rowe
> (http://svn.haxx.se/dev/archive-2006-01/0367.shtml) I propose the following
> patch to prevent others encountering the same problems when building
> subversion outside of the source directory.

I can't verify as I don't build outside my source directory, but
something along the lines of this patch seems like it should be
applied.

> [[[
> * subversion/tests/cmdline/README: Added note when running tests with
> srcdir!=builddir
> ]]]

Index: subversion/tests/cmdline/README
===================================================================
--- subversion/tests/cmdline/README (revision 18102)
+++ subversion/tests/cmdline/README (working copy)
@@ -36,6 +36,11 @@

    $ ./basic_tests.py list

+Note: if you are not building subversion in the source directory but
+in a parallel directory (cf. INSTALL) you have to change into the
+build directory and call the tests from there:
+$ cd obj/subversion/tests/cmdline
+$ ../../../../svn/subversion/tests/cmdline/basic_tests.py

 Running over ra_dav
 -------------------

  • application/pgp-signature attachment: stored
Received on Wed Jan 18 22:45:08 2006

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.