Using SVN with Python and .pyc files

Gregor Horvath gh at gregor-horvath.com
Fri Oct 13 04:32:52 EDT 2006


James Stroud schrieb:

> project or package. How do people manage this? Do you run a script to
> find files with the .pyc extension and delete those before every commit,
> or is there a more elegant way? It seems like a lot of wasted bandwidth
> an memory on the server side to constantly be dealing with these files
> that contain no real information.

in /etc/subversion/config

global-ignores = *.pyc *~ #*#

-- 
  Servus, Gregor



More information about the Python-list mailing list