Have you tried the svn ant task from subclipse?
http://subclipse.tigris.org/svnant.html

The documentation appears to be out of date since it doesn't mention that the "info" command is supported, yet there is a command in the code base for it. The documentation also doesn't say it can use svnkit, but that capability was added over a year ago.

Dale


Jeremy Hanna wrote:
I'm using the script tag to run a ruby script and would like to return a value from the script. Is that possible? I see that I can use the setbeans attribute to have access to the build.xml variables from within the ruby script. I can output them and even change those variables within the ruby script, but those changes disappear once the script returns.
Is there any way to return the value?
Really I'm trying to get the result of `svn info` which is retrieved in my ruby script. I haven't seen ant libraries out there that do that - most don't implement the info function. I tried using the exec task but that seems to need the path information and that gets too messy.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to