On 3/11/2011 6:56 AM, Thomas W wrote:
I`m thinking about creating a very simple revision system for photos
in python, something like bazaar, mercurial or git, but for photos.
The problem is that handling large binary files compared to plain text
files are quite different. Has anybody done somethi
On Fri, Mar 11, 2011 at 6:56 AM, Thomas W wrote:
> I`m thinking about creating a very simple revision system for photos
> in python, something like bazaar, mercurial or git, but for photos.
> The problem is that handling large binary files compared to plain text
> files are quite different. Has a
On 11 Mar, 17:23, Tim Golden wrote:
> On 11/03/2011 16:05, Chris Hulan wrote:
>
>
>
>
>
>
>
>
>
> > On Mar 11, 9:56 am, Thomas W wrote:
> >> I`m thinking about creating a very simple revision system for photos
> >> in python, something like bazaar, mercurial or git, but for photos.
> >> The probl
On 11/03/2011 16:05, Chris Hulan wrote:
On Mar 11, 9:56 am, Thomas W wrote:
I`m thinking about creating a very simple revision system for photos
in python, something like bazaar, mercurial or git, but for photos.
The problem is that handling large binary files compared to plain text
files are q
On Mar 11, 9:56 am, Thomas W wrote:
> I`m thinking about creating a very simple revision system for photos
> in python, something like bazaar, mercurial or git, but for photos.
> The problem is that handling large binary files compared to plain text
> files are quite different. Has anybody done so