I hope this isn't an inappropriate place to post this query. If I'm mistaken, please accept my apologies, and disregard the email.
I've just released a plug-in for Symfony: http://www.symfony-project.org/plugins/limexPlugin I see that a folder has been created for it in the SVN repository: http://trac.symfony-project.org/browser/plugins/limexPlugin That folder is empty. This came as a surprise - I'd assumed that my uploaded package.tgz file would get unpacked, and that folder would be populated with source code. Clearly not. So, I'm guessing that I should manually put my source code there. Is that correct? If so, then I have an additional query: My plug-in is probably a bit unusual. It's an adaptor for Lime that has a more xUnit-style API. I wrote the whole thing TDD, which meant writing Lime tests, and then writing PHPUnit tests to test the tests. As a consequence, there's a relatively large body of test code in addition to the code that gives the plug-in it's functionality. Naturally, I want my tests under version control. Is it acceptable usage to put code like this into the symfony repository? Regards G. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
