Eric S. Raymond wrote on Wed, Dec 21, 2011 at 11:53:38 -0500: > 2. Does a copy operation carry with it properties? In particular, > if I do a replace on a file without the svn:executable property > from a copy source with the svn:executable property, what happens?
Try it and see? (Short answer: properties are an attribute of a node (like its fulltext) and replace is a node-based operation. For example, one can't have properties set on a path that does not exist.)