> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: woensdag 16 juni 2010 16:06
> To: [email protected]
> Subject: svn commit: r955232 -
> /subversion/trunk/subversion/libsvn_wc/copy.c
>
> Author: stylesen
> Date: Wed Jun 16 14:05:30 2010
> New Revision: 955232
>
> URL: http://svn.apache.org/viewvc?rev=955232&view=rev
> Log:
> Remove entry retrieval.
>
> * subversion/libsvn_wc/copy.c
> (copy_dir_administratively): Read the copy from information from the
> source path and update the same in destination path since we need
> to populate copy from info for each path in the database
> irrespective of whether the copy from info is same between the
> copies.
The removal of the call to svn_wc__entry_modify() is more notable then the
removal of the entry retrieval. (Nice catch on finding that this could be
removed without consequences!)
Bert