Author: philip
Date: Fri Jun 4 15:03:33 2010
New Revision: 951433
URL: http://svn.apache.org/viewvc?rev=951433&view=rev
Log:
* subversion/libsvn_wc/copy.c (copy_versioned_file): Tweak comment.
Modified:
subversion/trunk/subversion/libsvn_wc/copy.c
Modified: subversion/trunk/subversion/libsvn_wc/copy.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/copy.c?rev=951433&r1=951432&r2=951433&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/copy.c (original)
+++ subversion/trunk/subversion/libsvn_wc/copy.c Fri Jun 4 15:03:33 2010
@@ -805,7 +805,10 @@ copy_to_tmpdir(const char **dst_abspath,
/* A replacement for both copy_file_administratively and
copy_added_file_administratively. Not yet fully working. Relies
on in-db-props. SRC_ABSPATH is a versioned file but the filesystem
- node might not be a file. */
+ node might not be a file.
+
+ This also works for versioned symlinks that are stored in the db as
+ svn_wc__db_kind_file with svn:special set. */
static svn_error_t *
copy_versioned_file(svn_wc_context_t *wc_ctx,
const char *src_abspath,