Author: Nathan.Vonnahme Date: 2010-05-05 22:04:02 +0200 (Wed, 05 May 2010) New Revision: 29364
Added: plugins/bhLDAPAuthPlugin/testapps/trunk/ Modified: plugins/bhLDAPAuthPlugin/testapps/apache.conf plugins/bhLDAPAuthPlugin/testapps/trunk/plugins/ Log: set up trunk testing dir Modified: plugins/bhLDAPAuthPlugin/testapps/apache.conf =================================================================== --- plugins/bhLDAPAuthPlugin/testapps/apache.conf 2010-05-05 19:44:00 UTC (rev 29363) +++ plugins/bhLDAPAuthPlugin/testapps/apache.conf 2010-05-05 20:04:02 UTC (rev 29364) @@ -21,6 +21,7 @@ Alias /1_2/sf "C:/symfony1.2/data/web/sf" Alias /1_2_Doctrine/sf "C:/symfony1.2/data/web/sf" Alias /1_4/sf "C:/symfony1.4/data/web/sf" + Alias /trunk/sf "C:/symfony1.4/data/web/sf" # point to the web dir Alias /1_0 "C:/web/bhLDAPtest/1_0/web" @@ -28,4 +29,5 @@ Alias /1_2 "C:/web/bhLDAPtest/1_2/web" Alias /1_2_Doctrine "C:/web/bhLDAPtest/1_2_Doctrine/web" Alias /1_4 "C:/web/bhLDAPtest/1_4/web" + Alias /trunk "C:/web/bhLDAPtest/trunk/web" </VirtualHost> Property changes on: plugins/bhLDAPAuthPlugin/testapps/trunk/plugins ___________________________________________________________________ Modified: svn:externals - bhLDAPAuthPlugin/ http://svn.symfony-project.com/plugins/bhLDAPAuthPlugin/branches/1.4/ sfDoctrineGuardPlugin/ http://svn.symfony-project.com/plugins/sfDoctrineGuardPlugin/branches/1.3/ sfSslRequirementPlugin/ http://svn.symfony-project.com/plugins/sfSslRequirementPlugin/branches/1.2/ + bhLDAPAuthPlugin/ http://svn.symfony-project.com/plugins/bhLDAPAuthPlugin/trunk/ sfDoctrineGuardPlugin/ http://svn.symfony-project.com/plugins/sfDoctrineGuardPlugin/branches/1.3/ sfSslRequirementPlugin/ http://svn.symfony-project.com/plugins/sfSslRequirementPlugin/branches/1.2/ -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
