|
List Info
Thread: MySQL back end support
|
|
| MySQL back end support |

|
2007-07-23 16:19:01 |
Hey all,
It looks like it will be pretty easy to add a mysql database
back end
to this project. Is anyone opposed to re-naming
www/include/database.php to www/include/database-pgsql.php
and
replacing its contents with the following?
Cheers,
C.J.
/**
* Uncomment the line which indicates your preferred RDBMS
*/
require_once('database-pgsql.php');
// require_once('database-oci8.php');
// require_once('database-mysql.php');
--
moo.
_______________________________________________
Gforge-devel mailing list
Gforge-devel lists.gforge.org
http://lists.gforge.org/mailman/listinfo/gforge-devel
|
|
| Re: MySQL back end support |

|
2007-07-23 16:26:51 |
C.J. Adams-Collier wrote:
> Hey all,
>
> It looks like it will be pretty easy to add a mysql
database back end
> to this project. Is anyone opposed to re-naming
> www/include/database.php to
www/include/database-pgsql.php and
> replacing its contents with the following?
>
> Cheers,
>
> C.J.
>
> /**
> * Uncomment the line which indicates your preferred
RDBMS
> */
>
> require_once('database-pgsql.php');
> // require_once('database-oci8.php');
> // require_once('database-mysql.php');
>
It is already done and it wasn't as easy as you might think.
Take a
look at Branch_4_6-mysql.
_______________________________________________
Gforge-devel mailing list
Gforge-devel lists.gforge.org
http://lists.gforge.org/mailman/listinfo/gforge-devel
|
|
| Re: MySQL back end support |

|
2007-07-23 17:02:41 |
Well! Thank you!
I'd love to check out that branch, however...
$ svn co --username anonsvn --password anonsvn
https://svn.g
forge.org/svn/gforge/trunk
Error validating server certificate for 'https://svn.gforge.org:443
':
- The certificate is not issued by a trusted authority. Use
the
fingerprint to validate the certificate manually!
- The certificate hostname does not match.
Certificate information:
- Hostname: gforgegroup.com
- Valid: from Wed, 07 Mar 2007 01:39:01 GMT until Sat, 04
Mar 2017
01:39:01 GMT - Issuer: fooo, GForge LLC, Des Moines, Iowa,
US
- Fingerprint:
ba:70:19:68:02:a6:6a:a8:6b:bf:4d:0e:af:1f:5c:f9:14:ef:d0:ed
(R)eject, accept (t)emporarily or accept (p)ermanently? t
Authentication realm: <https://svn.gforge.org
:443> Subversion User
Authentication
Username: anonsvn
Password for 'anonsvn':
Authentication realm: <https://svn.gforge.org
:443> Subversion User
Authentication
Username: anonsvn
Password for 'anonsvn':
svn: PROPFIND request failed on '/svn/gforge/trunk'
svn: PROPFIND of '/svn/gforge/trunk': authorization failed
(https://svn.gforge.org)
On 7/23/07, Robert Nelson <robertn the-nelsons.org> wrote:
> C.J. Adams-Collier wrote:
> > Hey all,
> >
> > It looks like it will be pretty easy to add a
mysql database back end
> > to this project. Is anyone opposed to re-naming
> > www/include/database.php to
www/include/database-pgsql.php and
> > replacing its contents with the following?
> >
> > Cheers,
> >
> > C.J.
> >
> > /**
> > * Uncomment the line which indicates your
preferred RDBMS
> > */
> >
> > require_once('database-pgsql.php');
> > // require_once('database-oci8.php');
> > // require_once('database-mysql.php');
> >
> It is already done and it wasn't as easy as you might
think. Take a
> look at Branch_4_6-mysql.
>
> _______________________________________________
> Gforge-devel mailing list
> Gforge-devel lists.gforge.org
> http://lists.gforge.org/mailman/listinfo/gforge-devel
>
--
moo.
_______________________________________________
Gforge-devel mailing list
Gforge-devel lists.gforge.org
http://lists.gforge.org/mailman/listinfo/gforge-devel
|
|
| Re: MySQL back end support |
  France |
2007-07-23 17:06:36 |
You need to use your gforge.org login account, not anonsvn.
B.
Le 24 juil. 07 à 00:02, C.J. Adams-Collier a écrit :
> Well! Thank you!
>
> I'd love to check out that branch, however...
>
> $ svn co --username anonsvn --password anonsvn
> https://svn.g
forge.org/svn/gforge/trunk
> Error validating server certificate for 'https://svn.gforge.org:443
':
> - The certificate is not issued by a trusted authority.
Use the
> fingerprint to validate the certificate manually!
> - The certificate hostname does not match.
> Certificate information:
> - Hostname: gforgegroup.com
> - Valid: from Wed, 07 Mar 2007 01:39:01 GMT until Sat,
04 Mar 2017
> 01:39:01 GMT - Issuer: fooo, GForge LLC, Des Moines,
Iowa, US
> - Fingerprint:
ba:70:19:68:02:a6:6a:a8:6b:bf:4d:0e:af:1f:
> 5c:f9:14:ef:d0:ed
> (R)eject, accept (t)emporarily or accept (p)ermanently?
t
> Authentication realm: <https://svn.gforge.org
:443> Subversion User
> Authentication
> Username: anonsvn
> Password for 'anonsvn':
> Authentication realm: <https://svn.gforge.org
:443> Subversion User
> Authentication
> Username: anonsvn
> Password for 'anonsvn':
> svn: PROPFIND request failed on '/svn/gforge/trunk'
> svn: PROPFIND of '/svn/gforge/trunk': authorization
failed
> (https://svn.gforge.org)
>
_______________________________________________
Gforge-devel mailing list
Gforge-devel lists.gforge.org
http://lists.gforge.org/mailman/listinfo/gforge-devel
|
|
| Re: MySQL back end support |

|
2007-07-23 18:01:00 |
Thanks. That did it.
Please update the misleading/incorrect docs on the page
here:
http://gforge.org/s
cm/?group_id=1
On 7/23/07, Benoit Campedel (ISEP) <benoit.campedel isep.fr> wrote:
> You need to use your gforge.org login account, not
anonsvn.
>
> B.
>
> Le 24 juil. 07 à 00:02, C.J. Adams-Collier a écrit :
>
> > Well! Thank you!
> >
> > I'd love to check out that branch, however...
> >
> > $ svn co --username anonsvn --password anonsvn
> > https://svn.g
forge.org/svn/gforge/trunk
> > Error validating server certificate for 'https://svn.gforge.org:443
':
> > - The certificate is not issued by a trusted
authority. Use the
> > fingerprint to validate the certificate
manually!
> > - The certificate hostname does not match.
> > Certificate information:
> > - Hostname: gforgegroup.com
> > - Valid: from Wed, 07 Mar 2007 01:39:01 GMT until
Sat, 04 Mar 2017
> > 01:39:01 GMT - Issuer: fooo, GForge LLC, Des
Moines, Iowa, US
> > - Fingerprint:
ba:70:19:68:02:a6:6a:a8:6b:bf:4d:0e:af:1f:
> > 5c:f9:14:ef:d0:ed
> > (R)eject, accept (t)emporarily or accept
(p)ermanently? t
> > Authentication realm: <https://svn.gforge.org
:443> Subversion User
> > Authentication
> > Username: anonsvn
> > Password for 'anonsvn':
> > Authentication realm: <https://svn.gforge.org
:443> Subversion User
> > Authentication
> > Username: anonsvn
> > Password for 'anonsvn':
> > svn: PROPFIND request failed on
'/svn/gforge/trunk'
> > svn: PROPFIND of '/svn/gforge/trunk':
authorization failed
> > (https://svn.gforge.org)
> >
>
>
> _______________________________________________
> Gforge-devel mailing list
> Gforge-devel lists.gforge.org
> http://lists.gforge.org/mailman/listinfo/gforge-devel
>
--
moo.
_______________________________________________
Gforge-devel mailing list
Gforge-devel lists.gforge.org
http://lists.gforge.org/mailman/listinfo/gforge-devel
|
|
| Re: MySQL back end support |

|
2007-07-24 11:25:41 |
What's the plan for merging this branch back into the
trunk?
What's the timeline for the 4.6 release?
On 7/23/07, C.J. Adams-Collier <cjcollier gmail.com> wrote:
> Thanks. That did it.
>
> Please update the misleading/incorrect docs on the page
here:
>
> http://gforge.org/s
cm/?group_id=1
>
> On 7/23/07, Benoit Campedel (ISEP)
<benoit.campedel isep.fr> wrote:
> > You need to use your gforge.org login account, not
anonsvn.
> >
> > B.
> >
> > Le 24 juil. 07 Ã 00:02, C.J. Adams-Collier a
écrit :
> >
> > > Well! Thank you!
> > >
> > > I'd love to check out that branch,
however...
> > >
> > > $ svn co --username anonsvn --password
anonsvn
> > > https://svn.g
forge.org/svn/gforge/trunk
> > > Error validating server certificate for 'https://svn.gforge.org:443
':
> > > - The certificate is not issued by a trusted
authority. Use the
> > > fingerprint to validate the certificate
manually!
> > > - The certificate hostname does not match.
> > > Certificate information:
> > > - Hostname: gforgegroup.com
> > > - Valid: from Wed, 07 Mar 2007 01:39:01 GMT
until Sat, 04 Mar 2017
> > > 01:39:01 GMT - Issuer: fooo, GForge LLC, Des
Moines, Iowa, US
> > > - Fingerprint:
ba:70:19:68:02:a6:6a:a8:6b:bf:4d:0e:af:1f:
> > > 5c:f9:14:ef:d0:ed
> > > (R)eject, accept (t)emporarily or accept
(p)ermanently? t
> > > Authentication realm: <https://svn.gforge.org
:443> Subversion User
> > > Authentication
> > > Username: anonsvn
> > > Password for 'anonsvn':
> > > Authentication realm: <https://svn.gforge.org
:443> Subversion User
> > > Authentication
> > > Username: anonsvn
> > > Password for 'anonsvn':
> > > svn: PROPFIND request failed on
'/svn/gforge/trunk'
> > > svn: PROPFIND of '/svn/gforge/trunk':
authorization failed
> > > (https://svn.gforge.org)
> > >
> >
> >
> > _______________________________________________
> > Gforge-devel mailing list
> > Gforge-devel lists.gforge.org
> > http://lists.gforge.org/mailman/listinfo/gforge-devel
> >
>
>
> --
> moo.
>
--
moo.
_______________________________________________
Gforge-devel mailing list
Gforge-devel lists.gforge.org
http://lists.gforge.org/mailman/listinfo/gforge-devel
|
|
| Re: MySQL back end support |

|
2007-07-24 16:35:06 |
Great news. I'll grab the tarball.
Anyone have experience deploying gforge to RHEL3? I'm a
Debian guy
myself, but some folks I know won't use anything but RH.
Cheers,
C.J.
On 7/24/07, Tim Perdue <tim gforgegroup.com> wrote:
> Robert Nelson wrote:
> > Tim Perdue wrote:
> >> Robert, did you get all your changes merged
into 4.6?
> >>
> > I believe so.
>
> All right, so we'll tag and release a final beta of
4.6...
>
> Tim
> _______________________________________________
> Gforge-devel mailing list
> Gforge-devel lists.gforge.org
> http://lists.gforge.org/mailman/listinfo/gforge-devel
>
--
moo.
_______________________________________________
Gforge-devel mailing list
Gforge-devel lists.gforge.org
http://lists.gforge.org/mailman/listinfo/gforge-devel
|
|
[1-7]
|
|