Steps to reproduce:
1. svnadmin ./repos/tgtest
2. tg-admin quickstart qstest and then just keep pressing return
3. cd qstest
4. svn import -m "initial import" ../tgtest/qstest
5. cd ..
6. rm -r qstest
7. svn co ./repos/tgtest/qstest
8. cd qstest
9. tg-admin update -t tgbig
10. answer y for all questions
11. svn st
12. look at the screen with confusion
? qstest/__init__.pyc
A qstest/controllers
A qstest/controllers/__init__.py
A qstest/controllers/root.py
! qstest/static/javascript/empty
! qstest/static/css/empty
! qstest/controllers.py
M setup.pyc
M qstest.egg-info/SOURCES.txt
Expected behavior:
All new files added should be added with "svn add", and all those removed should be done with "svn rm".