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

RE: [PATCH] issue #532 read-only admin area

From: Sander Striker <striker_at_apache.org>
Date: 2002-01-28 01:50:57 CET

Minor comment, prior code, but nice to take care of while you're in
there.

Sander

> Index: ../svn/subversion/libsvn_wc/adm_files.c
> ===================================================================
> --- ../svn/subversion/libsvn_wc/adm_files.c
> +++ ../svn/subversion/libsvn_wc/adm_files.c Sun Jan 27 22:18:53 2002
> @@ -290,7 +290,7 @@
> }
> else /* SRC exists, so copy it to DST. */
> {
> - err = svn_io_copy_file (src->data, dst->data, pool);
> + err = svn_io_copy_file (src->data, dst->data, FALSE, pool);
> if (err)
> return err;

Another one for SVN_ERR()

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:00 2006

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.