[symfony-devs] Re: plugins update with svn:externals

2008-02-07 Thread Hassen Ben Tanfous
Thanks subzero2000 -Hassen On Feb 7, 2008 3:25 AM, Tristan Rivoallan <[EMAIL PROTECTED]> wrote: > > On Feb 7, 2008 4:00 AM, subzero2000 <[EMAIL PROTECTED]> wrote: > > > While this might be overkill for your needs, I've used it in the past > > to maintain plugins retrieved via svn:externals. It's

[symfony-devs] Re: plugins update with svn:externals

2008-02-07 Thread Tristan Rivoallan
On Feb 7, 2008 4:00 AM, subzero2000 <[EMAIL PROTECTED]> wrote: > While this might be overkill for your needs, I've used it in the past > to maintain plugins retrieved via svn:externals. It's called Piston > (http://piston.rubyforge.org/), and it allows you to keep a local copy > committed to your

[symfony-devs] Re: plugins update with svn:externals

2008-02-06 Thread subzero2000
While this might be overkill for your needs, I've used it in the past to maintain plugins retrieved via svn:externals. It's called Piston (http://piston.rubyforge.org/), and it allows you to keep a local copy committed to your own repository, but you can still update from the upstream repository r

[symfony-devs] Re: plugins update with svn:externals

2008-02-01 Thread Hassen Ben Tanfous
That's interesting. I like it :P Thanks -Hassen On Feb 1, 2008 9:30 AM, Christian Schaefer <[EMAIL PROTECTED]> wrote: > > > Hi Hassen, > > well you could of course use PHP inside the schema.yml to set stuff > according to some other yml like your local app.yml. > > cheers > /Christian > > > On

[symfony-devs] Re: plugins update with svn:externals

2008-02-01 Thread Christian Schaefer
Hi Hassen, well you could of course use PHP inside the schema.yml to set stuff according to some other yml like your local app.yml. cheers /Christian On 1 Feb., 14:22, "Hassen Ben Tanfous" <[EMAIL PROTECTED]> wrote: > Hello Christian, > I was referring to the schema.yml > > cheers > -Hassen

[symfony-devs] Re: plugins update with svn:externals

2008-02-01 Thread Hassen Ben Tanfous
Hello Christian, I was referring to the schema.yml cheers -Hassen On Feb 1, 2008 4:05 AM, Christian Schaefer <[EMAIL PROTECTED]> wrote: > > > hi hassen, > > why would you want to modify the original code? > wouldn't it be far more elegant to extend the class in each of your > projects? > > che

[symfony-devs] Re: plugins update with svn:externals

2008-02-01 Thread Christian Schaefer
hi hassen, why would you want to modify the original code? wouldn't it be far more elegant to extend the class in each of your projects? cheers /christian On 31 Jan., 23:36, "Hassen Ben Tanfous" <[EMAIL PROTECTED]> wrote: > Hello, > I'm having a small issue. Let's say I'm using the sfGuardPl