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
-
We use SVN at work. I get that it's "simple"...but it has issues, and it is missing tons of native features (like branches) that I would like to see my team using.
Recently we temporarily only had a single build machine. In all our genius, we used SVN as our means to get source code from our dev machines over to it for building. To even try out a line of code with the compiler, we were committing. We should have been using SCP, Samba, FTP, or a coin to see who got to use the keyboard next. I feel your pain, even though mine was self-inflicted. -
orijin20208yAye exactly the same here, we use custom sheel scripts to checkout svn code on server and prepare it for production, like deleting unnecesary files from repo and updating configs for production version. It's like we live in the past millenium! ^^
-
yusijs12508y@benoliver999 I use branches even for personal projects. Fun fact though - 3 years ago we didnt have git or any version control at work, and 99% of our work was done in production. It was a fun time. Not. :p We got a proper dev setup back 3 yrs ago tho, with git, each dev server and a pre-prod machine. saved me so many headaches. :p
Related Rants
You know what really grinds my gears? When people commit unfinished code and then my whole local application breaks! Oh, did I mention we're using SVN with one user instead of git? @!#$@%$^
undefined
cleaning up after weebos
svn
bugs