On 01-10-29 21:54:39 CET, Massimiliano Pala wrote: > Robert Joop wrote: > > > what do we want to ask them to do? > > nice question... :-D > > > mkdir old; mv openca* old > > or to be more compatible with current versioning > > mv openca openca-0.6 > > what are you planning to do about dir ? I thought we were moving
pardon? > towards the use of version-specific dirs (openca-0.9), or am I > missing something ? yes, we are using openca-x.y directories. that's why i want to move everything not adhering to that structure out of sight. > > what are the papers/ and sonicdb/ directories intended for? > > sonicdb/ has been wrongly exported from the old CVS repository, it should > be deleted. Also the papers deserves the same treatment... ok, so: mv openca openca-0.6 mkdir old mv openca* old rm -r sonicdb papers mv old/openca-0.9 . the reason why i suggest moving (almost) everything to old/ is because the old structure with all the modules in the toplevel directory is confusing for everyone but a few people who are very familiar with openca's history. 0.9 is the first version with the modules placed inside. but since 0.9 is only an internal version, it doesn't matter much wether we have it put into old/ too or not. so the toplevel directory will contain CVSROOT/ old/ openca-0.10/ openca-0.9/ , a very clear structure. rj _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel
