Tagged Questions
5
votes
3answers
144 views
Manage version control with a central development server (LAMP)
I'm working in a small team with up to 5 (web)developers. Because our team is growing frequently and we ran into problems with multiple people working on the same code we decided to set up a VCS.
...
1
vote
2answers
906 views
Trade-offs of local vs remote development workflows for a web development team
We currently have SVN setup on a remote development server. Developers SSH into the server and develops on their sandbox environment on the server. Each one has a virtual host pointed to their sandbox ...
9
votes
4answers
1k views
Is it acceptable to deploy web app to production directly from SVN
Question
Is there a legitimate reason NOT to use SVN for production deploys, or is this merely a case of personal preference and there is no real case against SVN?
Background
My workplace has a ...
0
votes
2answers
113 views
Storing bugfixes as local changes rather than in SVN branch
We are deploying and upkeeping web-sites to different customers. Normally we wait for newest changes to stabilize, then tag subversion version as release, and install than version to customer. Then we ...