Index: test/svn/model/svnExistsTest/added.txt
===================================================================
--- test/svn/model/svnExistsTest/added.txt (revision 0)
+++ test/svn/model/svnExistsTest/added.txt (revision 0)
@@ -0,0 +1 @@
+This file will be added to the working copy, but not committed to the repository.
\ No newline at end of file
Index: test/svn/model/svnExistsTest/private.txt
===================================================================
--- test/svn/model/svnExistsTest/private.txt (revision 0)
+++ test/svn/model/svnExistsTest/private.txt (revision 0)
@@ -0,0 +1 @@
+This file is not added to the working copy.
\ No newline at end of file
Index: test/svn/model/svnExistsTest/checkedin.txt
===================================================================
--- test/svn/model/svnExistsTest/checkedin.txt (revision 0)
+++ test/svn/model/svnExistsTest/checkedin.txt (revision 0)
@@ -0,0 +1 @@
+This file will be committed to the repository.
\ No newline at end of file
Index: test/svn/build.xml
===================================================================
--- test/svn/build.xml (revision 2685)
+++ test/svn/build.xml (working copy)
@@ -1069,6 +1069,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ svnExists.local.checkedin: ${svnExists.local.checkedin}
+
+
+
+
+ svnExists.local.added: ${svnExists.local.added}
+
+
+
+
+ svnExists.local.private: ${svnExists.local.private}
+
+
+
+
+ svnExists.local.inexistant: ${svnExists.local.inexistant}
+
+
+
+
+ svnExists.server.checkedin: ${svnExists.server.checkedin}
+
+
+
+
+ svnExists.server.added: ${svnExists.server.added}
+
+
+
+
+ svnExists.server.private: ${svnExists.server.private}
+
+
+
Index: .classpath
===================================================================
--- .classpath (revision 2685)
+++ .classpath (working copy)
@@ -4,11 +4,11 @@
-
+
-
+
Property changes on: doc
___________________________________________________________________
Name: svn:ignore
-
selectors.html
fileset.html
types.html
+
selectors.html
fileset.html
types.html
conditions.html
Index: doc/toc.html
===================================================================
--- doc/toc.html (revision 2685)
+++ doc/toc.html (working copy)
@@ -12,5 +12,7 @@
Types
Selectors
+
+ Conditions