Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Community Voice - HOWTO: Set up a CodeIgniter project in Subversion
#27

[eluser]haydenk[/eluser]
I honestly never could wrap my head around how this article was saying to set everything up and use Subversion.

It wasn't until I read a Wordpress article about doing a Clean Subversion Install that it finally clicked. Here's basically what I came up with.

Code:
domain.tld/
  ci/ <--- "svn co http://svn.ellislab.com/CodeIgniter/trunk ."
  httpdocs/
    .htaccess
    index.php -> domain.tld/ci/index.php
    /system -> domain.tld/ci/system
    /application
      /assets
        style.css
        /images
        /js
      /controller
      /model
      /view

I should mention, I made absolutely NO MODIFICATIONS to the index.php file.

My own article on the subject


Messages In This Thread
CodeIgniter Community Voice - HOWTO: Set up a CodeIgniter project in Subversion - by El Forum - 07-24-2010, 08:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB