Re: Why can’t I create folder ??

2018-05-25 Thread Johan Corveleyn
On Mon, May 21, 2018 at 5:52 AM, Piyaporn Settabunjong wrote: > Dear sir , > > I already update to version 1.10.0 then can create my folder. This is success. > But when I try to check out code to my folder. It error as below. > > --- >

Re: Reference to non-existent node

2018-05-25 Thread Johan Corveleyn
On Tue, May 22, 2018 at 8:30 PM, Davor Josipovic wrote: >> Now that is interesting. 40k doesn't seem to be such a large amount of >> data for modern computers. Very slow and fragmented hard drive? Or perhaps >> there's something else going on that is manifesting this way? > >

Re: Bug in tools/server-side/svnpubsub/svnwcsub.py

2018-05-25 Thread sebb
On 25 May 2018 at 14:37, Daniel Shahaf wrote: > sebb wrote on Fri, 25 May 2018 14:14 +0100: >> The following fails because fname is not defined: >> >> self.read(fname) [1] >> >> it should be >> >> self.read(self.fname) > > Thanks for the report. OK. > With that change,

Re: Bug in tools/server-side/svnpubsub/svnwcsub.py

2018-05-25 Thread Daniel Shahaf
sebb wrote on Fri, 25 May 2018 14:14 +0100: > The following fails because fname is not defined: > > self.read(fname) [1] > > it should be > > self.read(self.fname) Thanks for the report. With that change, the [DEFAULT] section doesn't get emptied by reload(). Would you like to send a patch

Bug in tools/server-side/svnpubsub/svnwcsub.py

2018-05-25 Thread sebb
The following fails because fname is not defined: self.read(fname) [1] it should be self.read(self.fname) [1] http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py?view=markup#l378

Attachments policy (was: Re: Issues)

2018-05-25 Thread Daniel Shahaf
Ralph Seichter wrote on Thu, 24 May 2018 13:39 +0200: > Can the mailing list administrators please change the configuration so > that nobody can send 5-MB-photos to this list? Thank you. How often has that been happening?