Hi all!

My new goal in life is to learn my way around the SVNKit API, using
Clojure. It didn't take me long to reach the first stumbling block:

Here's the situation:

The class SVNCommitClient [1] defines two overloads of doMkDir. I'm
trying to call the two argument version:

    SVNCommitInfo doMkDir(SVNURL[] urls, String commitMessage)

[1] http://svnkit.com/javadoc/org/tmatesoft/svn/core/wc/SVNCommitClient.html

Instead of getting back and SVNCommitInfo, I'm getting an exception
out of the bowels of the compiler telling me that it can not resolve
the method:

    No matching method found: doMkdir for class
org.tmatesoft.svn.core.wc.SVNCommitClient
      [Thrown class java.lang.IllegalArgumentException]

(ns user
(:import

(.. (SVNClientManager/newInstance)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to