Re: svn:externals parser API

2012-02-22 Thread Daniel Shahaf
Nikolaus Demmel wrote on Wed, Feb 22, 2012 at 14:22:26 +0100: > > Am 22.02.2012 um 11:16 schrieb Daniel Shahaf: > > > Daniel Shahaf wrote on Wed, Feb 22, 2012 at 11:31:00 +0200: > >> Stefan Sperling wrote on Wed, Feb 22, 2012 at 00:08:35 +0100: > >>> On Tue, Feb 21, 2012 at 11:50:54PM +0100, Stef

Re: svn:externals parser API

2012-02-22 Thread Nikolaus Demmel
Am 22.02.2012 um 11:16 schrieb Daniel Shahaf: > Daniel Shahaf wrote on Wed, Feb 22, 2012 at 11:31:00 +0200: >> Stefan Sperling wrote on Wed, Feb 22, 2012 at 00:08:35 +0100: >>> On Tue, Feb 21, 2012 at 11:50:54PM +0100, Stefan Sperling wrote: I think svn_wc_parse_externals_description3() shou

Re: svn:externals parser API

2012-02-22 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Feb 22, 2012 at 11:31:00 +0200: > Stefan Sperling wrote on Wed, Feb 22, 2012 at 00:08:35 +0100: > > On Tue, Feb 21, 2012 at 11:50:54PM +0100, Stefan Sperling wrote: > > > I think svn_wc_parse_externals_description3() should do what you need. > > > Does this help you? > >

Re: svn:externals parser API

2012-02-22 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, Feb 22, 2012 at 00:08:35 +0100: > On Tue, Feb 21, 2012 at 11:50:54PM +0100, Stefan Sperling wrote: > > I think svn_wc_parse_externals_description3() should do what you need. > > Does this help you? > > > > The function is mapped in the python bindings: > > > > >>> im

Re: svn:externals parser API

2012-02-21 Thread Stefan Sperling
On Tue, Feb 21, 2012 at 11:50:54PM +0100, Stefan Sperling wrote: > I think svn_wc_parse_externals_description3() should do what you need. > Does this help you? > > The function is mapped in the python bindings: > > >>> import svn.wc > >>> svn.wc.svn_wc_parse_externals_description3 > Hmmm... my

Re: svn:externals parser API

2012-02-21 Thread Stefan Sperling
On Tue, Feb 21, 2012 at 10:26:34PM +0100, Nikolaus Demmel wrote: > Hi, > > this is my first post to this list and I'm not subscribed, so please CC > me when answering. > > I'm investigating how to improve using git-svn with svn-externals, > either with an additional script or directly in within g

svn:externals parser API

2012-02-21 Thread Nikolaus Demmel
Hi, this is my first post to this list and I'm not subscribed, so please CC me when answering. I'm investigating how to improve using git-svn with svn-externals, either with an additional script or directly in within git. In any case I would need git-svn to display the externals. There is "git sv