hi,--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ReposStyle" group. To post to this group, send email to repos...@googlegroups.com To unsubscribe from this group, send email to reposstyle+...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reposstyle?hl=en -~----------~----~----~----~------~----~------~--~---
That's good -- the svn command works. The log viewer does not know
credentials. You could change the $repo variable to use the local url
(file:///var/www/repositorio/proyectos). This will bypass security,
but can only be used to see logs. There are other options that involve
--username and --password parameters in the svn command and access
control in apache, depending on your requirements.
/Staffan
). This will bypass security, but can only be used to see logs. There are other options that involve --username and --password parameters in the svn command and access control in apache, depending on your requirements. /Staffan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ReposStyle" group. To post to this group, send email to repos...@googlegroups.com
To unsubscribe from this group, send email to reposstyle+...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reposstyle?hl=en -~----------~----~----~----~------~----~------~--~---
I changed the $repo variable to use the local url (file:///var/www/repositorio/proyectos) , I get a blank page..no errors. nothing, then I tried setting the username and password
One more thought: There might be PHP errors that you don't see unless you've set "display_errors = On" in your php.ini. If you have "log_errors = On" you can see them in the apache log instead. /Staffan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ReposStyle" group. To post to this group, send email to repos...@googlegroups.com
To unsubscribe from this group, send email to reposstyle+...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reposstyle?hl=en -~----------~----~----~----~------~----~------~--~---
when i get the blank page..viewing the source i get
<html><head></head><body></body></html> nothing else