buzzterrier - I am the main developer of IvySvn. The problem you are
experiencing is in IvySvn, not Ivy. It's a "feature" that was added
recently where a publish first clears out the folder it is being
published to, so that any artifacts from a previous publish are removed,
in case the files between publish operations have changed. I am in a bit
of a rush right now but I will look into this properly on Monday and see
what I can come up with.
buzzterrier wrote:
Thx for the reply. I am using the Ivysvn library, and it is pretty simple:
<svn name="shared" userName="${svn.user.name}"
userPassword="${svn.user.password}" binaryDiff="false"
repositoryRoot="svn://subversion/ivy/">
<ivy pattern=
"[organisation]/[module]/[revision]/ivy-[revision].xml"/>
<artifact
pattern="[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
</svn>
http://buzzterrier.blogspot.com/ View my blog at:
http://buzzterrier.blogspot.com/
Gilles Scokart wrote:
How is your shared repository defined?
--
Gilles Scokart