From 3015884e9c0dd409d30ff4700b21e595b51e590c Mon Sep 17 00:00:00 2001 From: Krystian Kulesza <209373@edu.p.lodz.pl> Date: Sun, 6 Jan 2019 19:58:07 +0100 Subject: [PATCH 01/10] =?UTF-8?q?Dodano=20tytu=C5=82=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9bcf5c8d..a3c08832 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@

Section1 title

-

Section2 title

+

Rozproszony system kontroli wersji.

Section2 content From 0136a2e8ef47fe58e1c881b7d314dd80b5cd4d5e Mon Sep 17 00:00:00 2001 From: Krystian Kulesza <209373@edu.p.lodz.pl> Date: Sun, 6 Jan 2019 19:58:45 +0100 Subject: [PATCH 02/10] Dodano tresc 2 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a3c08832..090a0872 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@

Section1 title

Rozproszony system kontroli wersji.

- Section2 content + W rozproszonych systemach kontroli wersji (takich jak Git, Mercurial, Bazaar lub Darcs) klienci nie dostają dostępu jedynie do najnowszych wersji plików ale w pełni kopiują całe repozytorium. Gdy jeden z serwerów, używanych przez te systemy do współpracy, ulegnie awarii, repozytorium każdego klienta może zostać po prostu skopiowane na ten serwer w celu przywrócenia go do pracy.
From ff871ed5653ff617fe68f88d4c6fb651f91fee19 Mon Sep 17 00:00:00 2001 From: Krystian Kulesza <209373@edu.p.lodz.pl> Date: Sun, 6 Jan 2019 20:14:06 +0100 Subject: [PATCH 09/10] Dodano zmiany master cz2 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 78522839..59b9fed1 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ + @@ -38,6 +39,17 @@

Rozproszony system kontroli wersji.

Git - podręcznik +
+
+

Scentralizowany system kontroli wersji.

+
+
+ W scentralizowanych systemach kontroli wersji istnieje jedno centralne repozytorium, przechowujące wszystkie jednostki poddane kontroli wersji oraz wielu klientów, którzy łącząc się z nim za pośrednictwem usługi, uzyskują dostęp do poszczególnych wersji się dokumentów. +
+ +