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

svnclientadapter additions

From: Panayiotis Korros <pkorros_at_bigfoot.com>
Date: 2004-07-21 23:23:30 CEST

This patch adds the following functionality to the svnclientadapter:

ISVNStatus[] ISVNClientAdapter.getStatus(File path, boolean descend, boolean
getAll, boolean contactServer) throws SVNClientException;

Kind ISVNStatus.getRepositoryTextStatus();

Kind ISVNStatus.getRepositoryPropStatus();

ISVNNotifyListener.logRevision(long);

SVNNodeKind.toString() (just a utility method)

They are all needed to implement a 'svn status -u' kind of funcionality.
Currently the patch fully implements these methods for the javahl client.
For the cmd client implementation I only made placeholders with TODO
comments.

Please review the patch and give a go to commit it!

Regards,
Panagiotis

Received on Thu Jul 22 07:23:30 2004

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.