Spoke too soon (email written at same time as svn ci running). Getting:

svn: Commit failed (details follow):
svn: OPTIONS request failed on
'/repos/asf/jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/find'
svn: 
Could not open the requested SVN filesystem

which sounds bad.

Hen


On Thu, 17 Mar 2005 08:24:03 -0500, Henri Yandell <[EMAIL PROTECTED]> wrote:
> Applied, thanks.
> 
> Hen
> 
> 
> On Thu, 17 Mar 2005 13:26:28 +0100, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> > because FileFinder now finds the .svn directory.
> >
> > The patch is trivial ...
> >
> > Cheers
> >
> >         Stefan
> >
> > Index: src/test/org/apache/commons/io/find/FileFinderTest.java
> > ===================================================================
> > --- src/test/org/apache/commons/io/find/FileFinderTest.java     (revision 
> > 156521)
> > +++ src/test/org/apache/commons/io/find/FileFinderTest.java     (working 
> > copy)
> > @@ -39,7 +39,7 @@
> >      public void setUp() {
> >          finder = new FileFinder();
> >          options = new HashMap();
> > -        options.put(Finder.NOT+Finder.PATH, "*CVS*");
> > +        options.put(Finder.NOT+Finder.PATH, "*.svn*");
> >          // uncomment for debugging
> >  //        finder.addFindListener( new DebugListener() );
> >      }
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to