libkdtree-announce Mailing List for libkdtree++
Status: Inactive
Brought to you by:
madduck
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: martin f k. <ma...@ma...> - 2007-09-29 18:23:05
|
Hello, this is to let you know that we moved the libkdtree code from sourceforge to alioth.debian.org. It is now maintained in git. Please see http://libkdtree.alioth.debian.org for more info. I will automatically move over your -devel and -cvs list memberships to the new list, but *not* -announce, as there is no longer an announcement list. I suppose we can use freshmeat for that: http://freshmeat.net/projects/libkdtree/ [updates pending] The sourceforge project will soon be deleted. Cheers, --=20 martin; (greetings from the heart of the sun.) \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck =20 apt-get source --compile gentoo =20 spamtraps: mad...@ma... |
From: Thomas L. <tho...@in...> - 2007-03-26 13:01:50
|
Hello, Are there still any libkdtree users down there ? I am planning to use the lib myself and also following the advice of Martin to set up a project on alioth.debian.org with up-to-date source code and debian package. Has any body got any patch or any documentation ? Thomas |
From: Martin F K. <kr...@ai...> - 2005-05-26 06:56:03
|
also sprach Martin F Krafft <kr...@ai...> [2005.05.19.1853 +0200]: > $ baz register-archive sftp://arch.madduck.net/srv/arch/madduck/pub/200= 5/coding This should be baz register-archive http://arch.madduck.net/~madduck/pub/2005/coding Sorry for the mistake. --=20 Martin F. Krafft Artificial Intelligence Laboratory Ph.D. Student Department of Information Technology Email: kr...@ai... University of Zurich Tel: +41.(0)44.63-54323 Andreasstrasse 15, Office 2.18 http://ailab.ch/people/krafft CH-8050 Zurich, Switzerland =20 Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver! Spamtraps: kra...@ai... kra...@if... =20 "the vast majority of our imports come from outside the country." =20 - george w. bush=20 |
From: Martin F K. <kr...@ai...> - 2005-05-19 16:54:18
|
Arch is a great system, btw, and I suggest bazaar [0] instead of tla: http://bazaar.canonical.com/ arch is a distributed SCM and essentially, there are two modes of checking out the archive now: read-only and write. Write is not what it may seem, you won't be able to commit directly, but instead you will branch off the main tree and your branch can then be easily merged when you are done. To checkout the archive in read-only mode: $ baz register-archive sftp://arch.madduck.net/srv/arch/madduck/pub/2005/= coding $ baz get ma...@ar...--2005-coding/libkdtree--main--0 libtre= e++ [...] $ baz update If you want to create a branch for your local development, you need to set up your own arch archive, which you can name however you like: $ baz my-id 'my name <my...@em...dress>' $ baz make-archive my...@em...dress--external ~/arch/external $ baz branch ma...@ar...--2005-coding/libkdtree--main--0 \ my...@em...dress--external/libkdtree--myname--0 $ baz get my...@em...dress--external/libkdtree--myname--0 libtree++ [...] # merge new changes from my repository into yours $ baz merge ma...@ar...--2005-coding/libkdtree--main--0 [...] # commit your own changes to your local repository $ baz commit [...] And then to prepare a changeset between your branch and mine: $ baz delta ma...@ar...--2005-coding/libkdtree--main--0 \ my...@em...dress--external/libkdtree--myname--0 \ /tmp/libkdtree--myname $ baz show-changeset --diffs /tmp/libkdtree--myname [...] More info about arch is available from here: http://www.gnu.org/software/gnu-arch/tutorial/arch.html http://wiki.gnuarch.org/ http://wiki.gnuarch.org/Learning_20Arch_20commands_20for_20CVS_20users http://debian.madduck.net/pkg-zope/wiki/Arch/Setup http://debian.madduck.net/pkg-zope/wiki/Arch/Basics I hope this helps. Sorry if my change too you by surprise, but I've had it with CVS once and for all! Arch is *much* nicer! Feel free to ask me any questions about it. --=20 Martin F. Krafft Artificial Intelligence Laboratory Ph.D. Student Department of Information Technology Email: kr...@ai... University of Zurich Tel: +41.(0)44.63-54323 Andreasstrasse 15, Office 2.18 http://ailab.ch/people/krafft CH-8050 Zurich, Switzerland =20 Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver! Spamtraps: kra...@ai... kra...@if... =20 "da haben wir es also: eine kirchliche ordnung mit priesterschaft, theologie, kultus, sakrament; kurz, alles das, was jesus von nazareth bek=E4mpft hatte..." - friedrich nietzsche |