Re: svn_config__write

2017-02-06 Thread Branko Čibej
On 06.02.2017 13:52, Daniel Shahaf wrote: > svn_config__write() does: > > 1346 for (section) > 1349 { > 1352 SVN_ERR(svn_stream_printf(stream, section_pool, "\n[%s]\n", > > 1353

svn_config__write

2017-02-06 Thread Daniel Shahaf
svn_config__write() does: 1346 for (section) 1349 { 1352 SVN_ERR(svn_stream_printf(stream, section_pool, "\n[%s]\n", 1353 section->name)); 1354 1355 for (option) 1361