On Thu, Jun 27, 2002 at 08:55:07PM -0500, cmpilato@collab.net wrote:
> Anybody else seeing this? For crying out loud, do we not have tests
> for this stuff?!
>
> --
>
> ~/projects/subversion % svn diff build.conf
>
> subversion/libsvn_wc/adm_files.c:555
> apr_error: #20, src_err 0 : <Not a directory>
> build.conf/.svn/entries
>
Not me:
kevin@pilchie:~/projects/svn.source [1428]$ svn diff build.conf
Index: ./build.conf
===================================================================
--- ./build.conf
+++ ./build.conf Thu Jun 27 23:05:34 2002
@@ -138,6 +138,14 @@
libs = libsvn_subr $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS)
custom = ra-module
+# Accessing repositories via stdin/stdout
+[libsvn_ra_pipe]
+type = lib
+path = subversion/libsvn_ra_pipe
+install = base-lib
+libs = libsvn_delta libsvn_subr $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS)
+custom = ra-module
+
# Accessing repositories via direct libsvn_fs
[libsvn_ra_local]
type = lib
kevin@pilchie:~/projects/svn.source [1429]$
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson http://www.pilch-bisson.net
"Historically speaking, the presences of wheels in Unix
has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- application/pgp-signature attachment: stored
Received on Fri Jun 28 05:30:37 2002