[eluser]ccb.kscott[/eluser]
I am also curious about the application folder that is in the CI system folder.
I have to remove that from the system folder (put in place by the svn:externals) in order to create a symlink to the app folder.
How do I do that without a) having svn keep trying to update the system/application folder as it is updated in the CodeIgniter repository (I want to track trunk with this)
or b) potentially removing it from the CodeIgniter repo? I certainly don't have permissions for that, but still, it seems odd.
[Edited later...]
OK, it's a little extreme to think that I could remove the application folder from the CI repo. But when I removed the local copy of the folder (with a normal rm -rf application) and add the symlink, I get a message that the folder is locked when I try to update.
This makes more sense, but still, how to avoid?
Thanks,