Yup, symfony plugins are designed to be easily extensible - look up the documentation with them(ie in jobeet) for examples how to extend the plugin's architecture.
On Jun 17, 2:03 pm, Tofuwarrior <[email protected]> wrote: > OK. > > I figured this was what was going on. > > I'll look into the copying across suggestion. > > thanks > > On Jun 17, 11:15 am, Daniel Lohse <[email protected]> > wrote: > > > Modifications inside folders that are externals definitions are not > > committed alongside the project it is defined in! This will only work when > > you have commit rights to the project of the externals definition which is > > not the case with sfGuardPlugin. :) > > > Cheers, Daniel > > > Sent from my iPad > > > On Jun 17, 2010, at 12:11 PM, Ben Bieker <[email protected]> wrote: > > > > On Thu, 17 Jun 2010 03:03:28 -0700 (PDT), Tofuwarrior > > > <[email protected]> wrote: > > >> Hi Everyone, > > > >> I installed sfGuardPlugin using svn externals and have since added a > > >> few methods to sfGuardUser.php. > > >> Every time I export the svn repo to deploy, those additional methods > > >> disappear. > > > > Hi, > > > > I think the problem is that you do an svn export. Export always checks out > > > all files and writes them to your specified location. If u want to keep > > > your local changes you should do a svn co (checkout). So it won't > > > overwrite > > > your local changes but installes some .svn folders to keep track of your > > > changes. > > > > Greetings > > > Ben > > > > -- > > > If you want to report a vulnerability issue on symfony, please send it to > > > security at symfony-project.com > > > > You received this message because you are subscribed to the Google > > > Groups "symfony users" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected] > > > For more options, visit this group at > > >http://groups.google.com/group/symfony-users?hl=en -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
