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

RE: Java Question

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-08-01 03:30:32 CEST

"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

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.