You should use a process like this:
* Get the latest code from the branch you wish to work in (I'd
recommend 2.0)
* Make your changes to the code. If you are making schema changes,
please provide both a new createdb script and a new migration script.
You can see some examples of table renames in the 097-to-098 migration
script.
* Use diff or your IDE to create a patch file, send it to the dev list
and we'll try it out.
- Dave
On Sep 13, 2005, at 10:48 PM, Rudman Max wrote:
We have Roller 1.x running against Oracle 10g database. Migration was
pretty painless as I recall except these major issues:
1) Manual query in the RefererManager had to be reworked (or more
precisely an 'if' for Oracle created)
2) Some constraint names were too long
3) 'comment' table name conflicted with an Oracle keyword.
Let me know if the project has interest in Oracle support and what the
process is for submitting these kinds of patches.
Max