Earlier quoted context omitted.
If you use a repository URL rather than a local filename / dirname in svn copy, it's a purely remote copy and is instantaneous: $ svn copy file:///var/svn/repos/test/dir1 \ file:///var/svn/repos/test/dir1_jira_1886 -m "For bugfix to SERV-1886" http://svnbook.red-bean.com/en/1.7/svn.branchmerge.using.htm... https://svnvsgit.com/
Most of our team just used Tortoise SVN and the right click -> branch explorer integration. We definitely were not pros at source control.
Ask HN: What is the first thing you implement at a new company?
281–290 of 293 posts
Re: Ask HN: What is the first thing you implement at a new company?
#282Re: Ask HN: What is the first thing you implement at a new company?
#283Basically, when I ask for a role, whereby I expect to be placed in charge of the project, I expect exactly that. Not some fluffy title, with a cushy salary. I expect to be able to destroy the scrum process, hang the scrum master. Toss agile in the garbage. Ask the product owner what they actually want. Do that, in about a month. Finish the project 6 months ahead of schedule single-handedly, because web apps are fucki…
Could you please post civil and informative comments instead? https://news.ycombinator.com/newsguidelines.html
Re: Ask HN: What is the first thing you implement at a new company?
#284I once joined a company and found out on day 1 that they had: 1. No source control system 2. No bug/issue tracker (or formal software QA) 3. No build automation 4. No dedicated build system 5. No pre-launch checklists Basically, the latest release was whatever happened to be on one of the engineer's hard drives whenever someone frantically ran in and said "we needed to release!" You can imagine how fun it was to repr…
Re: Ask HN: What is the first thing you implement at a new company?
#285Earlier quoted context omitted.
Would you mind expanding on this? I'm interested how your experience with them differs from mine.
Generally people are incapable of communicating efficiently. A standup should cover: 1) what did you do yesterday 2) what are you doing today 3) do you have an issues? This should take less than one minute per person. "Issues" should be resolved offline. I once worked on a team where the "scrum master" would update Jira for each person's status. This resulted in a 30 second update turning into 2 or 3 minutes of detai…
Also doing it just before lunch means everyone is in the office, you aren't breaking anyone out of flow unnecessarily, and everyone has a decent idea of what they will actually be working on today (since they are already in the context), so you don't have the issue of "hmm I don't remember what I was doing" or "uhhhh....oh right I'm planning to work on X" delaying things.
Re: Ask HN: What is the first thing you implement at a new company?
#286Re: Ask HN: What is the first thing you implement at a new company?
#287Earlier quoted context omitted.
Do you typically choose one over the other?
I'm not them, but for me I would use Docker if I am tearing the stack up more than a dozen times a day, and Vagrant if I am doing it less. I doubt I use either of them correctly. But I do love the way I use them.
Re: Ask HN: What is the first thing you implement at a new company?
#288I once joined a company and found out on day 1 that they had: 1. No source control system 2. No bug/issue tracker (or formal software QA) 3. No build automation 4. No dedicated build system 5. No pre-launch checklists Basically, the latest release was whatever happened to be on one of the engineer's hard drives whenever someone frantically ran in and said "we needed to release!" You can imagine how fun it was to repr…
Team not knowing any version control properly is one of the most common issue that I find. Nobody knows about unit tests. Build systems and checklists would be something too alien to comprehend.
Re: Ask HN: What is the first thing you implement at a new company?
#289Basically, when I ask for a role, whereby I expect to be placed in charge of the project, I expect exactly that. Not some fluffy title, with a cushy salary. I expect to be able to destroy the scrum process, hang the scrum master. Toss agile in the garbage. Ask the product owner what they actually want. Do that, in about a month. Finish the project 6 months ahead of schedule single-handedly, because web apps are fucki…
You sound like a horrible coworker and employee.
Re: Ask HN: What is the first thing you implement at a new company?
#290One thing that I find sorely missing in many teams is onboarding documentation. So when you come in, document everything that you need to do (required permissions, development environment setup, mailinglists, subscriptions) and how to do it.
Strangely, onboarding documentation does not exist in many places. I ended up creating new on-boarding doc for at least 4,5 consulting engagements and the managers appreciate that a lot.