codeigniter
Using SVN to manage a subset of disparate files
Submitted by bryan on Mon, 07/14/2008 - 19:01.I'm currently working on an extension for CodeIgniter called Modele. Modele is just a collection of four files and each file resides in a different directory within the CodeIgniter installation. I wanted to use SVN to control Modele's source code but SVN cannot single out files from within a directory structure. Using SVN for these files meant I'd have to include the entire codebase of CodeIgniter with Modele.