Author: rhuijben
Date: Thu Jun 16 14:34:35 2011
New Revision: 1136457
URL: http://svn.apache.org/viewvc?rev=1136457&view=rev
Log:
*
subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java
(ClientNotifyInformation.Action): Following up on r1099734 and r1136429, add
new notification actions.
Modified:
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java
Modified:
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java?rev=1136457&r1=1136456&r2=1136457&view=diff
==============================================================================
---
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java
(original)
+++
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java
Thu Jun 16 14:34:35 2011
@@ -514,7 +514,25 @@ public class ClientNotifyInformation ext
/** The server has instructed the client to follow a URL
* redirection. */
- url_redirect ("url redirect");
+ url_redirect ("url redirect"),
+
+ /** The operation was attempted on a path which doesn't exist. */
+ path_nonexistent ("path nonexistent"),
+
+ /** Removing a path by excluding it. */
+ exclude ("exclude"),
+
+ /** Operation failed because the node remains in conflict */
+ failed_conflict ("failed conflict"),
+
+ /** Operation failed because an added node is missing */
+ failed_missing ("failed missing"),
+
+ /** Operation failed because a node is out of date */
+ failed_out_of_date ("failed out of date"),
+
+ /** Operation failed because an added parent is not selected */
+ failed_no_parent ("failed no parent");
/**
* The description of the action.