reference/svn/functions/svn-status.xml
715a125af5a86f0e6d6d5aa6cfa9c45257a433ac
...
...
@@ -36,12 +36,12 @@
36
36
<term><parameter>flags</parameter></term>
37
37
<listitem>
38
38
<para>
39
-
Any combination of <constant>SVN_NON_RECURSIVE</constant>,
40
-
<constant>SVN_ALL</constant> (regardless of modification status),
41
-
<constant>SVN_SHOW_UPDATES</constant> (entries will be added for items
42
-
that are out-of-date), <constant>SVN_NO_IGNORE</constant> (disregard
39
+
Any combination of <constant>Svn::NON_RECURSIVE</constant>,
40
+
<constant>Svn::ALL</constant> (regardless of modification status),
41
+
<constant>Svn::SHOW_UPDATES</constant> (entries will be added for items
42
+
that are out-of-date), <constant>Svn::NO_IGNORE</constant> (disregard
43
43
<literal>svn:ignore</literal> properties when scanning for new files)
44
-
and <constant>SVN_IGNORE_EXTERNALS</constant>.
44
+
and <constant>Svn::IGNORE_EXTERNALS</constant>.
45
45
</para>
46
46
</listitem>
47
47
</varlistentry>
...
...
@@ -287,11 +287,6 @@ if (!defined('svn_wc_schedule_normal')) {
287
287
</variablelist>
288
288
</refsect1>
289
289

290
-
<refsect1 role="notes">
291
-
&reftitle.notes;
292
-
&warn.experimental.func;
293
-
</refsect1>
294
-

295
290
<!-- Use when ERRORS exist
296
291
<refsect1 role="errors">
297
292
&reftitle.errors;
...
...
@@ -369,6 +364,11 @@ Array (
369
364
</para>
370
365
</refsect1>
371
366

367
+
<refsect1 role="notes">
368
+
&reftitle.notes;
369
+
&warn.experimental.func;
370
+
</refsect1>
371
+

372
372
<refsect1 role="seealso">
373
373
&reftitle.seealso;
374
374
<para>
375
375