help

2014-10-08 Thread Have a nice day
I would like to join the open source community.I have some ideas i think would be useful. Jay Gordon

Re: Exception reporting

2014-10-08 Thread Branko Čibej
On 08.10.2014 09:02, Kumar Krishnamoorthy wrote: > > Just reporting it because by subversion client asked me to report it :-) > I'm beginning to wonder if we should ask the TSVN devs to field these crash reports. It's confusing and not very productive for us to get reports of crashes in Tortoise;

svnperms.py Config.get method broken

2014-10-08 Thread Fitzpatrick, Ben
Hi everyone, svnperms.py currently has a bug in the 'get' method of the Config class, on line 114 in https://svn.apache.org/viewvc/subversion/trunk/tools/hook-scripts/svnperms.py?revision=1295006&view=markup: def get(self, section, option, default=None): return self._sections_dict.get

Re: Pool usage in Python bindings

2014-10-08 Thread Philip Martin
Alexey Neyman writes: > PS. I use svn_ra_session_t as an example where a semi-permanent > allocation is necessary. However, I couldn't find the interface > that destroys/closes the svn_ra_session_t. Is it correct that the > svn_ra_session_t is always destroyed by destroying the corresponding > se

Re: Pool usage in Python bindings

2014-10-08 Thread Philip Martin
Alexey Neyman writes: > On Wednesday, October 08, 2014 07:56:50 AM Daniel Shahaf wrote: >> >> You said you had two approaches, but you only list one? > > Err, was the email truncated in your mailbox somehow? The mail I received was also truncated. -- Philip Martin | Subversion Committer WANdi

Re: Pool usage in Python bindings

2014-10-08 Thread Daniel Shahaf
Alexey Neyman wrote on Wed, Oct 08, 2014 at 01:25:37 -0700: > On Wednesday, October 08, 2014 07:56:50 AM Daniel Shahaf wrote: > > Alexey Neyman wrote on Tue, Oct 07, 2014 at 17:27:09 -0700: > > > would be invoked as: > > >// C > > >res = svn_stream_open_readonly(&stream, "path", > > > >

Re: Pool usage in Python bindings

2014-10-08 Thread Alexey Neyman
On Wednesday, October 08, 2014 07:56:50 AM Daniel Shahaf wrote: > Alexey Neyman wrote on Tue, Oct 07, 2014 at 17:27:09 -0700: > > I have encountered a problem with Subversion's Python bindings. For > > example, > > the following simple program does not work: > Which version of the bindings? trunk

Re: Pool usage in Python bindings

2014-10-08 Thread Alexey Neyman
On Wednesday, October 08, 2014 07:56:50 AM Daniel Shahaf wrote: > Alexey Neyman wrote on Tue, Oct 07, 2014 at 17:27:09 -0700: > > I have encountered a problem with Subversion's Python bindings. For > > example, > > the following simple program does not work: > Which version of the bindings? trunk?

Re: Pool usage in Python bindings

2014-10-08 Thread Daniel Shahaf
Alexey Neyman wrote on Tue, Oct 07, 2014 at 17:27:09 -0700: > I have encountered a problem with Subversion's Python bindings. For example, > the following simple program does not work: Which version of the bindings? trunk? > Am I correct in assuming that the division of a single 'pool' argument