Answer the question
In order to leave comments, you need to log in
How to organize a remote team on a web project?
There is a situation - php+html+css+js project (website) located on the server.
There are different people who perform tasks on the site directly on the server.
There is a problem - different people can edit the same files at the same time, while there is no file locking system.
How to organize access for different people to edit files and prevent the ability to edit the same files?
We tried SVN, but you need to edit the files directly on the server (without checkout), because there is no way to upload the site on the local computer (you need a web server).
What approach will help us?
Answer the question
In order to leave comments, you need to log in
1 Make test servers for everyone and still tie at least svn.
2 Different people perform different tasks but edit the same files? There is something wrong with your project architecture.
3 Use editors that warn you that the saved file has changed after opening. I like Komodo Edit (because that's how I am - too lazy to raise svn, and often something is wrong with the architecture of projects ;) )
We tried SVN, but you need to edit the files directly on the server (without checkout), because there is no way to upload the site on the local computer (you need a web server).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question