On 1/10/06, Cliff Wells <[EMAIL PROTECTED]> wrote: > $ ls -1F > README.txt > __init__.py > dev.cfg > devcfg.py > foo/ > foo-start.py > foo.egg-info/ > prod.cfg > prodcfg.py > setup.py > setup.pyc > start-foo.py* > > I'm still seeing the .cfg files (although the new python ones are there as > well).
You've also got the old "foo-start.py" script. I had actually run "svn move dev.cfg devcfg.py", so I don't know how your svn up would miss that. Those files aren't in the trunk any more: http://www.turbogears.org/svn/turbogears/trunk/turbogears/quickstart/ Kevin

