Dear Devs, Need to make a decision about the Repo layout. The two cases are:
branches/ tags/ trunk/ libxml/ libxslt/ or libxml/ branches/ tags/ trunk/ libxslt/ branches/ tags/ trunk/ If the first case, the versions of libxml and libxslt would always be in sync (eg. libxml-0.4 and libxslt-0.4), and there would always be both libxml and libxslt in every tag and branch. This is convenient in that we'd always have the right version of libxml to go with libxslt, but it means toting around libxslt when it may not be needed. In the second case the version numbers can diverge. So it allows a little more independence between the two libs. The downside is that one has to keep track of which version of libxml to use for a particular version of libxslt. Not a big deal, really, but there it is nonetheless. Also, something to consider, for this last option, it would be possible to move the libxslt lib over to it's own Rubyforge project (which already exists actually). Maybe that's a better idea? What do you all think? T. _______________________________________________ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel