[Python-checkins] r45585 - in external/ctypes: .cvsignore ACKS ANNOUNCE ChangeLog LICENSE.txt MANIFEST.in README.CVS README.txt ctypes-dev.el ctypes/.CTYPES_DEVEL ctypes/.cvsignore ctypes/__init__.py ctypes/_endian.py ctypes/_loader.py ctypes/mac

Thomas Heller theller at python.net
Fri Apr 21 12:07:39 CEST 2006


Neal Norwitz wrote:
> On 4/20/06, thomas.heller <python-checkins at python.org> wrote:
>> Author: thomas.heller
>> Date: Thu Apr 20 21:23:42 2006
>> New Revision: 45585
> 
> I tried to diff this to see what changed, but I don't get anything
> returned.  Does anyone know how to view the full diff of this checkin?
> 
> n

I didn't receive the checkin message (via gmane) at all, probably because
it was too large.

I wonder if there's something broken, maybe the files have been checked in with
wrong line endings or something like that.  The diffs always have both complete files,
for example:

c:\svn\external\ctypes>svn -r 45584:45585 diff .cvsignore
Index: .cvsignore
===================================================================
--- .cvsignore  (Revision 45584)
+++ .cvsignore  (Revision 45585)
@@ -1,18 +1,19 @@
-*.c
-*.h
-*.ilk
-*.log
-*.pdb
-*.pyc
-*.pyo
-*.tlb
-*.zip
-MANIFEST
-_ctypes.pyd
-_ctypes_d.pyd
-archive
-build
-dist
-extensions
-test.output
-comtypes
\ No newline at end of file
+*.c
+*.h
+*.ilk
+*.log
+*.pdb
+*.pyc
+*.pyo
+*.tlb
+*.zip
+MANIFEST
+_ctypes.pyd
+_ctypes_d.pyd
+archive
+build
+comtypes
+dist
+extensions
+others.py
+test.output

c:\svn\external\ctypes>

For merging the changes into the trunk, the 'svn merge' command that I tried to use
also had the same problem, so I merged manually. This is not yet committed, but
you will be able to see the changes then.

Thomas



More information about the Python-checkins mailing list