RE: subversion information

2006-11-13 Thread Anderson, Rob (Global Trade)
I don't mean to sound like a jerk, but a simple google search for "subversion ant tasks" returned the following... http://ant.apache.org/antlibs/svn/index.html And http://subclipse.tigris.org/svnant.html -Rob Anderson > -Original Message- > From: Jim Reynolds [mailto:[EMAIL PROTECTED] >

Re: subversion information

2006-11-13 Thread Peter Reilly
There are a number of svn ant libs, two of which are: http://ant.apache.org/antlibs/svn/index.html a thin wrapper around the svn command line client. no release yet - code avail at: http://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/ the manual is in the source code. http://subclipse

Re: subversion information

2006-11-13 Thread Scot P. Floess
Sorry, I just found it: http://subclipse.tigris.org/svnant/svn.html Scot P. Floess wrote: Have you gone out to subversion.tigris.org and looked over the ant documentation there? Its pretty straightforward... I can't find the link at this moment...but I recall seeing the documentation there..

Re: subversion information

2006-11-13 Thread Scot P. Floess
Have you gone out to subversion.tigris.org and looked over the ant documentation there? Its pretty straightforward... I can't find the link at this moment...but I recall seeing the documentation there... Jim Reynolds wrote: Hello, In the past I used cvs repository and used ant with cvs task