|
From: Armin B. <arm...@de...> - 2005-03-22 17:28:36
|
Pierre Ossman wrote: > Armin Bauer wrote: > >>Hi, >> >>i just moved the plugins. you can find the now under plugins/ (next to >>trunk/). While this has the disadvantage of not being able to tag and >>branch the plugins correctly, i think this is not a problem since we can >>just create a /tags/plugins/ directory where we do this. Besides that it >>should not happen often anyways) >> >>The example plugin is now located in /trunk/docs/example-plugin >> >>Armin > > > The plugins have their own versions so is it necessary to tag and bundle > them with the main opensync package? Their build structure also clearly > seperates them since they expect opensync to be installed before you > even run configure for each plugin. Hmm both would possible. We could either always increment the plugin version when we increment the opensync version so its clear which plugin version should work. (But i think this is a lot of overhead since the plugins rarely change once written) The other possibility would be to make each tag a directory like this: version-0.X/opensync version-0.X/plugin1 etc I think the neccessity for this disappears once we declare the plugin interface stable since then the latest plugin HEAD version should always work correctly > > Rgds > Pierre > |