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

Re: CVS update: subversion/subversion/client/tests svn-test2.sh

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-12-21 14:35:46 CET

gstein@tigris.org writes:
> *giggle*
>
> boy. three times. maybe this will stop future commits to this file...
>
> *snicker*

Hee hee.

We're going to need to write a pre-commit-checker soon. :-)

Seriously: this is a good solution. Only Ben was running it manually
anyway.

> Revision Changes Path
> 1.10 +3 -1 subversion/subversion/client/tests/svn-test2.sh
>
> Index: svn-test2.sh
> ===================================================================
> RCS file: /cvs/subversion/subversion/client/tests/svn-test2.sh,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -u -r1.9 -r1.10
> --- svn-test2.sh 2000/12/21 04:55:42 1.9
> +++ svn-test2.sh 2000/12/21 08:31:15 1.10
> @@ -16,7 +16,9 @@
> exit $res
> fi
> # REMOVE ME; for easy debugging step-throughs:
> - # read foo
> + if test "`whoami 2> /dev/null`" = "sussman"; then
> + read foo
> + fi
> }
>
> # Remove the testing tree
>
>
>
Received on Sat Oct 21 14:36:17 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.