You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris Shelton <cs...@shelton-family.net> on 2010/01/22 23:59:52 UTC

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

Robert,

On Fri, Jan 22, 2010 at 6:23 PM, Robert Somerville
<rs...@sjgeophysics.com> wrote:
>
> Subversion thinks it is a binary file and ignores it ...

I suspect that this is caused by the global ignore settings, as I ran
into this issue myself recently.  Try:

svn --no-ignore add myfile.pyc

chris