Deprecated API

Contents

Deprecated Interfaces

Notify
Use Notify2 instead

Deprecated Fields

org.tigris.subversion.javahl.PromptUserPassword2.AccecptTemporary
Use the correctly spelled "AcceptTemporary" constant instead.

Deprecated Methods

org.tigris.subversion.javahl.SVNClient.getLastPath()
org.tigris.subversion.javahl.SVNClient.notification(Notify)
use notification2 instead
org.tigris.subversion.javahl.SVNClient.blame(String,Revision,Revision)
org.tigris.subversion.javahl.SVNClientInterface.getLastPath()
org.tigris.subversion.javahl.SVNClientInterface.notification(Notify)
use notification2 instead
org.tigris.subversion.javahl.SVNClientInterface.blame(String,Revision,Revision)
org.tigris.subversion.javahl.SVNClientSynchronized.getLastPath()
org.tigris.subversion.javahl.SVNClientSynchronized.notification(Notify)
use notification2 instead
org.tigris.subversion.javahl.SVNClientSynchronized.blame(String,Revision,Revision)

Deprecated Constructors

org.tigris.subversion.javahl.Revision.Revision(int)