[Gambas-user] IDE Git Magic ....

Christof Thalhofer chrisml at deganius.de
Fri Feb 9 09:21:29 CET 2018


Am 09.02.2018 um 02:34 schrieb Adrien Prokopowicz:

> I also agree that only the components and project files needed to build 
> Gambas should be in the repository. Ideally, the repository should have 
> the same content as if you generated the archive manually, this way it 
> would make the GitLab-generated archive equivalent to the ones you made 
> on SourceForge, so nobody has to run extra commands to get a clean 
> archive. :-)

A Git repository (the thing you clone to your computer into .git in your
working dir) always contains all states ever. Therefor it is way bigger
than a SVN checkout (which does only a small excerpt of the real
repository on the server).

That is the concept of Git and why it is so fast. You have the whole
thing on your own computer. You can always checkout every state, every
branch into your working dir without the need of a server!

And so everybody's computer is a backup. If Gitlab goes away it doesn't
really matter, because everybody of us has the repo as backup.

For people who just want to fetch a special branch (maybe "stable") from
Gitlab there are commands which do that.

But please do not think about dividing the current repository into
smaller pieces as long as there is no concrete understanding of the Git
concept at all.


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20180209/370a4526/attachment.sig>


More information about the User mailing list