Hi Everybody,
This is very important so that we don't get a whole bunch of unwanted changesets in our new repo.
The old repo is now under the name
old-py2k-wx and is only there for reference if we need it (and we shouldn't need it).
The default repo on google code has been deleted and recreated, removing the hg branches (bad!) and many old image files that we no longer need (which reduced the size of the repo from 11M to 3.5M and makes cloning faster). It has also been converted to Python 3 using the 2to3 tool and passes all of the unit tests.
HERE'S WHAT YOU NEED TO DO!This will only take a few minutes, but is very important that you do this:
- Rename all local copies of code repositories.
- Start over again, making a clone of the new repo on google code, then clone that repo for a working repo.
- Compare the .hg/hgrc files between the old renamed repositories and the new clones and edit as necessary.
- Completely delete all local copies of the old code repositories from all of
your computers. This is very important so that we don't get broadsided
by a push to google from the old repository.
You may then start working again in the new repo and commit and push to google as normal. You will notice that the ucc/gui directory is still there so that we can steal code from it to build the web app. Also, you will need Python 3.1 now to run the compiler.
You also need to upgrade the doctest-tools package to get the 1.0a3 version. Do a "sudo python3.1 setup.py install" to get it installed for Python3.1, then use testall_31.py to run the unit tests.
Don't hesitate to contact me if you have any questions or problems.
-Bruce