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

Re: `svn diff FILEPATH' broken?

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2002-06-28 05:28:06 CEST

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

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.