You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Tobias Schäfer <to...@gmx.de> on 2006/01/14 09:51:15 UTC

[PATCH] Note in README of cmdline tests

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.

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

Tobias


Re: [PATCH] Note in README of cmdline tests

Posted by Malcolm Rowe <ma...@farside.org.uk>.
On Wed, Jan 18, 2006 at 11:02:07AM -0800, Daniel Rall wrote:
> 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.
> 

Committed (with tweaks) in r18182.  Thanks, Tobias!  (and thanks, Daniel,
for reminding me).

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Note in README of cmdline tests

Posted by Daniel Rall <dl...@collab.net>.
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
 -------------------