Hi John,
a new port will almost certainly need changes to at least the
bakefiles, which you just removed. As Vadim said, removing these
directories looks like a bad idea, and I think it would be best to
follow his suggestion to start over and recreate the branch.
JC> Thanks for pointing that out. The reason I deleted those directories and
JC> created symbolic links is that I want to pick up the latest changes from the
JC> trunk. But I was also in hesitation between symbolic link and real copy
JC> since real copy is a safer move. I think I will stick to real copy. I will
JC> recreate the branch.
You shouldn't do any explicit copies, just use svn to merge the trunk into
your branch from time to time. IOW things are actually much simpler than
you think they are, you don't have anything special to do to keep your
branch up to date other than just use merge periodically.
Regards,
VZ
Doing merges of changes made in the trunk into your branch is easy
(well, not overly difficult might be a better way to say it) and is one
of the main reasons to use tools like Subversion. Keep track of the
revision number that you use to make your new branch, and that will help
make it a little easier. If you need help when it comes time to do a
merge then let me know.
--
Robin Dunn
Software Craftsman
http://wxPython.org