Re: subversion-1.10.2/subversion/mod_dav_svn/reports/list.c:273L bad if ?

2018-07-22 Thread Daniel Shahaf
David Binderman wrote on Sun, 22 Jul 2018 10:18 +: > subversion-1.10.2/subversion/mod_dav_svn/reports/list.c:273]: (style) > Expression is always false because 'else if' condition matches previous > condition at line 271. (I replied on https://issues.apache.org/jira/browse/SVN-4765. David,

Re: svnbook.red-bean.com is not accessible

2018-07-22 Thread vishwajeet singh
https://subversion.apache.org/docs/ On Sun 22 Jul, 2018, 21:57 Xiao Jia, wrote: > Hello, > > I'm trying to dig deeper into SVN today but only found out that > http://svnbook.red-bean.com/ is not accessible. > > $ nmap svnbook.red-bean.com > > Starting Nmap 7.60 ( https://nmap.org ) at 2018-07-2

subversion-1.10.2/subversion/bindings/javahl/native/JNIUtil.cpp:589: pointer to dead memory ?

2018-07-22 Thread David Binderman
Hello there, subversion-1.10.2/subversion/bindings/javahl/native/JNIUtil.cpp:589]: (error) Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. Source code is { std::ostringstream buf; buf << err->file; if (err->line > 0) buf <<

svnbook.red-bean.com is not accessible

2018-07-22 Thread Xiao Jia
Hello, I'm trying to dig deeper into SVN today but only found out that http://svnbook.red-bean.com/ is not accessible. $ nmap svnbook.red-bean.com Starting Nmap 7.60 ( https://nmap.org ) at 2018-07-21 13:26 PDT Nmap scan report for svnbook.red-bean.com (66.146.219.98) Host is up (0.080s latency)

subversion-1.10.2/subversion/mod_dav_svn/reports/list.c:273L bad if ?

2018-07-22 Thread David Binderman
Hello there, subversion-1.10.2/subversion/mod_dav_svn/reports/list.c:273]: (style) Expression is always false because 'else if' condition matches previous condition at line 271. Source code is else if (strcmp(name, "DAV:" SVN_DAV__VERSION_NAME) == 0) lrb.dirent_fields |=