irmis-devel Mailing List for IRMIS
Status: Alpha
Brought to you by:
carcassi
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(5) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(2) |
Feb
(10) |
Mar
(5) |
Apr
(5) |
May
(1) |
Jun
(3) |
Jul
(3) |
Aug
(1) |
Sep
(2) |
Oct
(2) |
Nov
(1) |
Dec
(1) |
| 2010 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(3) |
May
(2) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(1) |
| 2011 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
|
26
|
27
(1) |
28
|
29
|
30
(2) |
31
|
|
|
From: Debby Q. <qu...@ap...> - 2009-07-30 19:55:10
|
Hi Gabriele, Please go ahead and add my name and email address: quock=Debby Quock <qu...@ap...> Thanks, Debby _____ From: Carcassi, Gabriele [mailto:car...@bn...] Sent: Thursday, July 30, 2009 11:20 AM To: irm...@li... Subject: [Irmis-devel] Migration to Mercurial Hi all, I have been doing some preliminary work to migrate to a distributed version control system, namely Mercurial. After fiddling around, I am able to import the repository with the whole history in the following directory structure: - contrib (contains projects that are either experimental, or they are just not going to be part of the standard distribution. Essentially it contains what branches used to contain, since we weren't using branches a real branches) - docs (contains the documentation as before) - trunk (contains the trunk as before, which constitute the main distribution) We may revise this directory structure, but it would be done as a separate step as to not complicate things further. There are two things I'd like to ask. First, if there is any reason to postpone this migration (for example, someone has some work in the pipeline, .). Second, I will need to convert the usernames in subversion to ones used according to the standard practices in distributed systems, which is simply to use full names and e-mail address. I have made this tentative list, where the e-mails are taken at the time of the contribution. Please, check the spelling of your name and your mail address and let me know of any changes you may want. carcassi=Gabriele Carcassi <car...@bn...> pbbeard=Peter Beard <bea...@ns...> desheffer=Doug Sheffer <sh...@bn...> berryma4=Eric Berryman <eri...@gm...> dondohan=Don Dohan <do...@bn...> karipid=Dan Karipides <ka...@tx...> all5145=Amber Liverpool <liv...@bn...> vikikivi=Vikram Aravamudhan <va...@bn...> There are a few things I still need to sort out (so, this is not final yet), but if everything goes well and nobody objects, I will probably make the migration next week. I will make an announcement when I start the conversion (so that people don't commit during that process) and when the conversion is finished. Thanks, Gabriele |
|
From: Carcassi, G. <car...@bn...> - 2009-07-30 16:20:57
|
Hi all, I have been doing some preliminary work to migrate to a distributed version control system, namely Mercurial. After fiddling around, I am able to import the repository with the whole history in the following directory structure: - contrib (contains projects that are either experimental, or they are just not going to be part of the standard distribution. Essentially it contains what branches used to contain, since we weren't using branches a real branches) - docs (contains the documentation as before) - trunk (contains the trunk as before, which constitute the main distribution) We may revise this directory structure, but it would be done as a separate step as to not complicate things further. There are two things I'd like to ask. First, if there is any reason to postpone this migration (for example, someone has some work in the pipeline, ...). Second, I will need to convert the usernames in subversion to ones used according to the standard practices in distributed systems, which is simply to use full names and e-mail address. I have made this tentative list, where the e-mails are taken at the time of the contribution. Please, check the spelling of your name and your mail address and let me know of any changes you may want. carcassi=Gabriele Carcassi <car...@bn...> pbbeard=Peter Beard <bea...@ns...> desheffer=Doug Sheffer <sh...@bn...> berryma4=Eric Berryman <eri...@gm...> dondohan=Don Dohan <do...@bn...> karipid=Dan Karipides <ka...@tx...> all5145=Amber Liverpool <liv...@bn...> vikikivi=Vikram Aravamudhan <va...@bn...> There are a few things I still need to sort out (so, this is not final yet), but if everything goes well and nobody objects, I will probably make the migration next week. I will make an announcement when I start the conversion (so that people don't commit during that process) and when the conversion is finished. Thanks, Gabriele |
|
From: Carcassi, G. <car...@bn...> - 2009-07-27 18:48:19
|
Hi all, Time for a new release: https://sourceforge.net/projects/irmis/ The biggest news is the contribution of the PHP API from Peter Beard (National Superconducting Cyclotron Laboratory). Like the Java API, sits on top of the service layer and consumes the XML. It is bundled with the service layer, a tarball with the code plus the output of doxygen for reference documentation. Most of the rest of the work has been on the applications. Doug Sheffer added channel support in the ComponentType editor. Other improvements: per node ordering in the component trees, better and more consistent ComponentType search panel, Excel export of a set of components and various bug fixes. I have also started to review part of the Java API, mainly to make it more "script friendly" by allowing to make complex operations more readily available. We should also celebrate another milestone: today we had our 1000th commit to our repository! Full change log is available on Trac at: https://sourceforge.net/apps/trac/irmis/query?status=closed&group=compon ent&order=priority&col=id&col=summary&col=owner&col=type&col=priority&co l=component&col=version&milestone=3.0.9-alpha%20(r1012) Gabriele |