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/10/14 16:39:01 UTC

svn commit: r1022548 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

Author: julianfoad
Date: Thu Oct 14 14:39:01 2010
New Revision: 1022548

URL: http://svn.apache.org/viewvc?rev=1022548&view=rev
Log:
* subversion/libsvn_wc/wc_db.c
  (fetch_repos_info): Write a doc string.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc_db.c

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=1022548&r1=1022547&r2=1022548&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Thu Oct 14 14:39:01 2010
@@ -367,7 +367,9 @@ get_pristine_fname(const char **pristine
 }
 
 
-/* */
+/* Look up REPOS_ID in SDB and set *REPOS_ROOT_URL and/or *REPOS_UUID to
+ * its root URL and UUID respectively.  Either output parameter may be
+ * NULL if not wanted. */
 static svn_error_t *
 fetch_repos_info(const char **repos_root_url,
                  const char **repos_uuid,