[Python-Dev] Is some magic required to check out new files from svn?
skip@pobox.com
skip at pobox.com
Sun Nov 13 14:08:15 CET 2005
>> ../Objects/frameobject.c:6:18: code.h: No such file or directory
>>
>> Sure enough, I have no code.h in my Include directory.
Fredrik> what does
Fredrik> svn status Include/code.h
Fredrik> say? if it says
It reports nothing.
Fredrik> doing a full
Fredrik> svn status
Fredrik> and looking for ! entries will tell you if more files are missing.
The full svn status output is
% svn status
! .
! Python
Just for the heck of it, I tried "svn revert Include/code.h" and got
Skipped 'Include/code.h'
code.h is not mentioned in Include/.svn/entries.
Skip
More information about the Python-Dev
mailing list