SVN Authentication
From: S I <xiamak_at_hotmail.com>
Date: 2005-09-14 21:19:49 CEST
Hi
I downloaded JavaSvn from (org.tmatesoft.svn.core) tmasoft.org and created
<target name="svncommit" description="Commit and Tag svn" >
<property name="repository.URL" value="http://ip-addr/svn/project1"/>
<echo message="BASEDIR: ${basedir}" />
<java classname="org.tmatesoft.svn.cli.SVN"
</java>
<echo message="${line.separator}" />
<java classname="org.tmatesoft.svn.cli.SVN"
</java>
</target>
------------------------------------------
svncommit:
[echo] BASEDIR: C:\AntHill\work\interact\trunk
[java] svn: Authentication required for '<http://ip-addr:80> Subversion
[echo] Tagging svn ...
[java] svn: Authentication required for '<http://ip-addr:80> Subversion
BUILD SUCCESSFUL
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.