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

[PATCH] JavaHL changelist support

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

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.

-Hyrum

[[[
Add JavaHL support for svn_client_set_changelist().

[ in subversion/bindings/java/javahl/ ]
* native/SVNClient.cpp
* native/SVNClient.h
  (setChangeset): New. Wrapper around svn_client_set_changelist().

* src/org/tigris/subversion/javahl/SVNClientInterface.java
* src/org/tigris/subversion/javahl/SVNClientSynchronized.java
* src/org/tigris/subversion/javahl/SVNClient.java
  (setChangeset): New.
]]]

Received on Thu Jan 25 20:06:40 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.