javasvn became svnkit a couple of years ago. I don't recall the story,
but the name was changed. So if you're still using javasvn, it's quite
old. svnkit is used in the Subclipse and Subversive plugins for Eclipse
and in the jEdit SVN plugin, and it seems to be quite fast. svnkit
comes with a command line interface also, it's as fast as the standard
svn command line client. I believe the Subclipse svn ant tasks call the
svnkit command line client internally, so I would expect the ant tasks
to be as fast as the command line client itself.
Dale
Shawn Castrianni wrote:
I am currently using svnant with javasvn and everything works great, it is just
very sloooooow. Much slower than command line svn or SmartSVN. I was thinking
about trying svnkit as a replacement for javasvn. Would it be any faster?
---
Shawn Castrianni
-----Original Message-----
From: Dale Anson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2008 10:17 PM
To: Ant Users List
Subject: Re: Using the script tag, wanting to return a value
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]
----------------------------------------------------------------------
This e-mail, including any attached files, may contain confidential and
privileged information for the sole use of the intended recipient. Any review,
use, distribution, or disclosure by others is strictly prohibited. If you are
not the intended recipient (or authorized to receive information for the
intended recipient), please contact the sender by reply e-mail and delete all
copies of this message.
---------------------------------------------------------------------
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]