Revision control?
am 10.03.2010 01:21:44 von Tom Sparks
Is there a Revision control class that I can use in a php program?
tom=
_a_sparks
=0A
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Revision control?
am 10.03.2010 01:29:26 von Phpster
I believe pear has some stuff for subversion.
Bastien
Sent from my iPod
On Mar 9, 2010, at 7:21 PM, Tom Sparks
wrote:
> Is there a Revision control class that I can use in a php program?
>
> tom_a_sparks
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Revision control?
am 10.03.2010 01:44:59 von Tom Sparks
--- On Wed, 10/3/10, Phpster wrote:
> I believe pe=
ar has some stuff for=0A> subversion.
Don't want to use subversion or =
any third-party app
I forgot to say needs to support media files (imag=
es/sounds/etc) as well as text based files.=0AI don't care if it flat-file =
based or database based
tom
> =0A> Bastien=0A> =0A> Sent from my=
iPod=0A> =0A> On Mar 9, 2010, at 7:21 PM, Tom Sparks
om.au>
> =0A> wrote:=0A> =0A> > Is there a Revision control class that=
I can use in a=0A> php program?=0A> >=0A> > tom_a_sparks=0A> >=0A> >=0A> >=
=0A> >=0A> > --=0A> > PHP General Mailing List (http://www.php.net/)=0A> > =
To unsubscribe, visit: http://www.php.net/unsub.php=0A> >=0A>
=0A =
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Revision control?
am 10.03.2010 01:56:56 von James Mclean
On Wed, Mar 10, 2010 at 11:14 AM, Tom Sparks wrote:
> --- On Wed, 10/3/10, Phpster 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
Re: Revision control?
am 10.03.2010 02:30:17 von Tom Sparks
--- On Wed, 10/3/10, James McLean wrote:=0A> On We=
d, Mar 10, 2010 at 11:14 AM, Tom=0A> Sparks =0A>=
wrote:=0A> > --- On Wed, 10/3/10, Phpster =0A> wrote:=
=0A> >=0A> >> I believe pear has some stuff for subversion.=0A> >=0A> > Don=
't want to use subversion or any third-party app=0A> =0A> Why re-invent the=
wheel? Just use SVN, existing libraries=0A> out there,=0A> easy to use, ea=
sy to access and portable.
I just to be able to use a LAMPP setup=0AI =
think I may have found something like what I was looking for @ http://asvcs=
..com/
tom
=0A
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php