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

2010-01-22 Thread Robert Somerville
Subversion thinks it is a binary file and ignores it ...

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

2010-01-22 Thread Chris Shelton
Robert, On Fri, Jan 22, 2010 at 6:23 PM, Robert Somerville 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

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

2010-01-22 Thread Stefan Sperling
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