From: <el...@mi...> - 2004-11-03 21:07:20
|
Hi all, how are you doing? I'm starting to write the plugin SDK (the set of libraries and tools to create DaVinci plugins) and i want to know your opinion in how and where should the SDK be in the CVS repository. Perhaps the most obvious way is to create a separate CVS module, so we don't have a mess in the main davinci module. This aproach have one important inconvenient: Some unit code have to be shared between the main DaVinci program and the plugins, so we would need to have a duplicate in each module. I don't have to say that it will be a pain when the file updates in one module, and it's not updated in the other. Alternatively, we can put the SDK code into a sdk directory inside davinci module. This way we have everything in one place, and everything is sync'ed. We have to make sure we don't mess with other units. I'm more inclined to the last alternative, but if you have other ideas and comments, then we can discuss (and show some activity in the process). Good day. |