Re: [Pythonmac-SIG] py2app and svn

2008-07-07 Thread Christopher Barker
Clifford Meece wrote: My question is: how do people generally handle commits of the build and dist directory? Initially I just committed my working directory so I have my source and my build/* and dist/* in svn, which is probably not necessary. nope. In general, the rule with SVN (and other

[Pythonmac-SIG] py2app and svn

2008-07-04 Thread Clifford Meece
Hi, This isn't a question about py2app per se, but more around development practices. I have a small app written in python and wxpython. I have successfully used py2app to make re-distributable packages for my code. Now I have decided to commit my work to svn to track my changes and prot