Book a Demo

Author Topic: Support for Mercurial (version control tool)  (Read 8175 times)

Viking

  • EA User
  • **
  • Posts: 478
  • Karma: +2/-2
    • View Profile
Support for Mercurial (version control tool)
« on: August 09, 2017, 03:02:26 am »
Hi, is there Mercurial support in the meantime? The only article I fould for this topic is from 2010 (http://sparxsystems.com/forums/smf/index.php?topic=29252.0). Many thanks in advance, V.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Support for Mercurial (version control tool)
« Reply #1 on: August 09, 2017, 09:09:51 am »
You would still need an SCC interface.

Incidentally, SCC is a generic "Generic VCS interface" as requested by the last post in that thread. It's a common API that developers can write to wrap their VCS.

Viking

  • EA User
  • **
  • Posts: 478
  • Karma: +2/-2
    • View Profile
Re: Support for Mercurial (version control tool)
« Reply #2 on: August 10, 2017, 02:23:48 am »
You would still need an SCC interface.
Incidentally, SCC is a generic "Generic VCS interface" as requested by the last post in that thread. It's a common API that developers can write to wrap their VCS.
Many thanks. Do I undestand you correctly that there is no SSC-compliant Mercurial-library coming with EA? So I need to get it from somewhere? Are there any addresses in the internet? I can only find the library linked in the thread mentioned above. V.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Support for Mercurial (version control tool)
« Reply #3 on: August 10, 2017, 08:26:47 am »
EA doesn't include any SCC providers. I don't know anything about Mercurial other than these two threads, so I can't help you with SCC support for it.

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Support for Mercurial (version control tool)
« Reply #4 on: August 14, 2017, 08:48:15 pm »
Do I undestand you correctly that there is no SSC-compliant Mercurial-library coming with EA?
Yes.

Quote
So I need to get it from somewhere?
Yes. Or roll your own.

Quote
Are there any addresses in the internet?
Many.


/Uffe
My theories are always correct, just apply them to the right reality.

Viking

  • EA User
  • **
  • Posts: 478
  • Karma: +2/-2
    • View Profile
Re: Support for Mercurial (version control tool)
« Reply #5 on: August 15, 2017, 03:19:05 am »
So I need to get it from somewhere?

Could you tell me a good address resp. a reliable supplier, please? I found only hgscc.
« Last Edit: August 15, 2017, 04:58:12 pm by Viking »

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Support for Mercurial (version control tool)
« Reply #6 on: August 15, 2017, 07:16:33 pm »
Could you tell me a good address resp. a reliable supplier, please? I found only hgscc.

Sorry, no. You're looking at a couple weeks work there at least. I could do it but I'd have to charge. 8)

I'm not even sure it's possible. There's a reason Mercurial dropped it in the first place.

/U
My theories are always correct, just apply them to the right reality.

Viking

  • EA User
  • **
  • Posts: 478
  • Karma: +2/-2
    • View Profile
Re: Support for Mercurial (version control tool)
« Reply #7 on: August 15, 2017, 07:34:00 pm »
Could you tell me a good address resp. a reliable supplier, please? I found only hgscc.
Sorry, no. You're looking at a couple weeks work there at least. I could do it but I'd have to charge. 8)
I'm not even sure it's possible. There's a reason Mercurial dropped it in the first place.
/U

I am sorry. I do not understand. I asked if there are "suppliers for SSC for Mercurial" and you answered "many". Then I asked if you could tell me a reliable supplier and you answer that there would be a lot of work to do. I am just looking for a SSC interface which can be used for Mercurial.

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Support for Mercurial (version control tool)
« Reply #8 on: August 15, 2017, 08:34:55 pm »
I am sorry. I do not understand. I asked if there are "suppliers for SSC for Mercurial" and you answered "many".
No, you asked if there are any addresses in the Internet. There are many. In fact, some four billion in the IPv4 address space alone.

Quote
Then I asked if you could tell me a reliable supplier and you answer that there would be a lot of work to do.
Evaluating suppliers is a lot of work.

Quote
I am just looking for a SSC interface which can be used for Mercurial.
As I said, I'm not sure if it's possible to do since Mercurial had SCC support once, and dropped it. Either way, it's nothing to do with EA. You'll likely get better answers from the Mercurial people.

/U
My theories are always correct, just apply them to the right reality.