[PATCH] progress output in svn up
From: Gerald Richter <richter_at_ecos.de>
Date: 2003-04-17 06:38:59 CEST
Hi,
I have made a little patch that outputs some progress informations during
The patch directly writes to stdout which is of course not correct, but
I have talked to Ben at the APacheCon and he ask me to send the patch. I did
The patch is against 0.21.0
Gerald
--- subversion/libsvn_ra_dav/fetch.c.orig Wed Apr 16 21:28:45 2003
+static void fetch_file_progress(void *userdata, off_t progress, off_t
frc.pool = pool;
+ ne_set_progress (sess, fetch_file_progress, NULL) ;
/* close the handler, since the file reading completed successfully. */
return SVN_NO_ERROR;
---------------------------------------------------------------------
|
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.