"Dan Pozmanter" <dan@siteworx.com> wrote on 07/31/2006 09:16:33 PM:
> 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?
I didn't mean to move this to the Subclipse dev@ list. So moving back.
JavaHL does not allow you to write files without a working copy, unless
you count import. It can run log, info, cat and ls directly. Also, copy,
move, delete.
I did not realize that Subversion even let you do a commit with a working
copy. Can it commit a change that way? One thing I would like to do in
Subclipse with JavaHL is several repository actions in one commit. Such
as create many directories with one commit, or move many files.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 1 03:30:59 2006