Stefano Lenzi wrote:
I like the idea too ^_^, but I think it should be documented
somewhere... maybe we can update the readme.txt file that is quit old
nowdays...
The current documentation is at:
http://cwiki.apache.org/confluence/display/FELIX/SVN+repository+structure
This would need to be updated.
Finally, if I understood well the future SVN repository will look
somehow like that:
trunk
|
|-> utility
|--> ipojo
|-> core-bundle
|-> compendium-bundle
|
|----------> upnp
|-> basedriver
|---> examples
Am I right?
No.
The trunk should contain our sub-projects, not some attempt at a grand
organization of them.
So, it would be something like this:
trunk/
bundlerepository/
ipojo/
arch/
core/
metadata/
plugin/
upnp/
basedriver/
doc/
extra/
sample/
binarylight/
clock/
tv/
tester/
...
The end result would be that doing "ls trunk" would show you a list of
our sub-projects. Going into a sub-project directory would show you all
of the modules associated with that sub-project. That's it.
-> richard