|
From: Adrian C. <ac...@gm...> - 2006-07-03 12:45:43
|
Hey all,
Looking at the directories in trunk, I realize I'm not quite sure what
many of them are. I would love to be given a walk through the list of
interesting dirs from someone in the know. The obvious stuff, gt/module
and gt/plugin, I can figure out but, say, why there is a META-INF in
SVN, I'm not sure. I've attached two lists below, one of all directories
(without .svn) and one of the "interesting" directories.
Ideally this would be done over an IP phone since oral communication
would be so much quicker. I'm at ac...@ek... (on European time) if
one of you can call easily. Be forewarned that I don't really understand
VOIP yet so it might require an email warning.
Alternatively, perhaps some committers will show up on irc, say half an
hour before the meeting, and we can delete cruft as we go along.
This could be also be done on a wiki but then we would really want a
full user doc kept to date through some sort of release-confluence
auto-magic.
--adrian
The two files attached can be generated as follows on any gnu
commandline:
* cd /soft/SVN/geotools/trunk
* find . -type d | grep -v .svn | sort > ~/gt_full_dir_list.text
* {trim by hand to get} ~/interesting_dir_list.text
|