svn propchange: r901797 - svn:log

2010-02-25 Thread julianfoad
Author: julianfoad Revision: 901797 Modified property: svn:log Modified: svn:log at Thu Feb 25 09:40:50 2010 -- --- svn:log (original) +++ svn:log Thu Feb 25 09:40:50 2010 @@ -15,5 +15,6 @@ (end_element): Same.

Re: svn commit: r916286 - in /subversion/trunk/subversion/mod_dav_svn: dav_svn.h mirror.c mod_dav_svn.c

2010-02-25 Thread Julian Foad
kame...@apache.org wrote: Author: kameshj Date: Thu Feb 25 13:40:22 2010 New Revision: 916286 Hi Kamesh. Some review comments below ... URL: http://svn.apache.org/viewvc?rev=916286view=rev Log: With the below apache configuration(See the trailing slash at the end of '/svn/'). Location

svn commit: r916319 - /subversion/branches/1.6.x/STATUS

2010-02-25 Thread kameshj
Author: kameshj Date: Thu Feb 25 15:18:54 2010 New Revision: 916319 URL: http://svn.apache.org/viewvc?rev=916319view=rev Log: * STATUS: Nominate r878590, r878607, r878625, r878626, r878627. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL:

svn commit: r916321 - /subversion/branches/1.6.x/STATUS

2010-02-25 Thread kameshj
Author: kameshj Date: Thu Feb 25 15:23:47 2010 New Revision: 916321 URL: http://svn.apache.org/viewvc?rev=916321view=rev Log: * STATUS: Nominate r916286. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL:

svn commit: r916322 - /subversion/branches/1.6.x-r916286/

2010-02-25 Thread kameshj
Author: kameshj Date: Thu Feb 25 15:25:45 2010 New Revision: 916322 URL: http://svn.apache.org/viewvc?rev=916322view=rev Log: Deleting, will create if the other group of revisions are not approved. Removed: subversion/branches/1.6.x-r916286/

Re: svn commit: r916286 - in /subversion/trunk/subversion/mod_dav_svn: dav_svn.h mirror.c mod_dav_svn.c

2010-02-25 Thread Julian Foad
On Thu, 2010-02-25 at 20:45 +0530, Kamesh Jayachandran wrote: On 02/25/2010 08:29 PM, Julian Foad wrote: kame...@apache.org wrote: [...] -if (strcmp(uri.path, root_dir) == 0) { +if (uri.path) +canonicalized_uri = svn_dirent_canonicalize(uri.path, r-pool); Oops,