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

svn commit: r983689 - in /subversion/trunk/subversion/libsvn_wc: cleanup.c log.c

Author: hwright
Date: Mon Aug  9 15:45:32 2010
New Revision: 983689

URL: http://svn.apache.org/viewvc?rev=983689&view=rev
Log:
Rename log.c to cleanup.c in libsvn_wc.

Loggy is dead, long live the workqueue!

* subversion/libsvn_wc/log.c:
  Move to...

* subversion/libsvn_wc/cleanup.c:
  ...this.

Added:
    subversion/trunk/subversion/libsvn_wc/cleanup.c
      - copied, changed from r983684, subversion/trunk/subversion/libsvn_wc/log.c
Removed:
    subversion/trunk/subversion/libsvn_wc/log.c

Copied: subversion/trunk/subversion/libsvn_wc/cleanup.c (from r983684, subversion/trunk/subversion/libsvn_wc/log.c)
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/cleanup.c?p2=subversion/trunk/subversion/libsvn_wc/cleanup.c&p1=subversion/trunk/subversion/libsvn_wc/log.c&r1=983684&r2=983689&rev=983689&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/log.c (original)
+++ subversion/trunk/subversion/libsvn_wc/cleanup.c Mon Aug  9 15:45:32 2010
@@ -1,5 +1,5 @@
 /*
- * log.c:  handle the adm area's log file.
+ * cleanup.c:  handle cleaning up workqueue items
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one