Mail Archives: cygwin/2011/02/11/03:09:16
David Rothenberger wrote:
> I would diff the TortoiseSVN checkout and the Cygwin client's
> checkout. Maybe that will show you what's different and help us
> understand why.
Well I did, and assuming I used the correct command, the differences are
only to be found in the .svn/entries files:
,----
| diff -u -r cyg-svn//.svn/entries win-svn//.svn/entries
| --- cyg-svn//.svn/entries 2011-02-11 08:26:46.893375000 +0100
| +++ win-svn//.svn/entries 2011-02-11 08:27:15.222587800 +0100
| @@ -41,7 +41,7 @@
|
|
|
| -2011-02-11T07:26:46.862123Z
| +2011-02-11T07:27:15.206962Z
| 2fddb2c7a0b66adfc719afc83fdc15b4
| 2011-01-26T15:44:20.591149Z
| 2
| @@ -87,7 +87,7 @@
|
|
|
| -2011-02-11T07:26:46.877749Z
| +2011-02-11T07:27:15.206962Z
| 1d3dcb23b1355c20f7ffb05cfab38aad
| 2011-01-26T15:44:20.591149Z
| 2
| diff -u -r cyg-svn//FOOAssembliesEventIS/.svn/entries win-svn//FOOAssembliesEventIS/.svn/entries
| --- cyg-svn//FOOAssembliesEventIS/.svn/entries 2011-02-11
| 08:26:32.408443800 +0100
| +++ win-svn//FOOAssembliesEventIS/.svn/entries 2011-02-11
| 08:27:04.472175000 +0100
| @@ -41,7 +41,7 @@
|
|
|
| -2011-02-11T07:26:32.392818Z
| +2011-02-11T07:27:04.456549Z
| cc5993c591785f803dcf741369f23e4f
| 2011-01-26T15:44:20.591149Z
| 2
| @@ -78,7 +78,7 @@
|
|
|
| -2011-02-11T07:26:32.392818Z
| +2011-02-11T07:27:04.456549Z
| 2820e0bf078cbf31afd3b5fb5420b3fd
| 2011-01-26T15:44:20.591149Z
(and so on, rest snipped for brevity)
`----
I don't see how any differences in those files could cause build problems.
> http://svnbook.red-bean.com/nightly/en/svn.advanced.props.file-portability.html
I have nothing at all set in [auto-props] in ~/.subversion/config.
If I diff the svn properties I get:
,----
| $ diff -u <(svn proplist -R cyg-svn) <(svn proplist -R win-svn)
| --- /dev/fd/63 2011-02-11 09:02:09.000000000 +0100
| +++ /dev/fd/62 2011-02-11 09:02:09.000000000 +0100
| @@ -1,150 +1,150 @@
| -Properties on 'cyg-svn/FOOAssembliesEventIS/DLL/FoobarObjectsCustomer.dll':
| +Properties on 'win-svn/FOOAssembliesEventIS/DLL/FoobarObjectsCustomer.dll':
| svn:mime-type
| -Properties on 'cyg-svn/FOOAssembliesEventIS/DLL/FoobarAssembly.dll':
| +Properties on 'win-svn/FOOAssembliesEventIS/DLL/FoobarAssembly.dll':
| svn:mime-type
| -Properties on 'cyg-svn/FOOAssembliesEventIS/DLL/FoobarObjectsEquipment.dll':
| +Properties on 'win-svn/FOOAssembliesEventIS/DLL/FoobarObjectsEquipment.dll':
| svn:mime-type
(and so on, rest snipped for brevity)
`----
which I also don't see as significant (well, yeah, the paths are
different. duh!).
The dlls have the mime-type property "application/octet-stream", btw,
which from what I've read is what is expected.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -