Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@theZorgEffect versioning whaaaaat? Nope. Making updates to the code base means copying files from the server in ssh, and then uploading them again to overwrite with the new changes. So if someone else decided to do the same thing at the exact same time, one of you would be hosed.
-
@Gauthier oh I do, but that doesn't prevent others from making their own changes and re-uploading single files to the server.
-
@maticko we have a development server. But you're still at the mercy of anyone else's changes on the dev server being up to date and/or overwriting one another
No source control. That's my life at work.
undefined