Page 1 of 1
SVN or Not ?
Posted: Sun Nov 06, 2011 6:39 pm
by tibetfreedom
Hi,
About to do a 1.25 install and wondering is the SVN the way to go ?
Any issues etc… ?
have installed 4 Zoneminder installations from previous SVN (about 11 months ago)
Re: SVN or Not ?
Posted: Sun Nov 06, 2011 9:23 pm
by bb99
I believe 1.25.1 was going to incorporate Mastertherknife's performance patch; might check to see if SVN has it built in, would be very worth while if it is.
Re: SVN or Not ?
Posted: Sun Nov 06, 2011 9:36 pm
by tibetfreedom
bb99 wrote:I believe 1.25.1 was going to incorporate Mastertherknife's performance patch; might check to see if SVN has it built in, would be very worth while if it is.
What performance patch is that ?
I have jpegturbo installed, is it more than that ?
Re: SVN or Not ?
Posted: Sun Nov 06, 2011 10:20 pm
by bb99
Re: SVN or Not ?
Posted: Sun Nov 06, 2011 10:36 pm
by tibetfreedom
Wow amazing, thanks.
This is fantastic work.
Re: SVN or Not ?
Posted: Sun Nov 06, 2011 11:27 pm
by bb99
I haven't been able to test fully but I think you're right. Only down side I've read is blob motion detection isn't working as expected but I'll bet that'll be fixed (probably already is).
Re: SVN or Not ?
Posted: Sun Nov 06, 2011 11:48 pm
by tibetfreedom
bb99 wrote:I haven't been able to test fully but I think you're right. Only down side I've read is blob motion detection isn't working as expected but I'll bet that'll be fixed (probably already is).
Debian install breaks as the make file is trying to chown the web files as apache:apache
I've tried to manually patch the makefile but it keeps coming back at me,
If anyone has a quick fix for this I would be grateful as it is 2 seconds away from installation.
Thanks
Re: SVN or Not ?
Posted: Mon Nov 07, 2011 4:23 am
by mastertheknife
The ./configure i posted was just an example. Obviously for your distro you need to use --with-webuser=www-data and --with-webgroup=www-data instead of apache.
And yes, i fixed the issues the patch had with blobs and analysis images already.
mastertheknife
Re: SVN or Not ?
Posted: Mon Nov 07, 2011 9:41 am
by tibetfreedom
mastertheknife wrote:The ./configure i posted was just an example. Obviously for your distro you need to use --with-webuser=www-data and --with-webgroup=www-data instead of apache.
And yes, i fixed the issues the patch had with blobs and analysis images already.
mastertheknife
Right yes sorry for being so dim.
Very nice work !
Re: SVN or Not ?
Posted: Mon Nov 07, 2011 6:58 pm
by tibetfreedom
tibetfreedom wrote:mastertheknife wrote:The ./configure i posted was just an example. Obviously for your distro you need to use --with-webuser=www-data and --with-webgroup=www-data instead of apache.
And yes, i fixed the issues the patch had with blobs and analysis images already.
mastertheknife
Right yes sorry for being so dim.
Very nice work !
Great all up and working nicely.
Version showing as 1.25.0 is that correct ?
Thanks.