I’m running the following scheme: Ant makes java code builds and using soscmd API/utility it retrieves sources from a SourceSafe system. I know they’re tightly integrated. Version of Ant I’m using is 1.6. So there’s no support for Subversion for that version. My subversion server’s running on a remote machine as a service and I want Ant to be able to retrieve sources using Subversion. How would I do that?
I’m running the following scheme: Ant makes java code builds and using soscmd API/utility
Share
Use the SvnAnt task provided here – http://subclipse.tigris.org/svnant.html