Author: cmpilato
Date: Fri May 14 15:56:56 2010
New Revision: 944326

URL: http://svn.apache.org/viewvc?rev=944326&view=rev
Log:
* subversion/mod_dav_svn/reports/dated-rev.c,
* subversion/mod_dav_svn/reports/deleted-rev.c,
* subversion/mod_dav_svn/reports/file-revs.c,
* subversion/mod_dav_svn/reports/get-location-segments.c,
* subversion/mod_dav_svn/reports/get-locations.c,
* subversion/mod_dav_svn/reports/get-locks.c,
* subversion/mod_dav_svn/reports/log.c,
* subversion/mod_dav_svn/reports/mergeinfo.c,
* subversion/mod_dav_svn/reports/replay.c,
* subversion/mod_dav_svn/reports/update.c
  File info comment tweaks only (for consistency and correctness).

Modified:
    subversion/trunk/subversion/mod_dav_svn/reports/dated-rev.c
    subversion/trunk/subversion/mod_dav_svn/reports/deleted-rev.c
    subversion/trunk/subversion/mod_dav_svn/reports/file-revs.c
    subversion/trunk/subversion/mod_dav_svn/reports/get-location-segments.c
    subversion/trunk/subversion/mod_dav_svn/reports/get-locations.c
    subversion/trunk/subversion/mod_dav_svn/reports/get-locks.c
    subversion/trunk/subversion/mod_dav_svn/reports/log.c
    subversion/trunk/subversion/mod_dav_svn/reports/mergeinfo.c
    subversion/trunk/subversion/mod_dav_svn/reports/replay.c
    subversion/trunk/subversion/mod_dav_svn/reports/update.c

Modified: subversion/trunk/subversion/mod_dav_svn/reports/dated-rev.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/dated-rev.c?rev=944326&r1=944325&r2=944326&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/dated-rev.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/dated-rev.c Fri May 14 
15:56:56 2010
@@ -1,5 +1,5 @@
 /*
- * version.c: mod_dav_svn versioning provider functions for Subversion
+ * dated-rev.c: mod_dav_svn REPORT handler for mapping a date to a revision
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/mod_dav_svn/reports/deleted-rev.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/deleted-rev.c?rev=944326&r1=944325&r2=944326&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/deleted-rev.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/deleted-rev.c Fri May 14 
15:56:56 2010
@@ -1,5 +1,6 @@
 /*
- * deleted-rev :  routine for getting the revision a path was deleted.
+ * deleted-rev.c: mod_dav_svn REPORT handler for getting the rev in
+ *                which a path was deleted
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/mod_dav_svn/reports/file-revs.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/file-revs.c?rev=944326&r1=944325&r2=944326&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/file-revs.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/file-revs.c Fri May 14 
15:56:56 2010
@@ -1,5 +1,6 @@
 /*
- * file_revs.c: handle the file-revs-report request and response
+ * file-revs.c: mod_dav_svn REPORT handler for transmitting a chain of
+ *              file revisions
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one

Modified: 
subversion/trunk/subversion/mod_dav_svn/reports/get-location-segments.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/get-location-segments.c?rev=944326&r1=944325&r2=944326&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/get-location-segments.c 
(original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/get-location-segments.c Fri 
May 14 15:56:56 2010
@@ -1,6 +1,7 @@
 /*
- * get-location-segments.c: mod_dav_svn versioning provider functions
- *                          for Subversion's get-location-segments RA API.
+ * get-location-segments.c: mod_dav_svn REPORT handler for mapping
+ *                          revision ranges to path locations along
+ *                          the history of an object
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/mod_dav_svn/reports/get-locations.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/get-locations.c?rev=944326&r1=944325&r2=944326&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/get-locations.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/get-locations.c Fri May 14 
15:56:56 2010
@@ -1,5 +1,6 @@
 /*
- * get-locations.c:  generate the 'get locations' report response.
+ * get-locations.c: mod_dav_svn REPORT handler for finding repos locations
+ *                  (path/revision pairs) in an object's history.
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/mod_dav_svn/reports/get-locks.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/get-locks.c?rev=944326&r1=944325&r2=944326&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/get-locks.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/get-locks.c Fri May 14 
15:56:56 2010
@@ -1,5 +1,5 @@
 /*
- * version.c: mod_dav_svn versioning provider functions for Subversion
+ * get-locks.c: mod_dav_svn REPORT handler for querying filesystem locks
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/mod_dav_svn/reports/log.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/log.c?rev=944326&r1=944325&r2=944326&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/log.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/log.c Fri May 14 15:56:56 
2010
@@ -1,5 +1,5 @@
 /*
- * log.c: handle the log-report request and response
+ * log.c: mod_dav_svn REPORT handler for querying revision log info
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/mod_dav_svn/reports/mergeinfo.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/mergeinfo.c?rev=944326&r1=944325&r2=944326&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/mergeinfo.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/mergeinfo.c Fri May 14 
15:56:56 2010
@@ -1,5 +1,5 @@
 /*
- * mergeinfo.c :  routines for getting mergeinfo
+ * mergeinfo.c: mod_dav_svn REPORT handler for querying mergeinfo
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/mod_dav_svn/reports/replay.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/replay.c?rev=944326&r1=944325&r2=944326&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/replay.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/replay.c Fri May 14 
15:56:56 2010
@@ -1,5 +1,5 @@
 /*
- * replay.c :  routines for replaying revisions
+ * replay.c: mod_dav_svn REPORT handler for replaying revisions
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/mod_dav_svn/reports/update.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/update.c?rev=944326&r1=944325&r2=944326&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/update.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/update.c Fri May 14 
15:56:56 2010
@@ -1,5 +1,5 @@
 /*
- * update.c: handle the update-report request and response
+ * update.c: mod_dav_svn REPORT handler for transmitting tree deltas
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one


Reply via email to