[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-dev] [PATCH] New SvnAnt Command "list"

From: Steve Jones <pokneetail_at_gmail.com>
Date: Wed, 19 Mar 2008 15:27:22 -0600

Here is a patch relative to SvnAnt
http://subclipse.tigris.org/svn/subclipse/trunk/svnant

This patch adds a new feature to SvnAnt, a new command to list Subversion
directory contents from a URL:

For example:
<svn username="guest" password="">
  <list url="http://subclipse.tigris.org/svn/subclipse/trunk/svnant"
revision="HEAD" recurse="false" printToConsole="false" property="svnant.list
"/>
  <echo message="${svnant.list}"/>
</svn>

This is my 1st submission to the Subclipse project, please forgive me if
I've missed some of the open source etiquette. Let me know if this needs
additional work to be complete. I'd be happy to write the documentation for
it if it is accepted into SvnAnt.

Enjoy,
Stephen Jones
<pokneetail_at_gmail.com>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: dev-help_at_subclipse.tigris.org

Received on 2008-03-19 22:49:57 CET

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.