anonymous75178 Posted January 30, 2009 Share Posted January 30, 2009 I'm working with beanstalk SVN and tortoise.. basically the problem is the server isnt reading the specific "trunk" folder as you can see here http://www.davidsheeley.com/postedpics/trunkproblem.jpg any ideas on how I can get this folder to work? I'm using WAMP. Quote Link to comment Share on other sites More sharing options...
landavia Posted January 30, 2009 Share Posted January 30, 2009 what inside the folder is there a file name .httaccess? Quote Link to comment Share on other sites More sharing options...
anonymous75178 Posted January 30, 2009 Author Share Posted January 30, 2009 Yea there is.. i deleted it and it showed up. However I'm still having an issue with WAMP.. I'n my hosts file I have 127.0.0.1 local.whatever.dev which is located under 127.0.0.1 localhost my vhost file looks like this: <VirtualHost *:80> ServerAdmin webmaster@david.localhost DocumentRoot "C:/html/whatever/trunk/" ServerName local.whatever.dev ServerAlias www.whatever.localhost ErrorLog "logs/local.whatever.dev-error.log" CustomLog "logs/local.whatever.dev-access.log" common <Directory "C:/html/whatever/trunk/"> Options Indexes FollowSymlinks AllowOverride all Order allow,deny Allow from all </Directory> everytime i type local.whatever.dev it kicks me to the root instead of /whatever/trunk/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.