[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Hi ; how do i get Subversion to archive a python *.pyc file

From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 23 Jan 2010 01:20:21 +0100

On Fri, Jan 22, 2010 at 03:23:55PM -0800, Robert Somerville wrote:
> Subversion thinks it is a binary file and ignores it ...

Because it's in the default global ignores list:

$ grep global-ignores ~/.subversion/config
### Set global-ignores to a set of whitespace-delimited globs
# global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo
                                                                 ^^^^^^
Configure global-ignores in your configuration file accordingly
and it should work.

Stefan
Received on 2010-01-23 01:21:06 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.