* subversion/libsvn_wc/wc_db.c (insert_working_node): Don't set pristine properties on local additions. (svn_wc__db_op_copy_dir): Move is_moved argument last. Don't set changed* and properties on local additions. (svn_wc__db_op_copy_file): Don't set changed* and properties on local additions. (svn_wc__db_op_copy_symlink): Calulate moved_to like the other operations. Don't set changed* and properties on local additions.
* subversion/tests/cmdline/copy_tests.py (repos_to_wc): Fix test expectation.