Hi, I am using versions 1.1.2 (SVN 1.6.15) on a Mac Pro (OS X 10.6.4). I have attempted to import a directory that contains many python files (both *.py and *.pyc) and various C files (*.c) and their objects (*.o & *.so). The python and C files import fine. The "binary" files are not imported (*.o, *.so, and *.pyc). Executable binaries in other folders are imported okay. I have checked the read-write permissions and I can SEE the files in the folder. Do all binaries have to be designated executable to be imported?
This worked okay for me in a previous version of the software (I routinely kept *.pyc and *.o/*.so files in the repository). This repository still exists with the binary files but I don't want to touch it since I don't want to lose the files that are there. -rw-r--r-- 1 curtisj staff 4271 Oct 14 10:20 benergy.py < ------ imports fine -rw-r--r-- 1 curtisj staff 1912 Mar 26 2009 overlap.c < ------ imports fine -rw-r--r-- 1 curtisj staff 2444 Mar 26 2009 overlap.o < ------ is NOT imported -rwxr-xr-x 1 curtisj staff 7752 Mar 26 2009 overlap.so* < ------ is NOT imported -rw-r--r-- 1 curtisj staff 3875 Dec 8 14:36 filterparam.pyc < ------ is NOT imported -rwxr-xr-x 1 curtisj staff 31638 Mar 26 2009 xtal2sas.exe* < ------ imports fine There is no mention of the files in the transcript (a portion of which is attached): Adding '/Users/curtisj/Desktop/sassie/simulate/protein/monomer/ benergy.py' Adding '/Users/curtisj/Desktop/sassie/simulate/protein/monomer/ overlap.c' Adding '/Users/curtisj/Desktop/sassie/simulate/protein/monomer/ filterparam.py' Adding '/Users/curtisj/Desktop/sassie/simulate/protein/monomer/ nbenergy.py' ... Adding (BIN) '/Users/curtisj/Desktop/sassie/calculate/xtal2sas.exe' -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/versions?hl=en.
