Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ivy Wiki" for change notification.
The following page has been changed by JamieBurns: http://wiki.apache.org/ivy/SvnResolver ------------------------------------------------------------------------------ Ivy released a resolver which resolves artifacts against a Subversion repository. The Ivy people call this ivy+svn. Ivy release ivy+svn v0.4 in 2005. There doesnt appear to have been much activity since. - The ivy+svn home page is at http://www.ivytools.org/ivy+svn.html. Its a single page that tells the user how to use ivy+svn. Below is what l had to do to get ivy+svn working. + The ivy+svn home page is at http://www.ivytools.org/ivy+svn.html. Its a single page that tells the user how to use ivy+svn. Below is the pre-work l had to do to get ivy+svn working. + + === Pre-work === ==== Download ivy+svn 0.4 ==== @@ -49, +51 @@ * `svnjavahl-1.1.4.jar` 1. Copy the following file from `ivy-1.3.1-bin.zip` to `ANT_HOME/lib` * `ivy-1.3.1.jar` - 1. Copy the following file from `` to `ANT_HOME/lib` + 1. Copy the following file from where you ran `InstallCert` to `ANT_HOME/lib` * `jssecaserts` 1. Add the following to the `ANT_OPTS` environment variable * `-Dosgi.os=win32` @@ -57, +59 @@ * `-Djavax.net.ssl.trustStore=C:\java\apache-ant-1.6.5\lib\jssecacerts` * this is required for SSL + ==== Post work ==== + + This is the end of the pre-work. You should now be able to create an ivy conf file as per the ivy+svn instructions. + + Some issues we are still working through + + * authentication +
