we don't like to create a lot of branches, it confuses things and creates more work
-
you can branch from your branch. And do it locally. :suss:
Press F1 for help or google it. Greetings from Germany
KarstenK wrote:
you can branch from your branch. And do it locally.
I failed to mention that this is using TFS, which doesn't (as far as my google-fu took me) support local branching.
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
DRHuff wrote:
A little git of knowledge is a dangerous thing!
And a whole lot of TFS is Too F***** Stupid to support local branches. ;) I could be wrong--egg on face time if I am--but my Google Fu did not indicate that TFS supports local branching.
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
CodeWraith wrote:
Hey, it's their shop, their product and also their rules.
Yeah, I've never dealt will with stupid.
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
You're very lucky. Almost everyday I see stupid. Hey we got Trump didn't we.
-
Then it's best not to argue with them and let them deal with it once it happens. Just make sure that they can't deny that this was the way they wanted to have it when they come crying.
I have lived with several Zen masters - all of them were cats. His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.
Last project I saw them use abstract classes, and could not understand why they did not use interfaces since they did not do anything that could not be done with an interface. They even had abstract properties that were simple properties created in the derived class.
-
DRHuff wrote:
A little git of knowledge is a dangerous thing!
And a whole lot of TFS is Too F***** Stupid to support local branches. ;) I could be wrong--egg on face time if I am--but my Google Fu did not indicate that TFS supports local branching.
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
TFS does, but only if you access it with Git. We're using that combination at work, and it does the job nicely.
I only have a signature in order to let @DalekDave follow my posts.
-
TFS does, but only if you access it with Git. We're using that combination at work, and it does the job nicely.
I only have a signature in order to let @DalekDave follow my posts.
Marco Bertschi wrote:
TFS does, but only if you access it with Git.
Hah! That's an idea. I'll have to explore that a bit. ;)
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
Marco Bertschi wrote:
TFS does, but only if you access it with Git.
Hah! That's an idea. I'll have to explore that a bit. ;)
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
You may start here[^]. TFS has come a long way, and it's really become a great piece of software - Not only for source control, but also for managing work.
I only have a signature in order to let @DalekDave follow my posts.
-
You're very lucky. Almost everyday I see stupid. Hey we got Trump didn't we.
Yes, how did that happen?
Paul Sanders http://www.alpinesoft.co.uk
-
KarstenK wrote:
you can branch from your branch. And do it locally.
I failed to mention that this is using TFS, which doesn't (as far as my google-fu took me) support local branching.
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
Since it isn't a distributed versioning system it can't. Then again, I'm not convinced it supports global branching either.
Wrong is evil and must be defeated. - Jeff Ello
-
KarstenK wrote:
you can branch from your branch. And do it locally.
I failed to mention that this is using TFS, which doesn't (as far as my google-fu took me) support local branching.
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
Use [git-tfs](https://github.com/git-tfs/git-tfs) and make a local branch in the resulting git repo? Yes, it says it's not actively maintained, but that's onl;y since six months ago... Is TFS like SVN in the way it manages branches? If that's the case, I can kind of understand not wanting too many branches - I always had trouble and pain when managing SVN branches (a long, long time ago...thankfully!)
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
Then it's best not to argue with them and let them deal with it once it happens. Just make sure that they can't deny that this was the way they wanted to have it when they come crying.
I have lived with several Zen masters - all of them were cats. His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.
CodeWraith wrote:
Just make sure that they can't deny that this was the way they wanted to have it when they come crying.
Yeah, see, the problem is, if they're not smart enough to get it in the first place, "I told you so" won't make them get it when the excrement impacts the air movement device. Righteousness is never a catalyst for changing minds. :)
Cheers, Mike Fidler "I intend to live forever - so far, so good." Steven Wright "I almost had a psychic girlfriend but she left me before we met." Also Steven Wright "I'm addicted to placebos. I could quit, but it wouldn't matter." Steven Wright yet again.
-
CodeWraith wrote:
Just make sure that they can't deny that this was the way they wanted to have it when they come crying.
Yeah, see, the problem is, if they're not smart enough to get it in the first place, "I told you so" won't make them get it when the excrement impacts the air movement device. Righteousness is never a catalyst for changing minds. :)
Cheers, Mike Fidler "I intend to live forever - so far, so good." Steven Wright "I almost had a psychic girlfriend but she left me before we met." Also Steven Wright "I'm addicted to placebos. I could quit, but it wouldn't matter." Steven Wright yet again.
Very true. I would only mention it when they try to blame it on me, but then without giving in.
I have lived with several Zen masters - all of them were cats. His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.
-
CodeWraith wrote:
Hey, it's their shop, their product and also their rules.
Yeah, I've never dealt will with stupid.
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
Marc Clifton wrote:
Yeah, I've never dealt will with stupid.
Dealing with stupid is a job requirement, isn't it? ;P
-
Since it isn't a distributed versioning system it can't. Then again, I'm not convinced it supports global branching either.
Wrong is evil and must be defeated. - Jeff Ello
Jörgen Andersson wrote:
Then again, I'm not convinced it supports global branching either.
:laugh:
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
Yes, how did that happen?
Paul Sanders http://www.alpinesoft.co.uk
Paul Sanders (the other one) wrote:
Yes, how did that happen??
"Stupid-ER" was the alternative?
-
You're very lucky. Almost everyday I see stupid. Hey we got Trump didn't we.
You Trump Haters just don't get it. He is not a politician, he is a problem solver. It is the CNN fan boys that are the stupid ones, and I mean REALLY stupid. Trump got elected for two reasons. First, because the Socialist/Democrats ran the only person in America, that would lose to ANYONE the Republicans would have run, down to and including Charles Manson. Second, because The people that voted for Trump are tried of the "politicians", a bunch of self- centered, sociopaths, that are only out to line their own pockets.:mad::mad::mad: The nice thing about our country, is that every 4 years we get to vote for a president. Did you vote for H.C., last election? Did you vote at all? If not, you don't have a right to complain.
-
Knowing this, such was the reply when I asked if I could create a feature branch so I can separate what I'm adding to the dev branch, which I want to keep separate in case there are bugs fixes that need to be made and I don't want the code for the new feature making it's way into the dev->qa release process yet. :omg: :sigh:
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
Ugh, there's almost nothing as bad as an SVN mindset in 2018.
Quote:
X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| &nbs
-
Knowing this, such was the reply when I asked if I could create a feature branch so I can separate what I'm adding to the dev branch, which I want to keep separate in case there are bugs fixes that need to be made and I don't want the code for the new feature making it's way into the dev->qa release process yet. :omg: :sigh:
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
Please tell me you said "I agree, that's why I want to create ONE branch. Also, are you suggesting I work on these WITHOUT them being in source control? Or that I should be making suspicious changes to code in the main branch?" I said it before, I met a guy with 5yrs of SVN experience that NEVER did a branch or a merge. I explained to him that he has 3 days of SVN experience, repeated many times over 5 years :-)
-
You Trump Haters just don't get it. He is not a politician, he is a problem solver. It is the CNN fan boys that are the stupid ones, and I mean REALLY stupid. Trump got elected for two reasons. First, because the Socialist/Democrats ran the only person in America, that would lose to ANYONE the Republicans would have run, down to and including Charles Manson. Second, because The people that voted for Trump are tried of the "politicians", a bunch of self- centered, sociopaths, that are only out to line their own pockets.:mad::mad::mad: The nice thing about our country, is that every 4 years we get to vote for a president. Did you vote for H.C., last election? Did you vote at all? If not, you don't have a right to complain.
What problem has he solved. He certainly is great at going bankrupt and screwing people, and looks like he will make an already bad situation for the US even worse. He is also doing a great job of alienating people, and countries. Worst president ever by a large margin.
-
What problem has he solved. He certainly is great at going bankrupt and screwing people, and looks like he will make an already bad situation for the US even worse. He is also doing a great job of alienating people, and countries. Worst president ever by a large margin.