Logged in as guest
Viewing Web/6924 Full headers
Major security issue: yes no
Notes: Notification:
Date: Mon, 02 May 2011 12:54:38 +0000 From: ondrej.kuznik@acision.com To: openldap-its@OpenLDAP.org Subject: www.openldap.org and git.openldap.org serve different repositories
Full_Name: Ondrej Kuznik Version: OS: URL: Submission from: (NULL) (62.168.56.1) It seems that the repositories served over http and git protocol (urls as advertised on http://www.openldap.org/devel/gitweb.cgi?p=openldap-etc.git;a=summary) differ. While containing roughly the same history, there are a few commits (at least) at the beginning that are unwound differently in each one. The list of differences between the two repos might be larger, however I have no tool at hand that could help me find them all.
Date: Tue, 11 Oct 2011 16:02:39 +0200 From: =?utf-8?B?T25kxZllaiBLdXpuw61r?= <ondra@mistotebe.net> To: openldap-its@openldap.org Subject: Re: (ITS#6924) www.openldap.org and git.openldap.org serve different repositories
Note that openldap.git is not the only repository serving different history, e.g.: ---------------- 8< ---------------- $ git clone http://www.openldap.org/software/repo/openldap-jldap.git openldap-jldap.http $ cd openldap-jldap.http $ git log -1 commit 07fc2a4b6f20dfb3a171ee0fa4b66082358b8b53 Author: Nachiappan Palaniappan <npalani@openldap.org> Date: Mon Jul 6 08:43:38 2009 +0000 Updated version to 4.6. ---------------- 8< ---------------- Compare it to: ---------------- 8< ---------------- $ git clone git://git.openldap.org/openldap-jldap.git openldap-jldap.git $ cd openldap-jldap.git $ git log -1 commit bae9f556e97ad5bb0f76fe897c9b298a6021e244 Date: Mon Jul 6 08:43:38 2009 +0000 Updated version to 4.6. ---------------- 8< ---------------- Cheers, Ondrej Kuznik
______________ © Copyright 2013, OpenLDAP Foundation, info@OpenLDAP.org