I ran into that as well. It's sufficient to: rm -rvf projectdir/.svn rm -rvf projectdir/*/.svn rm -rvf projectdir/*/*/.svn rm -rvf projectdir/*/*/*/.svn
(just continue adding */ until you get a "file not found") Not that this shouldn't be fixed, but until it is that should get you going. Travis Bradshaw On 2/16/06, Ville Vainio <[EMAIL PROTECTED]> wrote: > > Ville Vainio wrote: > > > That seems to have been the culprit, with the new packages (r790) > > quickstart seems to work correctly. Thanks. > > Well, not quite correctly, I can't check the files into my svn > repository. There's a bunch of .svn directories in the quickstarted > project that probably shouldn't be there... > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

