[Python-Dev] I would like an svn account

Andrew Bennetts andrew-pythondev at puzzling.org
Sun Jan 4 01:20:32 CET 2009


Barry Warsaw wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Jan 3, 2009, at 11:54 AM, Ulrich Eckhardt wrote:
>
>> 1. I think that a patch can not e.g. capture a moved, renamed or  
>> deleted file.
>> Further, it can not handle e.g. things like the executable bit or  
>> similar
>> things that SVN otherwise does manage. That is what makes a patch only
>> partially suitable.
>
> Bazaar bundles handle moved, renamed and deleted files and directories, 
> afaik.  Executable bits and other file metadata are harder because such 
> properties are OS specific, and Bazaar tries to be OS agnostic.

Actually, Bazaar also handles the execute bit too.  But it doesn't try to
capture any other file metadata like mtime or permissions.

-Andrew.



More information about the Python-Dev mailing list