Le lundi 19 octobre 2009 à 10:19 +0200, Olivier Tilloy a écrit : > Hi Guillaume, > > Guillaume Desmottes a écrit : (...) > > > > Btw, should I still include the generated egg-info directly in my bzr > > directory? I never really got the point to version it. > > It's done in Moovida's development branch for convenience: just check > out the branch and run it, no need to generate the egg-info of all the > plugins. Since the usual way to test an external plugin is to generate > an egg anyway, there's no point in versioning the egg-info directory. > You can have bzr ignore it. >
Well, actually, there's one thing for which it can be useful to have the egg-info versioned: so that you can test your plugin just by pointing your ELISA_PLUGIN_PATH to your branch. Obviously, you still can do that after generating the egg-info by hand if it's not included in the branch. Guij
