Best approach to uploading an artifact to svn

for legacy reasons, we need to upload an artifact to SVN as well as Artifactory. Any advice on approaches? Just use ant svn task? Or is there another approach?

thanks

Have you tried IvySvn - http://code.google.com/p/ivysvn/

If IvySvn is a no go, I’d recommend using the svn ant tasks.

There is a Java impl of svn out there but it would likely be more hassle than it’s worth. From memory, the svn ant tasks are pretty good.