Author: rhuijben
Date: Sun Dec 15 11:22:32 2013
New Revision: 1551015
URL: http://svn.apache.org/r1551015
Log:
* subversion/libsvn_wc/update_editor.c
(open_file): Remove obsolete comment. open_file() should never be called for
a replacement.
Modified:
subversion/trunk/subversion/libsvn_wc/update_editor.c
Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=1551015&r1=1551014&r2=1551015&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Sun Dec 15 11:22:32
2013
@@ -3512,7 +3512,6 @@ open_file(const char *path,
/* Sanity check. */
- /* If replacing, make sure the .svn entry already exists. */
SVN_ERR(svn_wc__db_read_info(&status, &wc_kind, &fb->old_revision,
&fb->old_repos_relpath, NULL, NULL,
&fb->changed_rev, &fb->changed_date,