Search the Community
Showing results for tags 'version control'.
-
I've spent the last year building a web application on my local machines using the typical LAMP stack. I've been a developer for 10+ years and am fairly good when it comes to scripting but the server/hosting/system admin thing scares me. I've taken tons of sites live but they always exist on share...
- 2 replies
-
- git
- version control
-
(and 3 more)
Tagged with:
-
I have a situation with my job where we have software versioning in place. We are having releases ever 2 weeks to a month. for example we are currently working on 2.2.1.0 and 2.3.0.0 we have requirements for 2.3 and 2.2.1 any changes we make to 2.2.1 need to be replicated in 2.3...
- 3 replies
-
- repository
- svn
-
(and 3 more)
Tagged with:
-
Need help separating big project into smaller PHP projects
bcassol posted a topic in PHP Coding Help
Hi, I have one big project written in PHP. We currently use Git to do the source code versioning. Now I would like to know how can I separate this big project into smaller projects, each in its subfolder? Today I have: BigProject |-- SubProject1 |-- SubProject2 |-- SubProject3 I...