On 06/01/11 14:11, Andy Seaborne wrote:
Thinking ahead to the initial code import.
1/ crypto audit:
http://incubator.apache.org/guides/mentor.html#crypto-audit
http://www.apache.org/dev/crypto.html
Although it's after import in the guide, the text says do before
committing anything.
Someone to volunteer for this owning this?
I'm still trying to digest the process...
2/ Import:
The obvious thing for import to do is simply import exactly what's in SF
(CVS and SVN modules). However, and I'm certainly guilt of this, this
include development working files, not just the codebase itself. I think
we should import everything then cleanup, which can happen at different
paces in different modules.
Are we importing the full history of jena into SVN?
Jena uses a <root>/module/trunk style of SVN layout. Any reasons not to
continue with that layout? It makes [1] work on a module basis.
That's the standard layout (you have /module/tags and /module/branches
too?), which most tools seem to expect.
Damian