Same problem here after upgrading to VisualSVN Server 1.6. The reg fix worked for me though...
On Aug 26, 11:53 pm, ping <[EMAIL PROTECTED]> wrote: > I just want to chime in that I have the same problem as well, and the > reg fix worked just great (thanks Bob!). > I am pretty certain I followed all the steps in the instructions. > > For what it's worth, I'm running VisualSVN Server 1.5.2 on W2k3 Std > Ed,Trac0.11 (fromhttp://visualsvn.com/server/trac/) > > On Aug 15, 7:21 am, bobyang <[EMAIL PROTECTED]> wrote: > > > thanks. yes. I added that line on the top but I don't know why it acts > > like that. strange.. > > this is only a testing server. perhaps, I will need to create a real > > server in few weeks. I will try again with a clean installed machine. > > > thanks! > > > On Aug 13, 11:37 am, "Carey Bishop" <[EMAIL PROTECTED]> wrote: > > > > You shouldn't need to play with the registry at all. Did you follow all > > > the > > > steps outlined at:http://visualsvn.com/server/trac/ > > > > My guess is that you missed the vital step: > > > > Add following line at the top of file C:\Program Files\VisualSVN > > > Server\httpd-wrapper.bat: > > > > set PYTHONHOME=%~dp0\Trac\python > > > > Carey > > > > On Thu, Aug 14, 2008 at 7:53 AM, Bob Yang <[EMAIL PROTECTED]> wrote: > > > > > by the way, I think it works now. I haven't done detail testing yet > > > > but create a *.reg and import it may work! (change the Python path if > > > > needed) > > > > > Windows Registry Editor Version 5.00 > > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.5] > > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.5\InstallPath] > > > > @="C:\\Program Files\\VisualSVN Server\\trac\\python\\" > > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.5\InstallPath > > > > \InstallGroup] > > > > @="Python 2.5" > > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.5\Modules] > > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.5\PythonPath] > > > > @="C:\\Program Files\\VisualSVN Server\\trac\\python\\Lib;C:\\Program > > > > Files\\VisualSVN Server\\trac\\python\\DLLs;C:\\Program Files\ > > > > \VisualSVN Server\\trac\\python\\Lib\\lib-tk" > > > > > On Aug 13, 9:10 am, Bob Yang <[EMAIL PROTECTED]> wrote: > > > > > sorry, I don't see server.log in c:\trac\MyProject > > > > > but I see one here C:\Repositories > > > > > > please let me know if you know how to fix it, I will also research > > > > > about it too. if I found anything before anyone post the solution, I > > > > > will post too. > > > > > thanks! > > > > > > and here is the message > > > > > [Wed Aug 13 08:56:22 2008] [notice] Digest: generating secret for > > > > > digest authentication ... > > > > > [Wed Aug 13 08:56:22 2008] [notice] Digest: done > > > > > [Wed Aug 13 08:56:22 2008] [notice] Apache/2.2.9 (Win32) DAV/2 SVN/ > > > > > 1.5.1 configured -- resuming normal operations > > > > > [Wed Aug 13 08:56:22 2008] [notice] Server built: Jul 28 2008 17:58:07 > > > > > [Wed Aug 13 08:56:22 2008] [notice] Parent: Created child process 1260 > > > > > [Wed Aug 13 08:56:22 2008] [notice] Disabled use of AcceptEx() > > > > > WinSock2 API > > > > > [Wed Aug 13 08:56:22 2008] [notice] mod_python: Creating 8 session > > > > > mutexes based on 0 max processes and 64 max threads. > > > > > [Wed Aug 13 08:56:22 2008] [notice] Digest: generating secret for > > > > > digest authentication ... > > > > > [Wed Aug 13 08:56:22 2008] [notice] Digest: done > > > > > [Wed Aug 13 08:56:22 2008] [notice] Child 1260: Child process is > > > > > running > > > > > [Wed Aug 13 08:56:22 2008] [notice] Child 1260: Acquired the start > > > > > mutex. > > > > > [Wed Aug 13 08:56:22 2008] [notice] Child 1260: Starting 64 worker > > > > > threads. > > > > > [Wed Aug 13 08:56:22 2008] [notice] Child 1260: Listening on port 80. > > > > > [Wed Aug 13 08:56:41 2008] [error] make_obcallback: could not import > > > > > mod_python.apache.\n > > > > > [Wed Aug 13 08:56:41 2008] [error] make_obcallback: Python path being > > > > > used "['C:\\\\Program Files\\\\VisualSVN Server\\\\trac\\\\python\\\ > > > > > \python25.zip', '.\\\\DLLs', '.\\\\lib', '.\\\\lib\\\\plat-win', '.\\\ > > > > > \lib\\\\lib-tk', 'C:\\\\Program Files\\\\VisualSVN Server\\\\bin']". > > > > > [Wed Aug 13 08:56:41 2008] [error] get_interpreter: no interpreter > > > > > callback found. > > > > > [Wed Aug 13 08:56:41 2008] [error] [client 127.0.0.1] python_handler: > > > > > Can't get/create interpreter. > > > > > > On Aug 13, 1:04 am, "Carey Bishop" <[EMAIL PROTECTED]> wrote: > > > > > > > On Wed, Aug 13, 2008 at 4:19 PM, Bob Yang <[EMAIL PROTECTED]> wrote: > > > > > > > > hi, > > > > > > > > I follow thishttp://www.visualsvn.com/server/trac/ > > > > > > > > all the steps generated without errors, and in the end I saw > > > > > > > "congradulations...." > > > > > > > > it points me tohttp://localhost:8000/myprojectandIcannotaccess. > > > > > > > by the visualsvn documentation, it saidhttp://localhost/trac/butI > > > > > > > got a popup of entering the password, but after entering the > > > > > > > password > > > > > > > I got "Internal Server Error" > > > > > > > > how could I fix this. > > > > > > > > thanks! > >

