Hacking:Technical decisions: Difference between revisions

Content added Content deleted
(Changing valentina to seamly / seamly2D)
Line 22: Line 22:


In the end it allows us build project that has only one external dependence Qt itself. And this fact make maintaining very easy. Some users appreciate this fact very much.
In the end it allows us build project that has only one external dependence Qt itself. And this fact make maintaining very easy. Some users appreciate this fact very much.

The Valentina project was originally hosted on Bitbucket using Mercurial. After the fork which created Seamly2D as a separate development path, the main Seamly2D repository was transferred to [https://github.com/FashionFreedom/Seamly2D Github].


== Mercurial ==
== Mercurial ==


For our work from the beginning we have been using Mercurial. Why? No big reasons. It's more matter of tastes. It just work, it cross platform, it has very nice GUI TortoiseHg. And because of mercurial our [https://bitbucket.org/dismine/valentina main repository lives on Bitbucket]. Probably in future we will migrate to git, but only if most developers will want it.
For our work from the beginning was done using Mercurial. In the words of the original programmer: Why? No big reasons. It's more matter of tastes. It just work, it cross platform, it has very nice GUI TortoiseHg. And because of mercurial our [https://bitbucket.org/dismine/valentina main repository lives on Bitbucket]. Probably in future we will migrate to git, but only if most developers will want it.