[Python-Dev] python 2 for building python 3

Tres Seaver tseaver at palladion.com
Mon Dec 6 13:47:30 CET 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12/06/2010 07:18 AM, Ulrich Eckhardt wrote:
> On Saturday 04 December 2010, Antoine Pitrou wrote:
>> Perhaps SVN doesn't get timestamps right.
> 
> SVN doesn't touch timestamps explicitly, it just writes the files as they come 
> and the system gives them the timestamps. This also makes sense, because the 
> build system depends on them - you don't want the build to skip compiling 
> files after rewinding your working copy to an older version.
> 
> That said, you can tell SVN to do something with timestamps, I'd have to 
> search a bit in order to find out what exactly that is.

If you set the 'use-commit-times' config flag, subversion will keep
timestamps in sync with the repository commit times during 'checkout',
'update', 'switch', etc. operations (it does this by default during
'export', which is likekt why the tarball process works):

http://svnbook.red-bean.com/en/1.1/ch07.html


Tres.
- -- 
===================================================================
Tres Seaver          +1 540-429-0999          tseaver at palladion.com
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkz822EACgkQ+gerLs4ltQ5tdwCfV/iScJcoxymb/REIBm6VFcbK
TUIAoNl5LLaFgifdV8BjiuOIw5YmnaqR
=H7+7
-----END PGP SIGNATURE-----



More information about the Python-Dev mailing list