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

Re: svn commit: r17861 - trunk/subversion/libsvn_wc

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-12-20 01:20:47 CET

On 12/19/05, dionisos@tigris.org <dionisos@tigris.org> wrote:

> + if (remove_read_only)
> + {
> + /* No need to make a new file read_write: new files already are. */
> + if (same)
> + SVN_ERR (svn_io_set_file_read_write_carefully (filepath, TRUE,
> + FALSE, pool));
> + *overwrote_working = TRUE; /* entry needs wc-file's timestamp */
> + }

Indenting is a little off on that if (same) part there.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 20 01:51:10 2005

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.