You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2010/04/28 16:23:15 UTC

svn commit: r938983 - /subversion/trunk/subversion/mod_dav_svn/repos.c

Author: philip
Date: Wed Apr 28 14:23:15 2010
New Revision: 938983

URL: http://svn.apache.org/viewvc?rev=938983&view=rev
Log:
* subversion/mod_dav_svn/repos.c (dav_svn__method_post): Add question comment.

Modified:
    subversion/trunk/subversion/mod_dav_svn/repos.c

Modified: subversion/trunk/subversion/mod_dav_svn/repos.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/repos.c?rev=938983&r1=938982&r2=938983&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/repos.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/repos.c Wed Apr 28 14:23:15 2010
@@ -4286,7 +4286,9 @@ int dav_svn__method_post(request_rec *r)
     return dav_svn__error_response_tag(r, derr);
 
   /* Build a "201 Created" response with header that tells the client
-     our new transaction's name. */
+     our new transaction's name.
+
+     ### What is repos_root_uri for?  It's not used.  */
   repos_root_uri = dav_svn__build_uri(resource->info->repos,
                                       DAV_SVN__BUILD_URI_PUBLIC,
                                       SVN_IGNORED_REVNUM, "", 0,