Author: dannas
Date: Wed Sep 8 19:29:11 2010
New Revision: 995215
URL: http://svn.apache.org/viewvc?rev=995215&view=rev
Log:
* subversion/libsvn_client/patch.c
(apply_one_patch): Remove a question with an associated answer from
the code.
Modified:
subversion/trunk/subversion/libsvn_client/patch.c
Modified: subversion/trunk/subversion/libsvn_client/patch.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/patch.c?rev=995215&r1=995214&r2=995215&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/patch.c (original)
+++ subversion/trunk/subversion/libsvn_client/patch.c Wed Sep 8 19:29:11 2010
@@ -1838,15 +1838,7 @@ apply_one_patch(patch_target_t **patch_t
{
/* We could not copy the entire target property to the
* temporary file, and would truncate the target if we
- * copied the temporary file on top of it. Skip this target.
- *
- * ### dannas: Do we really want to skip an entire target
- * ### if one of the properties does not apply cleanly,
- * ### e.g. both text changes and all prop changes will not be
- * ### installed.
- * ### stsp: This is a "should never happen" situation.
- * ### It means we've run out of disk space or something
- * ### like that, so skipping is appropriate. */
+ * copied the temporary file on top of it. Skip this target.
*/
target->skipped = TRUE;
}
}