It's a bug within prado itself. It's using something to check for a MX record, but not everyone runs a mail server on their svn server. I've created the following patch to get this working. The patch disables the use of checkdnsrr.
[root@svnhost zhang]# patch -p0 < svnmanager-1.03.patch
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/config.php.linux
Hunk #1 FAILED at 6.
Hunk #2 FAILED at 31.
Hunk #3 FAILED at 51.
3 out of 3 hunks FAILED -- saving rejects to file svnmanager-1.03/config.php.linux.rej
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/config.php.win
Hunk #1 FAILED at 3.
Hunk #2 FAILED at 30.
Hunk #3 FAILED at 55.
Hunk #4 FAILED at 65.
4 out of 4 hunks FAILED -- saving rejects to file svnmanager-1.03/config.php.win.rej
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/prado-2.0.3/framework/Web/UI/WebControls/TEmailAddressValidator.php
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/svnmanager/RepositoryModule/GroupPrivilegesEditPage.php
Hunk #1 FAILED at 240.
1 out of 1 hunk FAILED -- saving rejects to file svnmanager-1.03/svnmanager/RepositoryModule/GroupPrivilegesEditPage.php.rej
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/svnmanager/RepositoryModule/UserPrivilegesEditPage.php
Hunk #1 FAILED at 247.
1 out of 1 hunk FAILED -- saving rejects to file svnmanager-1.03/svnmanager/RepositoryModule/UserPrivilegesEditPage.php.rej
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/svnmanager/UserModule/InviteManagePage.php
Hunk #1 FAILED at 103.
1 out of 1 hunk FAILED -- saving rejects to file svnmanager-1.03/svnmanager/UserModule/InviteManagePage.php.rej
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/svnmanager/UserModule/InvitePage.php
Hunk #1 FAILED at 54.
1 out of 1 hunk FAILED -- saving rejects to file svnmanager-1.03/svnmanager/UserModule/InvitePage.php.rej
when executing patch command,there is much failed answer information,is it normal or not?
for example,
Hunk #1 FAILED at 3.
Hunk #2 FAILED at 30.
Hunk #3 FAILED at 55.
Hunk #4 FAILED at 65.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Everytime I try to create a user I get invalid email address. Any ideas or suggestions??
Hi ,
i think u have to setup your server with sendmail/postfix.
B'R'
Actually figured it out, it's more than that.
It's a bug within prado itself. It's using something to check for a MX record, but not everyone runs a mail server on their svn server. I've created the following patch to get this working. The patch disables the use of checkdnsrr.
http://svn.jg555.com/svnmanager-1.03.patch
Dear Jim Gifford,
would you tell me how to apply this patch -- svnmanager-1.03.patch?
[root@svnhost zhang]# patch -p0 < svnmanager-1.03.patch
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/config.php.linux
Hunk #1 FAILED at 6.
Hunk #2 FAILED at 31.
Hunk #3 FAILED at 51.
3 out of 3 hunks FAILED -- saving rejects to file svnmanager-1.03/config.php.linux.rej
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/config.php.win
Hunk #1 FAILED at 3.
Hunk #2 FAILED at 30.
Hunk #3 FAILED at 55.
Hunk #4 FAILED at 65.
4 out of 4 hunks FAILED -- saving rejects to file svnmanager-1.03/config.php.win.rej
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/prado-2.0.3/framework/Web/UI/WebControls/TEmailAddressValidator.php
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/svnmanager/RepositoryModule/GroupPrivilegesEditPage.php
Hunk #1 FAILED at 240.
1 out of 1 hunk FAILED -- saving rejects to file svnmanager-1.03/svnmanager/RepositoryModule/GroupPrivilegesEditPage.php.rej
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/svnmanager/RepositoryModule/UserPrivilegesEditPage.php
Hunk #1 FAILED at 247.
1 out of 1 hunk FAILED -- saving rejects to file svnmanager-1.03/svnmanager/RepositoryModule/UserPrivilegesEditPage.php.rej
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/svnmanager/UserModule/InviteManagePage.php
Hunk #1 FAILED at 103.
1 out of 1 hunk FAILED -- saving rejects to file svnmanager-1.03/svnmanager/UserModule/InviteManagePage.php.rej
(Stripping trailing CRs from patch.)
patching file svnmanager-1.03/svnmanager/UserModule/InvitePage.php
Hunk #1 FAILED at 54.
1 out of 1 hunk FAILED -- saving rejects to file svnmanager-1.03/svnmanager/UserModule/InvitePage.php.rej
when executing patch command,there is much failed answer information,is it normal or not?
for example,
Hunk #1 FAILED at 3.
Hunk #2 FAILED at 30.
Hunk #3 FAILED at 55.
Hunk #4 FAILED at 65.