X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_NXDOMAIN,SPF_HELO_PASS,TW_SV,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Mail-Followup-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: Gary Subject: Re: svn Date: Fri, 11 Feb 2011 09:08:51 +0100 Lines: 83 Message-ID: References: <4D540927 DOT 9030000 AT cs DOT umass DOT edu> <83vd0rmzd6 DOT fsf AT garydjones DOT name> <4D54506B DOT 7080702 AT acm DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (cygwin) X-No-Archive: Yes Mail-Copies-To: never X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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