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

Re: [PATCH] JavaHL changelist support

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2007-01-25 20:22:02 CET

Mark Phippard wrote:
> On 1/25/07, Hyrum K. Wright <hyrum_wright@mail.utexas.edu> wrote:
>>
>> I've gone ahead and added changelist support to the JavaHL bindings.
>> Being my first time to do some non-trivial JavaHL hacking, I just want
>> to make sure I'm not missing anything in the attached patch. If nobody
>> objects, I'll commit this in the next few days.
>
>
> I have not looked at the changelist stuff too much. Would it be
> possible to
> have API's to list the changesets that have been created, the files in that
> changeset and then I would guess an API to remove a file from a changeset?
> I think we would need stuff like this if we were ever going to use them
> from
> Subclipse.

The only other changelist API is svn_client_set_changelist(), which we
could add support for as well. (To remove a file from a changelist,
just set the changelist name to "".) Set the changelist is a little bit
easier than retrieving it, and I wanted to make sure I remembered to add
everything that JavaHL needs, hence the reason for this patch.

-Hyrum

Received on Thu Jan 25 20:22:21 2007

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.