You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/03/09 17:30:27 UTC

svn commit: r920964 - /subversion/trunk/subversion/libsvn_wc/

Author: julianfoad
Date: Tue Mar  9 16:30:26 2010
New Revision: 920964

URL: http://svn.apache.org/viewvc?rev=920964&view=rev
Log:
Add empty doc strings to the 141 static functions in libsvn_wc that didn't
have one.  Why?  To make me feel worse.  But really, to give a tiny extra
visual cue that might encourage any passing programmer to write something in
it.  This distinguishes them from non-static functions, which don't have a
doc string at their definition because it's at their declaration.  Did I
make an exception for functions whose purpose is "so obvious that they don't
need one"?  No.

* subversion/libsvn_wc/adm_crawler.c,
  subversion/libsvn_wc/adm_files.c,
  subversion/libsvn_wc/adm_ops.c,
  subversion/libsvn_wc/ambient_depth_filter_editor.c,
  subversion/libsvn_wc/conflicts.c,
  subversion/libsvn_wc/deprecated.c,
  subversion/libsvn_wc/entries.c,
  subversion/libsvn_wc/lock.c,
  subversion/libsvn_wc/log.c,
  subversion/libsvn_wc/old-and-busted.c,
  subversion/libsvn_wc/props.c,
  subversion/libsvn_wc/relocate.c,
  subversion/libsvn_wc/status.c,
  subversion/libsvn_wc/translate.c,
  subversion/libsvn_wc/tree_conflicts.c,
  subversion/libsvn_wc/update_editor.c,
  subversion/libsvn_wc/upgrade.c,
  subversion/libsvn_wc/wc_db.c,
  subversion/libsvn_wc/workqueue.c
    Add empty doc strings.

Modified:
    subversion/trunk/subversion/libsvn_wc/adm_crawler.c
    subversion/trunk/subversion/libsvn_wc/adm_files.c
    subversion/trunk/subversion/libsvn_wc/adm_ops.c
    subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c
    subversion/trunk/subversion/libsvn_wc/conflicts.c
    subversion/trunk/subversion/libsvn_wc/deprecated.c
    subversion/trunk/subversion/libsvn_wc/entries.c
    subversion/trunk/subversion/libsvn_wc/lock.c
    subversion/trunk/subversion/libsvn_wc/log.c
    subversion/trunk/subversion/libsvn_wc/old-and-busted.c
    subversion/trunk/subversion/libsvn_wc/props.c
    subversion/trunk/subversion/libsvn_wc/relocate.c
    subversion/trunk/subversion/libsvn_wc/status.c
    subversion/trunk/subversion/libsvn_wc/translate.c
    subversion/trunk/subversion/libsvn_wc/tree_conflicts.c
    subversion/trunk/subversion/libsvn_wc/update_editor.c
    subversion/trunk/subversion/libsvn_wc/upgrade.c
    subversion/trunk/subversion/libsvn_wc/wc_db.c
    subversion/trunk/subversion/libsvn_wc/workqueue.c

Modified: subversion/trunk/subversion/libsvn_wc/adm_crawler.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/adm_crawler.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_crawler.c (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_crawler.c Tue Mar  9 16:30:26 2010
@@ -1067,6 +1067,7 @@ struct copying_stream_baton
 };
 
 
+/* */
 static svn_error_t *
 read_handler_copy(void *baton, char *buffer, apr_size_t *len)
 {
@@ -1077,6 +1078,7 @@ read_handler_copy(void *baton, char *buf
   return svn_stream_write(btn->target, buffer, len);
 }
 
+/* */
 static svn_error_t *
 close_handler_copy(void *baton)
 {

Modified: subversion/trunk/subversion/libsvn_wc/adm_files.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/adm_files.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_files.c (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_files.c Tue Mar  9 16:30:26 2010
@@ -476,6 +476,7 @@ svn_wc__open_writable_base(svn_stream_t 
 /*** Checking for and creating administrative subdirs. ***/
 
 
+/* */
 static svn_error_t *
 init_adm_tmp_area(const char *path, apr_pool_t *pool)
 {

Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/adm_ops.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_ops.c (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_ops.c Tue Mar  9 16:30:26 2010
@@ -315,6 +315,7 @@ svn_wc__do_update_cleanup(svn_wc__db_t *
 }
 
 
+/* */
 static svn_error_t *
 process_deletion_postcommit(svn_wc__db_t *db,
                             const char *adm_abspath,
@@ -333,6 +334,7 @@ process_deletion_postcommit(svn_wc__db_t
 }
 
 
+/* */
 static svn_error_t *
 process_committed_leaf(svn_wc__db_t *db,
                        const char *adm_abspath,
@@ -445,6 +447,7 @@ process_committed_leaf(svn_wc__db_t *db,
 }
 
 
+/* */
 static svn_error_t *
 process_committed_internal(svn_wc__db_t *db,
                            const char *path,
@@ -575,6 +578,7 @@ process_committed_internal(svn_wc__db_t 
 }
 
 
+/* */
 static apr_hash_t *
 convert_to_hash(const apr_array_header_t *wcprop_changes,
                 apr_pool_t *result_pool)
@@ -1760,6 +1764,7 @@ svn_wc_add4(svn_wc_context_t *wc_ctx,
 */
 
 
+/* */
 static svn_error_t *
 revert_admin_things(svn_boolean_t *reverted,
                     svn_wc__db_t *db,

Modified: subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c Tue Mar  9 16:30:26 2010
@@ -115,6 +115,7 @@ struct dir_baton
   void *wrapped_baton;
 };
 
+/* */
 static svn_error_t *
 make_dir_baton(struct dir_baton **d_p,
                const char *path,
@@ -206,6 +207,7 @@ make_dir_baton(struct dir_baton **d_p,
   return SVN_NO_ERROR;
 }
 
+/* */
 static svn_error_t *
 make_file_baton(struct file_baton **f_p,
                 struct dir_baton *pb,
@@ -264,6 +266,7 @@ make_file_baton(struct file_baton **f_p,
 
 /*** Editor Functions ***/
 
+/* */
 static svn_error_t *
 set_target_revision(void *edit_baton,
                     svn_revnum_t target_revision,
@@ -276,6 +279,7 @@ set_target_revision(void *edit_baton,
                                                 target_revision, pool);
 }
 
+/* */
 static svn_error_t *
 open_root(void *edit_baton,
           svn_revnum_t base_revision,
@@ -322,6 +326,7 @@ open_root(void *edit_baton,
                                        pool, &b->wrapped_baton);
 }
 
+/* */
 static svn_error_t *
 delete_entry(const char *path,
              svn_revnum_t base_revision,
@@ -361,6 +366,7 @@ delete_entry(const char *path,
                                           pb->wrapped_baton, pool);
 }
 
+/* */
 static svn_error_t *
 add_directory(const char *path,
               void *parent_baton,
@@ -406,6 +412,7 @@ add_directory(const char *path,
                                            pool, &b->wrapped_baton);
 }
 
+/* */
 static svn_error_t *
 open_directory(const char *path,
                void *parent_baton,
@@ -458,6 +465,7 @@ open_directory(const char *path,
   return SVN_NO_ERROR;
 }
 
+/* */
 static svn_error_t *
 add_file(const char *path,
          void *parent_baton,
@@ -481,6 +489,7 @@ add_file(const char *path,
                                       pool, &b->wrapped_baton);
 }
 
+/* */
 static svn_error_t *
 open_file(const char *path,
           void *parent_baton,
@@ -502,6 +511,7 @@ open_file(const char *path,
                                        &b->wrapped_baton);
 }
 
+/* */
 static svn_error_t *
 apply_textdelta(void *file_baton,
                 const char *base_checksum,
@@ -525,6 +535,7 @@ apply_textdelta(void *file_baton,
                                              handler, handler_baton);
 }
 
+/* */
 static svn_error_t *
 close_file(void *file_baton,
            const char *text_checksum,
@@ -540,6 +551,7 @@ close_file(void *file_baton,
                                         text_checksum, pool);
 }
 
+/* */
 static svn_error_t *
 absent_file(const char *path,
             void *parent_baton,
@@ -554,6 +566,7 @@ absent_file(const char *path,
   return eb->wrapped_editor->absent_file(path, pb->wrapped_baton, pool);
 }
 
+/* */
 static svn_error_t *
 close_directory(void *dir_baton,
                 apr_pool_t *pool)
@@ -567,6 +580,7 @@ close_directory(void *dir_baton,
   return eb->wrapped_editor->close_directory(db->wrapped_baton, pool);
 }
 
+/* */
 static svn_error_t *
 absent_directory(const char *path,
                  void *parent_baton,
@@ -582,6 +596,7 @@ absent_directory(const char *path,
   return eb->wrapped_editor->absent_directory(path, pb->wrapped_baton, pool);
 }
 
+/* */
 static svn_error_t *
 change_file_prop(void *file_baton,
                  const char *name,
@@ -598,6 +613,7 @@ change_file_prop(void *file_baton,
                                               name, value, pool);
 }
 
+/* */
 static svn_error_t *
 change_dir_prop(void *dir_baton,
                 const char *name,
@@ -614,6 +630,7 @@ change_dir_prop(void *dir_baton,
                                              name, value, pool);
 }
 
+/* */
 static svn_error_t *
 close_edit(void *edit_baton,
            apr_pool_t *pool)

Modified: subversion/trunk/subversion/libsvn_wc/conflicts.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/conflicts.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/conflicts.c (original)
+++ subversion/trunk/subversion/libsvn_wc/conflicts.c Tue Mar  9 16:30:26 2010
@@ -67,6 +67,7 @@ struct svn_wc_conflict_t
   /* ### TODO: Add more fields */
 };
 
+/* */
 static svn_error_t *
 conflict_alloc(svn_wc_conflict_t **conflict, apr_pool_t *result_pool)
 {
@@ -427,6 +428,7 @@ resolve_conflict_on_node(svn_wc__db_t *d
   return SVN_NO_ERROR;
 }
 
+/* */
 static svn_error_t *
 resolve_one_conflict(svn_wc__db_t *db,
                      const char *local_abspath,
@@ -545,6 +547,7 @@ resolve_one_conflict(svn_wc__db_t *db,
   return SVN_NO_ERROR;
 }
 
+/* */
 static svn_error_t *
 recursive_resolve_conflict(svn_wc__db_t *db,
                            const char *local_abspath,

Modified: subversion/trunk/subversion/libsvn_wc/deprecated.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/deprecated.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/deprecated.c (original)
+++ subversion/trunk/subversion/libsvn_wc/deprecated.c Tue Mar  9 16:30:26 2010
@@ -163,6 +163,7 @@ struct wrap_3to2_report_baton {
   void *baton;
 };
 
+/* */
 static svn_error_t *wrap_3to2_set_path(void *report_baton,
                                        const char *path,
                                        svn_revnum_t revision,
@@ -177,6 +178,7 @@ static svn_error_t *wrap_3to2_set_path(v
                                  lock_token, pool);
 }
 
+/* */
 static svn_error_t *wrap_3to2_delete_path(void *report_baton,
                                           const char *path,
                                           apr_pool_t *pool)
@@ -186,6 +188,7 @@ static svn_error_t *wrap_3to2_delete_pat
   return wrb->reporter->delete_path(wrb->baton, path, pool);
 }
 
+/* */
 static svn_error_t *wrap_3to2_link_path(void *report_baton,
                                         const char *path,
                                         const char *url,
@@ -201,6 +204,7 @@ static svn_error_t *wrap_3to2_link_path(
                                   start_empty, lock_token, pool);
 }
 
+/* */
 static svn_error_t *wrap_3to2_finish_report(void *report_baton,
                                             apr_pool_t *pool)
 {
@@ -209,6 +213,7 @@ static svn_error_t *wrap_3to2_finish_rep
   return wrb->reporter->finish_report(wrb->baton, pool);
 }
 
+/* */
 static svn_error_t *wrap_3to2_abort_report(void *report_baton,
                                            apr_pool_t *pool)
 {
@@ -296,6 +301,7 @@ struct wrap_2to1_report_baton {
   void *baton;
 };
 
+/* */
 static svn_error_t *wrap_2to1_set_path(void *report_baton,
                                        const char *path,
                                        svn_revnum_t revision,
@@ -309,6 +315,7 @@ static svn_error_t *wrap_2to1_set_path(v
                                  pool);
 }
 
+/* */
 static svn_error_t *wrap_2to1_delete_path(void *report_baton,
                                           const char *path,
                                           apr_pool_t *pool)
@@ -318,6 +325,7 @@ static svn_error_t *wrap_2to1_delete_pat
   return wrb->reporter->delete_path(wrb->baton, path, pool);
 }
 
+/* */
 static svn_error_t *wrap_2to1_link_path(void *report_baton,
                                         const char *path,
                                         const char *url,
@@ -332,6 +340,7 @@ static svn_error_t *wrap_2to1_link_path(
                                   start_empty, pool);
 }
 
+/* */
 static svn_error_t *wrap_2to1_finish_report(void *report_baton,
                                             apr_pool_t *pool)
 {
@@ -340,6 +349,7 @@ static svn_error_t *wrap_2to1_finish_rep
   return wrb->reporter->finish_report(wrb->baton, pool);
 }
 
+/* */
 static svn_error_t *wrap_2to1_abort_report(void *report_baton,
                                            apr_pool_t *pool)
 {
@@ -2171,6 +2181,7 @@ struct status4_wrapper_baton
   const char *anchor_relpath;
 };
 
+/* */
 static svn_error_t *
 status4_wrapper_func(void *baton,
                      const char *local_abspath,
@@ -2267,6 +2278,7 @@ struct status_editor3_compat_baton
   void *old_baton;
 };
 
+/* */
 static svn_error_t *
 status_editor3_compat_func(void *baton,
                            const char *path,
@@ -2356,6 +2368,7 @@ struct old_status_func_cb_baton
   void *original_baton;
 };
 
+/* */
 static void old_status_func_cb(void *baton,
                                const char *path,
                                svn_wc_status2_t *status)

Modified: subversion/trunk/subversion/libsvn_wc/entries.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/entries.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/entries.c (original)
+++ subversion/trunk/subversion/libsvn_wc/entries.c Tue Mar  9 16:30:26 2010
@@ -114,6 +114,7 @@ typedef struct {
 /*** reading and writing the entries file ***/
 
 
+/* */
 static svn_wc_entry_t *
 alloc_entry(apr_pool_t *pool)
 {
@@ -179,6 +180,7 @@ take_from_entry(const svn_wc_entry_t *sr
     }
 }
 
+/* */
 static svn_error_t *
 fetch_wc_id(apr_int64_t *wc_id, svn_sqlite__db_t *sdb)
 {
@@ -1081,6 +1083,7 @@ read_entries_new(apr_hash_t **result_ent
 }
 
 
+/* */
 static svn_error_t *
 read_entries(apr_hash_t **entries,
              svn_wc__db_t *db,
@@ -1607,6 +1610,7 @@ svn_wc__set_depth(svn_wc__db_t *db,
                                                            scratch_pool));
 }
 
+/* */
 static svn_error_t *
 insert_base_node(svn_sqlite__db_t *sdb,
                  const db_base_node_t *base_node,
@@ -1681,6 +1685,7 @@ insert_base_node(svn_sqlite__db_t *sdb,
   return svn_error_return(svn_sqlite__insert(NULL, stmt));
 }
 
+/* */
 static svn_error_t *
 insert_working_node(svn_sqlite__db_t *sdb,
                     const db_working_node_t *working_node,
@@ -1762,6 +1767,7 @@ insert_working_node(svn_sqlite__db_t *sd
   return svn_error_return(svn_sqlite__insert(NULL, stmt));
 }
 
+/* */
 static svn_error_t *
 insert_actual_node(svn_sqlite__db_t *sdb,
                    const db_actual_node_t *actual_node,
@@ -2459,6 +2465,7 @@ write_one_entry_cb(void *baton,
   return SVN_NO_ERROR;
 }
 
+/* */
 static svn_error_t *
 write_one_entry(svn_wc__db_t *db,
                 const char *local_abspath,

Modified: subversion/trunk/subversion/libsvn_wc/lock.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/lock.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/lock.c (original)
+++ subversion/trunk/subversion/libsvn_wc/lock.c Tue Mar  9 16:30:26 2010
@@ -341,6 +341,7 @@ adm_access_alloc(svn_wc_adm_access_t **a
 }
 
 
+/* */
 static svn_error_t *
 alloc_db(svn_wc__db_t **db,
          svn_config_t *config,
@@ -358,6 +359,7 @@ alloc_db(svn_wc__db_t **db,
 }
 
 
+/* */
 static svn_error_t *
 add_to_shared(svn_wc_adm_access_t *lock, apr_pool_t *scratch_pool)
 {
@@ -379,6 +381,7 @@ add_to_shared(svn_wc_adm_access_t *lock,
 }
 
 
+/* */
 static svn_wc_adm_access_t *
 get_from_shared(const char *abspath,
                 svn_wc__db_t *db,
@@ -391,6 +394,7 @@ get_from_shared(const char *abspath,
 }
 
 
+/* */
 static svn_error_t *
 probe(svn_wc__db_t *db,
       const char **dir,
@@ -437,6 +441,7 @@ probe(svn_wc__db_t *db,
 }
 
 
+/* */
 static svn_error_t *
 open_single(svn_wc_adm_access_t **adm_access,
             const char *path,
@@ -487,6 +492,7 @@ open_single(svn_wc_adm_access_t **adm_ac
 }
 
 
+/* */
 static svn_error_t *
 close_single(svn_wc_adm_access_t *adm_access,
              svn_boolean_t preserve_lock,
@@ -679,6 +685,7 @@ do_open(svn_wc_adm_access_t **adm_access
 }
 
 
+/* */
 static svn_error_t *
 open_all(svn_wc_adm_access_t **adm_access,
          const char *path,
@@ -1024,6 +1031,7 @@ svn_wc_adm_probe_try3(svn_wc_adm_access_
 }
 
 
+/* */
 static svn_error_t *
 child_is_disjoint(svn_boolean_t *disjoint,
                   svn_wc__db_t *db,
@@ -1125,6 +1133,7 @@ child_is_disjoint(svn_boolean_t *disjoin
 }
 
 
+/* */
 static svn_error_t *
 open_anchor(svn_wc_adm_access_t **anchor_access,
             svn_wc_adm_access_t **target_access,

Modified: subversion/trunk/subversion/libsvn_wc/log.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/log.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/log.c (original)
+++ subversion/trunk/subversion/libsvn_wc/log.c Tue Mar  9 16:30:26 2010
@@ -278,6 +278,7 @@ file_xfer_under_path(svn_wc__db_t *db,
 
 /*** Dispatch on the xml opening tag. ***/
 
+/* */
 static svn_error_t *
 log_do_file_xfer(struct log_runner *loggy,
                  const char *name,
@@ -399,6 +400,7 @@ log_do_rm(struct log_runner *loggy, cons
 }
 
 
+/* */
 static svn_error_t *
 log_do_modify_entry(struct log_runner *loggy,
                     const char *name,
@@ -494,6 +496,7 @@ log_do_modify_entry(struct log_runner *l
   return SVN_NO_ERROR;
 }
 
+/* */
 static svn_error_t *
 log_do_delete_lock(struct log_runner *loggy,
                    const char *name)
@@ -599,6 +602,7 @@ log_do_delete_entry(struct log_runner *l
 }
 
 
+/* */
 static svn_error_t *
 log_do_add_tree_conflict(struct log_runner *loggy,
                          const char *victim_basename,
@@ -629,6 +633,7 @@ log_do_add_tree_conflict(struct log_runn
   return SVN_NO_ERROR;
 }
 
+/* */
 static void
 start_handler(void *userData, const char *eltname, const char **atts)
 {
@@ -1276,6 +1281,7 @@ svn_wc__loggy_add_tree_conflict(svn_stri
 
 /*** Recursively do log things. ***/
 
+/* */
 static svn_error_t *
 can_be_cleaned(int *wc_format,
                svn_wc__db_t *db,
@@ -1301,6 +1307,7 @@ can_be_cleaned(int *wc_format,
 }
 
 
+/* */
 static svn_error_t *
 cleanup_internal(svn_wc__db_t *db,
                  const char *adm_abspath,

Modified: subversion/trunk/subversion/libsvn_wc/old-and-busted.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/old-and-busted.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/old-and-busted.c (original)
+++ subversion/trunk/subversion/libsvn_wc/old-and-busted.c Tue Mar  9 16:30:26 2010
@@ -61,6 +61,7 @@
 #define ENTRIES_ATTR_LOCK_CREATION_DATE "lock-creation-date"
 
 
+/* */
 static svn_wc_entry_t *
 alloc_entry(apr_pool_t *pool)
 {
@@ -716,6 +717,7 @@ do_bool_attr(svn_boolean_t *entry_flag,
 }
 
 
+/* */
 static const char *
 extract_string(apr_uint64_t *result_flags,
                apr_hash_t *atts,

Modified: subversion/trunk/subversion/libsvn_wc/props.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/props.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/props.c (original)
+++ subversion/trunk/subversion/libsvn_wc/props.c Tue Mar  9 16:30:26 2010
@@ -153,6 +153,7 @@ load_props(apr_hash_t **hash,
 }
 
 
+/* */
 static svn_error_t *
 loggy_write_properties(svn_stringbuf_t **log_accum,
                        apr_hash_t *properties,
@@ -493,6 +494,7 @@ svn_wc__install_props(svn_wc__db_t *db,
   return SVN_NO_ERROR;
 }
 
+/* */
 static svn_error_t *
 immediate_install_props(svn_wc__db_t *db,
                         const char *local_abspath,
@@ -2055,6 +2057,7 @@ struct getter_baton {
 };
 
 
+/* */
 static svn_error_t *
 get_file_for_validation(const svn_string_t **mime_type,
                         svn_stream_t *stream,
@@ -2084,6 +2087,7 @@ get_file_for_validation(const svn_string
 }
 
 
+/* */
 static svn_error_t *
 validate_eol_prop_against_file(const char *path,
                                svn_wc_canonicalize_svn_prop_get_file_t getter,

Modified: subversion/trunk/subversion/libsvn_wc/relocate.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/relocate.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/relocate.c (original)
+++ subversion/trunk/subversion/libsvn_wc/relocate.c Tue Mar  9 16:30:26 2010
@@ -37,6 +37,7 @@
 #include "svn_private_config.h"
 
 
+/* */
 static const char *
 uri_remove_components(const char *uri,
                       const char *component,

Modified: subversion/trunk/subversion/libsvn_wc/status.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/status.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/status.c (original)
+++ subversion/trunk/subversion/libsvn_wc/status.c Tue Mar  9 16:30:26 2010
@@ -1674,6 +1674,7 @@ handle_statii(struct edit_baton *eb,
 
 /*** The callbacks we'll plug into an svn_delta_editor_t structure. ***/
 
+/* */
 static svn_error_t *
 set_target_revision(void *edit_baton,
                     svn_revnum_t target_revision,
@@ -1685,6 +1686,7 @@ set_target_revision(void *edit_baton,
 }
 
 
+/* */
 static svn_error_t *
 open_root(void *edit_baton,
           svn_revnum_t base_revision,
@@ -1697,6 +1699,7 @@ open_root(void *edit_baton,
 }
 
 
+/* */
 static svn_error_t *
 delete_entry(const char *path,
              svn_revnum_t revision,
@@ -1737,6 +1740,7 @@ delete_entry(const char *path,
 }
 
 
+/* */
 static svn_error_t *
 add_directory(const char *path,
               void *parent_baton,
@@ -1762,6 +1766,7 @@ add_directory(const char *path,
 }
 
 
+/* */
 static svn_error_t *
 open_directory(const char *path,
                void *parent_baton,
@@ -1774,6 +1779,7 @@ open_directory(const char *path,
 }
 
 
+/* */
 static svn_error_t *
 change_dir_prop(void *dir_baton,
                 const char *name,
@@ -1804,6 +1810,7 @@ change_dir_prop(void *dir_baton,
 
 
 
+/* */
 static svn_error_t *
 close_directory(void *dir_baton,
                 apr_pool_t *pool)
@@ -1939,6 +1946,7 @@ close_directory(void *dir_baton,
 
 
 
+/* */
 static svn_error_t *
 add_file(const char *path,
          void *parent_baton,
@@ -1961,6 +1969,7 @@ add_file(const char *path,
 }
 
 
+/* */
 static svn_error_t *
 open_file(const char *path,
           void *parent_baton,
@@ -1976,6 +1985,7 @@ open_file(const char *path,
 }
 
 
+/* */
 static svn_error_t *
 apply_textdelta(void *file_baton,
                 const char *base_checksum,
@@ -1996,6 +2006,7 @@ apply_textdelta(void *file_baton,
 }
 
 
+/* */
 static svn_error_t *
 change_file_prop(void *file_baton,
                  const char *name,
@@ -2027,6 +2038,7 @@ change_file_prop(void *file_baton,
 }
 
 
+/* */
 static svn_error_t *
 close_file(void *file_baton,
            const char *text_checksum,  /* ignored, as we receive no data */
@@ -2074,6 +2086,7 @@ close_file(void *file_baton,
                           pool);
 }
 
+/* */
 static svn_error_t *
 close_edit(void *edit_baton,
            apr_pool_t *pool)
@@ -2343,6 +2356,7 @@ svn_wc_get_default_ignores(apr_array_hea
 }
 
 
+/* */
 static svn_error_t *
 internal_status(svn_wc_status2_t **status,
                 svn_wc__db_t *db,

Modified: subversion/trunk/subversion/libsvn_wc/translate.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/translate.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/translate.c (original)
+++ subversion/trunk/subversion/libsvn_wc/translate.c Tue Mar  9 16:30:26 2010
@@ -50,12 +50,14 @@
 
 
 
+/* */
 static svn_error_t *
 read_handler_unsupported(void *baton, char *buffer, apr_size_t *len)
 {
   SVN_ERR_MALFUNCTION();
 }
 
+/* */
 static svn_error_t *
 write_handler_unsupported(void *baton, const char *buffer, apr_size_t *len)
 {

Modified: subversion/trunk/subversion/libsvn_wc/tree_conflicts.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/tree_conflicts.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/tree_conflicts.c (original)
+++ subversion/trunk/subversion/libsvn_wc/tree_conflicts.c Tue Mar  9 16:30:26 2010
@@ -115,6 +115,7 @@ const svn_token_map_t svn_wc__conflict_r
 };
 
 
+/* */
 static svn_boolean_t
 is_valid_version_info_skel(const svn_skel_t *skel)
 {
@@ -127,6 +128,7 @@ is_valid_version_info_skel(const svn_ske
 }
 
 
+/* */
 static svn_boolean_t
 is_valid_conflict_skel(const svn_skel_t *skel)
 {

Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Tue Mar  9 16:30:26 2010
@@ -1063,6 +1063,7 @@ make_file_baton(struct file_baton **f_p,
   return SVN_NO_ERROR;
 }
 
+/* */
 static svn_error_t *
 flush_file_log(struct file_baton *fb, apr_pool_t *pool)
 {
@@ -1081,6 +1082,7 @@ flush_file_log(struct file_baton *fb, ap
 
 /*** Helpers for the editor callbacks. ***/
 
+/* */
 static svn_error_t *
 window_handler(svn_txdelta_window_t *window, void *baton)
 {
@@ -1500,6 +1502,7 @@ typedef struct modcheck_baton_t {
                                           then this field has no meaning. */
 } modcheck_baton_t;
 
+/* */
 static svn_error_t *
 modcheck_found_node(const char *local_abspath,
                     void *walk_baton,

Modified: subversion/trunk/subversion/libsvn_wc/upgrade.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/upgrade.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/upgrade.c (original)
+++ subversion/trunk/subversion/libsvn_wc/upgrade.c Tue Mar  9 16:30:26 2010
@@ -284,6 +284,7 @@ get_versioned_subdirs(apr_array_header_t
 }
 
 
+/* */
 static const char *
 build_lockfile_path(const char *local_dir_abspath,
                     apr_pool_t *result_pool)
@@ -320,6 +321,7 @@ create_physical_lock(const char *abspath
 }
 
 
+/* */
 static void
 wipe_wcprops(const char *wcroot_abspath, apr_pool_t *scratch_pool)
 {
@@ -537,6 +539,7 @@ upgrade_to_wcng(svn_wc__db_t *db,
 }
 
 
+/* */
 static svn_error_t *
 bump_to_13(void *baton, svn_sqlite__db_t *sdb, apr_pool_t *scratch_pool)
 {
@@ -570,6 +573,7 @@ kind_to_word(svn_wc__db_kind_t kind)
 }
 
 
+/* */
 static const char *
 conflict_kind_to_word(svn_wc_conflict_kind_t conflict_kind)
 {
@@ -587,6 +591,7 @@ conflict_kind_to_word(svn_wc_conflict_ki
 }
 
 
+/* */
 static const char *
 conflict_action_to_word(svn_wc_conflict_action_t action)
 {
@@ -594,6 +599,7 @@ conflict_action_to_word(svn_wc_conflict_
 }
 
 
+/* */
 static const char *
 conflict_reason_to_word(svn_wc_conflict_reason_t reason)
 {
@@ -601,6 +607,7 @@ conflict_reason_to_word(svn_wc_conflict_
 }
 
 
+/* */
 static const char *
 wc_operation_to_word(svn_wc_operation_t operation)
 {
@@ -608,6 +615,7 @@ wc_operation_to_word(svn_wc_operation_t 
 }
 
 
+/* */
 static svn_wc__db_kind_t
 db_kind_from_node_kind(svn_node_kind_t node_kind)
 {
@@ -626,6 +634,7 @@ db_kind_from_node_kind(svn_node_kind_t n
 }
 
 
+/* */
 static svn_error_t *
 migrate_single_tree_conflict_data(svn_sqlite__db_t *sdb,
                                   const char *tree_conflict_data,
@@ -736,6 +745,7 @@ migrate_single_tree_conflict_data(svn_sq
 }
 
 
+/* */
 static svn_error_t *
 migrate_tree_conflicts(svn_sqlite__db_t *sdb,
                        apr_pool_t *scratch_pool)
@@ -789,6 +799,7 @@ migrate_tree_conflicts(svn_sqlite__db_t 
 #endif /* ### no tree conflict migration yet */
 
 
+/* */
 static svn_error_t *
 migrate_locks(const char *wcroot_abspath,
               svn_sqlite__db_t *sdb,
@@ -813,6 +824,7 @@ migrate_locks(const char *wcroot_abspath
 }
 
 
+/* */
 static svn_error_t *
 bump_to_14(void *baton, svn_sqlite__db_t *sdb, apr_pool_t *scratch_pool)
 {
@@ -826,6 +838,7 @@ bump_to_14(void *baton, svn_sqlite__db_t
 }
 
 
+/* */
 static svn_error_t *
 bump_to_15(void *baton, svn_sqlite__db_t *sdb, apr_pool_t *scratch_pool)
 {
@@ -835,6 +848,7 @@ bump_to_15(void *baton, svn_sqlite__db_t
 }
 
 
+/* */
 static svn_error_t *
 bump_to_16(void *baton, svn_sqlite__db_t *sdb, apr_pool_t *scratch_pool)
 {
@@ -846,6 +860,7 @@ bump_to_16(void *baton, svn_sqlite__db_t
 
 #if 0 /* ### no props migration yet */
 
+/* */
 static svn_error_t *
 migrate_props(const char *wcroot_abspath,
               svn_sqlite__db_t *sdb,
@@ -982,6 +997,7 @@ migrate_props(const char *wcroot_abspath
 }
 
 
+/* */
 static svn_error_t *
 bump_to_17(void *baton, svn_sqlite__db_t *sdb, apr_pool_t *scratch_pool)
 {
@@ -1001,6 +1017,7 @@ bump_to_17(void *baton, svn_sqlite__db_t
 
 #if 0 /* ### no tree conflict migration yet */
 
+/* */
 static svn_error_t *
 bump_to_XXX(void *baton, svn_sqlite__db_t *sdb, apr_pool_t *scratch_pool)
 {
@@ -1111,6 +1128,7 @@ svn_wc__upgrade_sdb(int *result_format,
 }
 
 
+/* */
 static svn_error_t *
 upgrade_working_copy(svn_wc__db_t *db,
                      const char *dir_abspath,

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Tue Mar  9 16:30:26 2010
@@ -264,6 +264,7 @@ static const svn_token_map_t presence_ma
 };
 
 
+/* */
 static svn_filesize_t
 get_translated_size(svn_sqlite__stmt_t *stmt, int slot)
 {
@@ -273,6 +274,7 @@ get_translated_size(svn_sqlite__stmt_t *
 }
 
 
+/* */
 static const char *
 escape_sqlite_like(const char * const str, apr_pool_t *result_pool)
 {
@@ -311,6 +313,7 @@ escape_sqlite_like(const char * const st
 }
 
 
+/* */
 static svn_error_t *
 verify_no_work(svn_sqlite__db_t *sdb)
 {
@@ -329,6 +332,7 @@ verify_no_work(svn_sqlite__db_t *sdb)
 }
 
 
+/* */
 static apr_status_t
 close_wcroot(void *data)
 {
@@ -350,6 +354,7 @@ close_wcroot(void *data)
 }
 
 
+/* */
 static svn_error_t *
 close_many_wcroots(apr_hash_t *roots,
                    apr_pool_t *state_pool,
@@ -517,6 +522,7 @@ get_pristine_fname(const char **pristine
 }
 
 
+/* */
 static svn_error_t *
 fetch_repos_info(const char **repos_root_url,
                  const char **repos_uuid,
@@ -694,6 +700,7 @@ get_old_version(int *version,
 }
 
 
+/* */
 static svn_wc__db_pdh_t *
 get_or_create_pdh(svn_wc__db_t *db,
                   const char *local_dir_abspath,
@@ -781,6 +788,7 @@ determine_obstructed_file(svn_boolean_t 
 }
 
 
+/* */
 static svn_error_t *
 fetch_wc_id(apr_int64_t *wc_id,
             svn_sqlite__db_t *sdb,
@@ -804,6 +812,7 @@ fetch_wc_id(apr_int64_t *wc_id,
 }
 
 
+/* */
 static svn_error_t *
 open_db(svn_sqlite__db_t **sdb,
         const char *dir_abspath,
@@ -1256,6 +1265,7 @@ get_statement_for_path(svn_sqlite__stmt_
 }
 
 
+/* */
 static svn_error_t *
 navigate_to_parent(svn_wc__db_pdh_t **parent_pdh,
                    svn_wc__db_t *db,
@@ -1322,6 +1332,7 @@ create_repos_id(apr_int64_t *repos_id,
 }
 
 
+/* */
 static svn_error_t *
 insert_base_node(void *baton, svn_sqlite__db_t *sdb, apr_pool_t *scratch_pool)
 {
@@ -1402,6 +1413,7 @@ insert_base_node(void *baton, svn_sqlite
 }
 
 
+/* */
 static svn_error_t *
 gather_children(const apr_array_header_t **children,
                 svn_boolean_t base_only,
@@ -1453,6 +1465,7 @@ gather_children(const apr_array_header_t
 }
 
 
+/* */
 static void
 flush_entries(const svn_wc__db_pdh_t *pdh)
 {
@@ -1461,6 +1474,7 @@ flush_entries(const svn_wc__db_pdh_t *pd
 }
 
 
+/* */
 static svn_error_t *
 create_db(svn_sqlite__db_t **sdb,
           apr_int64_t *repos_id,
@@ -2728,6 +2742,7 @@ struct set_changelist_baton
   const char *changelist;
 };
 
+/* */
 static svn_error_t *
 set_changelist_txn(void *baton,
                    svn_sqlite__db_t *sdb,
@@ -2881,6 +2896,7 @@ struct set_tc_baton
 };
 
 
+/* */
 static svn_error_t *
 set_tc_txn(void *baton, svn_sqlite__db_t *sdb, apr_pool_t *scratch_pool)
 {
@@ -4067,6 +4083,7 @@ struct relocate_baton
 };
 
 
+/* */
 static svn_error_t *
 relocate_txn(void *baton, svn_sqlite__db_t *sdb, apr_pool_t *scratch_pool)
 {
@@ -4248,6 +4265,7 @@ struct commit_baton {
 };
 
 
+/* */
 static svn_error_t *
 commit_node(void *baton, svn_sqlite__db_t *sdb, apr_pool_t *scratch_pool)
 {
@@ -4454,6 +4472,7 @@ commit_node(void *baton, svn_sqlite__db_
 }
 
 
+/* */
 static svn_error_t *
 determine_repos_info(apr_int64_t *repos_id,
                      const char **repos_relpath,
@@ -6054,6 +6073,7 @@ svn_wc__db_wclock_set(svn_wc__db_t *db,
 }
 
 
+/* */
 static svn_error_t *
 is_wclocked(svn_boolean_t *locked,
             svn_wc__db_t *db,

Modified: subversion/trunk/subversion/libsvn_wc/workqueue.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/workqueue.c?rev=920964&r1=920963&r2=920964&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/workqueue.c (original)
+++ subversion/trunk/subversion/libsvn_wc/workqueue.c Tue Mar  9 16:30:26 2010
@@ -117,6 +117,7 @@ copy_and_translate(svn_wc__db_t *db,
 }
 
 
+/* */
 static svn_error_t *
 move_if_present(const char *source_abspath,
                 const char *dest_abspath,
@@ -167,6 +168,7 @@ maybe_remove_conflict(const char *parent
 }
 
 
+/* */
 static svn_error_t *
 run_revert(svn_wc__db_t *db,
            const svn_skel_t *work_item,
@@ -614,6 +616,7 @@ svn_wc__wq_add_revert(svn_boolean_t *wil
 /* OP_PREPARE_REVERT_FILES  */
 
 
+/* */
 static svn_error_t *
 run_prepare_revert_files(svn_wc__db_t *db,
                          const svn_skel_t *work_item,
@@ -704,6 +707,7 @@ svn_wc__wq_prepare_revert_files(svn_wc__
 /* OP_REMOVE_REVERT_FILES  */
 
 
+/* */
 static svn_error_t *
 run_remove_revert_files(svn_wc__db_t *db,
                         const svn_skel_t *work_item,
@@ -754,6 +758,7 @@ svn_wc__wq_remove_revert_files(svn_wc__d
 
 /* OP_KILLME  */
 
+/* */
 static svn_error_t *
 run_killme(svn_wc__db_t *db,
            const svn_skel_t *work_item,
@@ -875,6 +880,7 @@ svn_wc__wq_add_killme(svn_wc__db_t *db,
 
 /* OP_LOGGY  */
 
+/* */
 static svn_error_t *
 run_loggy(svn_wc__db_t *db,
           const svn_skel_t *work_item,
@@ -919,6 +925,7 @@ svn_wc__wq_add_loggy(svn_wc__db_t *db,
 
 /* OP_DELETION_POSTCOMMIT  */
 
+/* */
 static svn_error_t *
 run_deletion_postcommit(svn_wc__db_t *db,
                         const svn_skel_t *work_item,
@@ -1187,6 +1194,7 @@ install_committed_file(svn_boolean_t *ov
 }
 
 
+/* */
 static svn_error_t *
 log_do_committed(svn_wc__db_t *db,
                  const char *local_abspath,
@@ -1484,6 +1492,7 @@ log_do_committed(svn_wc__db_t *db,
 }
 
 
+/* */
 static svn_error_t *
 run_postcommit(svn_wc__db_t *db,
                const svn_skel_t *work_item,
@@ -1582,6 +1591,7 @@ svn_wc__wq_add_postcommit(svn_wc__db_t *
 
 /* OP_INSTALL_PROPERTIES */
 
+/* */
 static svn_error_t *
 run_install_properties(svn_wc__db_t *db,
                        const svn_skel_t *work_item,
@@ -1721,6 +1731,7 @@ svn_wc__wq_add_install_properties(svn_wc
 
 /* OP_DELETE */
 
+/* */
 static svn_error_t *
 run_delete(svn_wc__db_t *db,
            const svn_skel_t *work_item,