Re: mailer.py commit says TypeError: must be unicode, not str

2018-02-06 Thread Troy Curtis Jr
Proposed edit to fs.py: Change 'w+' to 'wb' when copying svn stream object >> to temporary file. Update isn't needed, and the code just needs to dump >> the >> raw data into a file for the external diff to access, so no >> encoding/decoding should occur. Hence we should open the file in binary >> m

denying access to sub-folder with SVNAllowBulkUpdates

2018-02-06 Thread Dominik Ruf
Hi, in one of our repositories, we deny access to a sub-folder like this [calc:/branches/calc/bug-142] harry = rw sally = r [calc:/branches/calc/bug-142/secret] harry = http://svnbook.red-bean.com/en/1.8/svn.serverconfig.pathbasedauthz.html When browsing the repository the access is correctly d