The problem with sync and .svn is that you have to enable includeEmptyDirs
<sync todir="${basedir}/publish" overwrite="true" includeEmptyDirs="true">
<fileset dir="${build.web.dir}">
</fileset>
<preserveintarget>
<include name="**/.svn/**" />
</preserveintarget>
</sync>
--
View this message in context:
http://ant.1045680.n5.nabble.com/DO-NOT-REPLY-Bug-43159-New-sync-s-preserveintarget-parameter-doesn-t-work-correctly-tp1371117p4431354.html
Sent from the Ant - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]