Re: [RFC] Plumbing-only support for storing object metadata

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: david
Date: Sunday, August 10, 2008 - 5:16 am

On Sun, 10 Aug 2008, Stephen R. van den Berg wrote:


you also need to be able to add something to the attribute tree to 
indicate what type of metadata is being stored in it. you could  have *nix 
perms, windows perms, posix extended attributes, or other things.

I could see this as a great way to deal with editing exif data for images. 
when checking in a .jpg, extract the .exif data and store it seperately, 
when doing a rich checkout combine it back into the .jpg file. now the 
large binary blob doesn't change so you don't have to try and find deltas 
for it.

all the special case things would be in the helper routines written to do 
the 'rich checkin/checkout' of each type. people who don't care about 
this don't enable these helpers in the configs and so don't suffer any 
overhead (other then item (i) above)

this has the potential to be horribly abused, but it also has the 
potential to open up some very interesting possibilities as well.

David Lang
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC] Plumbing-only support for storing object metadata, Stephen R. van den Berg, (Sun Aug 10, 4:20 am)
Re: [RFC] Plumbing-only support for storing object metadata, david, (Sun Aug 10, 5:16 am)
Re: [RFC] Plumbing-only support for storing object metadata, Stephen R. van den Berg, (Sun Aug 10, 10:57 am)
Re: [RFC] Plumbing-only support for storing object metadata, Stephen R. van den Berg, (Sun Aug 10, 1:16 pm)
Re: [RFC] Plumbing-only support for storing object metadata, Stephen R. van den Berg, (Mon Aug 11, 3:11 am)
Re: [RFC] Plumbing-only support for storing object metadata, Shawn O. Pearce, (Sun Aug 17, 11:12 pm)
Re: [RFC] Plumbing-only support for storing object metadata, Shawn O. Pearce, (Mon Aug 18, 4:18 pm)
Re: [RFC] Plumbing-only support for storing object metadata, Shawn O. Pearce, (Mon Aug 18, 4:28 pm)