OK, here is a procedure that works: ) Create a new repository (or reset an old one). 2) Export all the files and folders from the old working copy (This leaves out the troublesome .svn folders.) 3) Edit all references to the old name. $ sed -i 's/pywhip/pykata/g' * # repeat for every folder 4) Import the edited files to the repository. 5) Checkout a new working copy.
I've now updated http://pykata.appspot.com, and everything looks good, except I'm missing the data from the old PyWhip exercises. I tried changing the references back to 'pywhip', but all that gives me is a pile of unintelligible errors. I need to actually move the data, so we can finally abandon the old project. -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

