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

strange svn diff output

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2003-10-27 23:43:47 CET

Hi all,

Using the latest and greatest in subversion, I (often) run svn HEAD.
Trying to rewrite the code I submitted earlier for issue #897, I encountered
some weird 'svn diff' output:

In the diff below, an empty line is added and removed, so that the net
effect is that nothing happened.

(BTW: It's not the full diff; only the offending lines)

bye,

Erik.

PS: svn is running at revision 7541.

===================================================================
--- subversion/libsvn_subr/error.c (revision 7541)
+++ subversion/libsvn_subr/error.c (working copy)
@@ -223,12 +223,12 @@
 }
  
  
-static void
-handle_error (svn_error_t *err, FILE *stream, svn_boolean_t fatal,
- int depth, apr_status_t parent_apr_err)
+void
+svn_handle_error (svn_error_t *err, FILE *stream, svn_boolean_t fatal)
 {
   char errbuf[256];
   const char *err_string;
+ apr_status_t parent_apr_err;
  
   /* Pretty-print the error */
   /* Note: we can also log errors here someday. */
@@ -240,46 +240,44 @@
     fprintf (stream, "%s:%ld", err->file, err->line);
   else
     fputs (SVN_FILE_LINE_UNDEFINED, stream);
-
+
   fprintf (stream, ": (apr_err=%d)\n", err->apr_err);
 #endif /* SVN_DEBUG */

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService
Jetzt kostenlos anmelden unter http://www.gmx.net
+++ GMX - die erste Adresse für Mail, Message, More! +++
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 27 23:44:37 2003

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.