Jean Parpaillon wrote: > Hi all, > When using paster make-config, generated file is automatically added to svn. > Is there a way to disable it ? Why is it the default behaviour ? (Generated > files are usually not versioned !)
paster automatically adds files to svn when the containing directory is an svn checkout. I never really considered that this would happen with make-config; you can control it with ensure_file(svn_add=False). Though the file is initially generated, it's intended to be hand-edited and is just a starting point. It's not a generated file in the style of a .pyc file. -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
