Questions tagged [codebase]

The term codebase, or code base, is used in software development to mean the whole collection of source code used to build a particular application or component.

The codebase for a project is typically stored in a source control repository. A source code repository is a place where large amounts of source code are kept, either publicly or privately. They are often used by multi-developer projects to handle various versions and developers submitting various patches of code in an organized fashion. Subversion and Mercurial are popular tools used to handle this workflow, and are common in open source projects.

152 questions
-3
votes
1 answer

One Codebase with Web Sites of Multiple Languages

I've been assigned a project to demonstrate one codebase housing multiple web sites. Requests for any one of the housed domains would first come through the main project directory, which would pass control to the web site identified by the domain…
sd-mustang
  • 17
  • 3
-4
votes
1 answer

different domains same directory - codebase

I create a dynamic website with php. This website must work with 5 different databases and 5 domain names, but same codebase. When someone access a domain of these 5, the website understand which domain user access and call the appropriate…
Alex Vandyke
  • 73
  • 1
  • 8
1 2 3
10
11