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

Java Libraries: Dumbo Question about svn_client.h

From: Alexander Mueller <alex_at_littleblue.de>
Date: 2001-07-16 17:09:26 CEST

Hi!

I am still trying to get the picture for the client. Sorry if I ask dumb questions here. Main reason is
because I didnt find the answers I am looking for in the docs or the source tree itself.

Right now I am working on the interface definitions for the Java Lib Classes.
First I thought implementing classes and methods that would fit the "svn_client.h" and the
"svn_wc.h" function definitions would be enough. It would suffice, if there weren't the
"editor" parameters in the "svn_commit" and "svn_update" functions.

First I thought the "editor" hook is more about notifications, for example to output log messages and so on.
To get the picture I took a look at "update-cmd.c" and "trace-update.c".
But I was wrong. There is still some specific stuff going on I would have to implement myself!

Ok. What to do next? I still have to write the JNI functions. But I dont wan't to reimplement functionality that's
already there. Can we shift something in between "svn_cl__update" and "svn_update"? Or shall I use
"svn_cl__update" directly from my code?

What do you guys think?

Have fun...

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:33 2006

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

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