RE: subversion information

2006-11-13 Thread Anderson, Rob (Global Trade)
ilto:[EMAIL PROTECTED] > Sent: Monday, November 13, 2006 9:04 AM > To: user@ant.apache.org > Subject: subversion information > > Hello, > > In the past I used cvs repository and used ant with cvs > tasks. I am currently working in a shop with subversion as > their reposi

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

subversion information

2006-11-13 Thread Jim Reynolds
Hello, In the past I used cvs repository and used ant with cvs tasks. I am currently working in a shop with subversion as their repository. I am having trouble finding information on how ant works with subversion in regards to checking out files for builds. Specifically, checkout, checkout by ta