Ed Leafe wrote:
On Oct 14, 2006, at 9:38 AM, Rick Graves wrote:
Can I use the app that I generated from the old
version of the wizard, or should I wipe the app and
start over?

I guess it depends on how old the old version was, and how much customization you've made to it.

One thing to do is to make a new version of the app into a separate directory, and then compare the differences using a diff tool, such as svn diff or diff -u. This assumes you have these tools, of course.

The easiest way would be to use svn diff. The steps for this would be:

1) Commit your current application to your svn repository
2) Generate a new application using the new wizard to the same directory.
3) Do a 'svn status' to see which files have changed, or are new
4) Do a 'svn diff' on particular files to see the differences.

In this way you can find out relatively painlessly how much has changed from the generated code, and if you find you want to regenerate you'll then be able to copy/paste your customizations into the new generated code.

But, if you haven't customized at all you may as well just regenerate.

--
pkm ~ http://paulmcnett.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to