14
orijin
8y

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? @!#$@%$^

Comments
  • 1
    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.
  • 0
    Aye 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! ^^
  • 0
    *shell
  • 0
    @Treebasher I work alone and still use branches all the time!
  • 1
    @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
Add Comment