[Grok-dev] Re: we need a small tutorial on Subversion-controlling Grok apps

Martin Aspeli optilude at gmx.net
Fri Oct 5 19:19:35 EDT 2007


Brandon Craig Rhodes wrote:
> I can never quite remember exactly what files I need to
> Subversion-control to get my Grok app back later.  There should be a
> small mini-Howto listing the files that I need to remember to check
> in.  Can everything in <app>.egg-info be omitted, for example, since
> the buildout generates it all from buildout.cfg and setup.py?
> 
> I apologize if this has already been recently discussed on the list.
> I'll stop asking once it's on the web site. :-) (When does the shiny
> new site appear, by the way?)

Unless there's something very Grok-specific here, the answer should be 
to set svn-ignore to '*.egg-info *.pyc .*' (egg-info, pyc files and 
hidden files e.g. the .installed.cfg from buildout) and check in 
everything else.

Martin

-- 
Acquisition is a jealous mistress



More information about the Grok-dev mailing list