Hi!
Out of several rumors I've heard that OpenLDAP converted it source repo to git. Is that true? www.openldap.org still speaks about cvs. If you changed to git, is the repo publically available?
Thanks,
Volker
Volker Lendecke wrote:
Hi!
Out of several rumors I've heard that OpenLDAP converted it source repo to git. Is that true? www.openldap.org still speaks about cvs. If you changed to git, is the repo publically available?
That was a desire. The conversion has been delayed indefinitely.
On Sat, Mar 13, 2010 at 03:31:34PM -0800, Howard Chu wrote:
Out of several rumors I've heard that OpenLDAP converted it source repo to git. Is that true? www.openldap.org still speaks about cvs. If you changed to git, is the repo publically available?
That was a desire. The conversion has been delayed indefinitely.
Oh, that's sad. git is sooo much better than SVN even.
Volker
Hello,
Am 14.03.2010 um 00:31 schrieb Howard Chu:
Volker Lendecke wrote:
Out of several rumors I've heard that OpenLDAP converted it source repo to git. Is that true? www.openldap.org still speaks about cvs. If you changed to git, is the repo publically available?
That was a desire. The conversion has been delayed indefinitely.
Would it be possible to allow rsync read-only access to the CVS repository? The most advanced repository conversion tools need local access to the repository. It would make syncing to a private GIT clone much easier (or offering a public GIT clone kept in sync by closely following the official CVS).
Kind regards
-- Dagobert
On Nov 12, 2010, at 2:30 AM, Dagobert Michelsen wrote:
Hello,
Am 14.03.2010 um 00:31 schrieb Howard Chu:
Volker Lendecke wrote:
Out of several rumors I've heard that OpenLDAP converted it source repo to git. Is that true? www.openldap.org still speaks about cvs. If you changed to git, is the repo publically available?
That was a desire. The conversion has been delayed indefinitely.
Would it be possible to allow rsync read-only access to the CVS repository?
rsync --list-only rsync://openldap.org
The most advanced repository conversion tools need local access to the repository. It would make syncing to a private GIT clone much easier (or offering a public GIT clone kept in sync by closely following the official CVS).
Kind regards
-- Dagobert
Hello,
Am 12.11.2010 um 21:16 schrieb Kurt Zeilenga:
On Nov 12, 2010, at 2:30 AM, Dagobert Michelsen wrote:
Am 14.03.2010 um 00:31 schrieb Howard Chu:
Volker Lendecke wrote:
Out of several rumors I've heard that OpenLDAP converted it source repo to git. Is that true? www.openldap.org still speaks about cvs. If you changed to git, is the repo publically available?
That was a desire. The conversion has been delayed indefinitely.
Would it be possible to allow rsync read-only access to the CVS repository?
rsync --list-only rsync://openldap.org
I think it would be useful to list this access method at http://www.openldap.org/software/repo.html
Best regards
-- Dago
Hello Howard,
Am 14.03.2010 um 00:31 schrieb Howard Chu:
Volker Lendecke wrote:
Out of several rumors I've heard that OpenLDAP converted it source repo to git. Is that true? www.openldap.org still speaks about cvs. If you changed to git, is the repo publically available?
That was a desire. The conversion has been delayed indefinitely.
I noticed you set up https://github.com/openldap/openldap which have commits up to 2010-10-12. Are there any plans to reactivate syncing from CVS to this repository or is it abandoned?
Kind regards
-- Dago
Dagobert Michelsen wrote:
Hello Howard,
Am 14.03.2010 um 00:31 schrieb Howard Chu:
Volker Lendecke wrote:
Out of several rumors I've heard that OpenLDAP converted it source repo to git. Is that true? www.openldap.org still speaks about cvs. If you changed to git, is the repo publically available?
I noticed you set up https://github.com/openldap/openldap which have commits up to 2010-10-12. Are there any plans to reactivate syncing from CVS to this repository or is it abandoned?
Actually I don't know who setup the repo on github.com. Anyway, things have progressed. Read-only repos are now available on git.openldap.org. You can also browse them at http://www.openldap.org/devel/gitweb.cgi .
We will do one final release from CVS before switching over completely to git. So after 2.4.25 is released, the CVS repos will be read-only.
As usual, info on accessing the source repositories is at http://www.openldap.org/software/repo.html
On Mar 23, 2011, at 3:02 PM, Howard Chu wrote:
Dagobert Michelsen wrote:
Hello Howard,
Am 14.03.2010 um 00:31 schrieb Howard Chu:
Volker Lendecke wrote:
Out of several rumors I've heard that OpenLDAP converted it source repo to git. Is that true? www.openldap.org still speaks about cvs. If you changed to git, is the repo publically available?
I noticed you set up https://github.com/openldap/openldap which have commits up to 2010-10-12. Are there any plans to reactivate syncing from CVS to this repository or is it abandoned?
Actually I don't know who setup the repo on github.com. Anyway, things have progressed. Read-only repos are now available on git.openldap.org. You can also browse them at http://www.openldap.org/devel/gitweb.cgi .
We will do one final release from CVS before switching over completely to git. So after 2.4.25 is released, the CVS repos will be read-only.
And orphaned, and will be deleted after giving those who are using CVS a reasonable chance to migrate local changes to a git commit. We don't plan on pushing git commits into CVS.
A tag will be laid down in both the CVS and Git repos when we complete the switch (which will be documented on the repo.html page), so that late migrators now where the switch was made.
As usual, info on accessing the source repositories is at http://www.openldap.org/software/repo.html
-- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
Howard Chu writes:
Actually I don't know who setup the repo on github.com. Anyway, things have progressed. Read-only repos are now available on git.openldap.org. You can also browse them at http://www.openldap.org/devel/gitweb.cgi .
Beware that these repositories are preliminary and may well get their history rewritten, among other things. That messes up if you pull from them, see man git-rebase; "RECOVERING FROM UPSTREAM REBASE" first. Or wait for things to settle down.
Kurt, I suggest you insert a warning to that effect on the website.
Hallvard B Furuseth wrote:
Howard Chu writes:
Actually I don't know who setup the repo on github.com. Anyway, things have progressed. Read-only repos are now available on git.openldap.org. You can also browse them at http://www.openldap.org/devel/gitweb.cgi .
Beware that these repositories are preliminary and may well get their history rewritten, among other things. That messes up if you pull from them, see man git-rebase; "RECOVERING FROM UPSTREAM REBASE" first. Or wait for things to settle down.
OK, the migration from CVS to git is complete, and the git repos are fully available for use. CVS will be kept around for a little while for reference, but frozen.
Hello Howard,
Am 23.03.2011 um 23:02 schrieb Howard Chu:
Dagobert Michelsen wrote:
Am 14.03.2010 um 00:31 schrieb Howard Chu:
Volker Lendecke wrote:
Out of several rumors I've heard that OpenLDAP converted it source repo to git. Is that true? www.openldap.org still speaks about cvs. If you changed to git, is the repo publically available?
I noticed you set up https://github.com/openldap/openldap which have commits up to 2010-10-12. Are there any plans to reactivate syncing from CVS to this repository or is it abandoned?
Actually I don't know who setup the repo on github.com. Anyway, things have progressed. Read-only repos are now available on git.openldap.org. You can also browse them at http://www.openldap.org/devel/gitweb.cgi .
We will do one final release from CVS before switching over completely to git. So after 2.4.25 is released, the CVS repos will be read-only.
As usual, info on accessing the source repositories is at http://www.openldap.org/software/repo.html
This is excellent news. Thank you!
Best regards
-- Dago
Dagobert Michelsen wrote:
Hello Howard,
Am 23.03.2011 um 23:02 schrieb Howard Chu:
Dagobert Michelsen wrote:
Am 14.03.2010 um 00:31 schrieb Howard Chu:
Volker Lendecke wrote:
Out of several rumors I've heard that OpenLDAP converted it source repo to git. Is that true? www.openldap.org still speaks about cvs. If you changed to git, is the repo publically available?
I noticed you set up https://github.com/openldap/openldap which have commits up to 2010-10-12. Are there any plans to reactivate syncing from CVS to this repository or is it abandoned?
Actually I don't know who setup the repo on github.com. Anyway, things have progressed. Read-only repos are now available on git.openldap.org. You can also browse them at http://www.openldap.org/devel/gitweb.cgi .
We will do one final release from CVS before switching over completely to git. So after 2.4.25 is released, the CVS repos will be read-only.
As usual, info on accessing the source repositories is at http://www.openldap.org/software/repo.html
Please also note that our Contributing guidelines have changed:
http://www.openldap.org/devel/contributing.html
Since git gives us ready made tools for patch management, we would prefer that patch submissions be generated using git format-patch.