Forum Moderators: coopster
I have several "applications" running on my server. Each application references files in a general includes folder (include('includes/class_Database.php'), etc.).
I want to keep my applications separate, so other users can easily download/checkout versions, but I also want prevent duplication of effort: if I change my database abstraction class, I don't want to make changes to twenty different copies of the same file.
If anyone has any ideas about this, or about using version control in a web environment in general, I'd really appreciate your input.
Thanks!
-sned