On Wed, Mar 10, 2010 at 11:14 AM, Tom Sparks <tom_a_spa...@yahoo.com.au> wrote:
> --- On Wed, 10/3/10, Phpster <phps...@gmail.com> wrote:
>
>> I believe pear has some stuff for subversion.
>
> Don't want to use subversion or any third-party app

Why re-invent the wheel? Just use SVN, existing libraries out there,
easy to use, easy to access and portable.

> I forgot to say needs to support media files (images/sounds/etc) as well as 
> text based files.
> I don't care if it flat-file based or database based

I have stored binary data in SVN many times. No issues. IIRC it simply
stores a new copy of the entire file for each instance of binary data,
rather than storing the changes as it would with a Text file.

Cheers,

James

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to