Hello Dan,
To create new repository revision that includes file modifications without
having a working copy you may use JavaSVN. To my best knowledge JavaHL
doesn't provide an API for that, although it does provide API to create new
directories, to make copies and renames, to delete existing resources in
repository without working copies.
You could find more information on JavaSVN at http://tmate.org/, pay
attention to documentation and examples.
Also there is a mailing list for JavaSVN related questions.
Alexander Kitaev,
TMate Software,
http://tmate.org/
_____
From: Dan Pozmanter [mailto:dan@siteworx.com]
Sent: Tuesday, August 01, 2006 5:17 AM
To: Mark Phippard
Cc: dev@subclipse.tigris.org
Subject: [Subclipse-dev] RE: Java Question
Hi Mark,
I would like to be able to read and write from a local repository
withoout having to bother with working copies.
so:
begin transaction
write file(s)
commit
or:
getLog
getNode
that kind of thing. Direct repository actions.
Is there a way to do this with javahl?
Thanks,
Dan
-----Original Message-----
From: Mark Phippard [mailto:markp@softlanding.com]
Sent: Mon 7/31/2006 8:33 PM
To: Dan Pozmanter
Cc: dev@subclipse.tigris.org
Subject: Re: Java Question
"Dan Pozmanter" <dan@siteworx.com> wrote on 07/31/2006 07:03:27 PM:
> I am trying implement some functionality in java I was able to
implementin python.
> I have an application running on the same box as a svn repository. I
would like to
> perform commits, adds, delete, and gets on the data in this repository
without
> worrying about working copies or any of that mess.
>
> What is the current state of java dev for svn? (JavaSVN is not an
option.)
> javahl appears to only implement client actions. Is there an
established way
> of using swig? I'd like essentially the same functionality (ideally api
as well)
> as the python/other language bindings.
I would say JavaHL would be the place to start. You do not really say
what you want to do that you cannot. It could be that they can be done,
and if they cannot, we ought to talk about whether they can/should be
added to JavaHL.
Mark
Received on Tue Aug 1 13:19:57 2006