You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(22) |
Nov
(85) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(47) |
Feb
(127) |
Mar
(268) |
Apr
(78) |
May
(47) |
Jun
(38) |
Jul
(131) |
Aug
(221) |
Sep
(187) |
Oct
(54) |
Nov
(111) |
Dec
(84) |
2011 |
Jan
(152) |
Feb
(106) |
Mar
(94) |
Apr
(90) |
May
(53) |
Jun
(20) |
Jul
(24) |
Aug
(37) |
Sep
(32) |
Oct
(70) |
Nov
(22) |
Dec
(15) |
2012 |
Jan
(33) |
Feb
(110) |
Mar
(24) |
Apr
(1) |
May
(11) |
Jun
(8) |
Jul
(12) |
Aug
(37) |
Sep
(39) |
Oct
(81) |
Nov
(38) |
Dec
(50) |
2013 |
Jan
(23) |
Feb
(53) |
Mar
(23) |
Apr
(5) |
May
(19) |
Jun
(16) |
Jul
(16) |
Aug
(9) |
Sep
(21) |
Oct
(1) |
Nov
(2) |
Dec
(8) |
2014 |
Jan
(16) |
Feb
(6) |
Mar
(27) |
Apr
(1) |
May
(10) |
Jun
(1) |
Jul
(4) |
Aug
(10) |
Sep
(19) |
Oct
(22) |
Nov
(4) |
Dec
(6) |
2015 |
Jan
(3) |
Feb
(6) |
Mar
(9) |
Apr
|
May
(11) |
Jun
(23) |
Jul
(14) |
Aug
(10) |
Sep
(10) |
Oct
(9) |
Nov
(18) |
Dec
(4) |
2016 |
Jan
(5) |
Feb
(5) |
Mar
|
Apr
(2) |
May
(15) |
Jun
(2) |
Jul
(8) |
Aug
(2) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(2) |
Feb
(12) |
Mar
(22) |
Apr
(6) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(5) |
Oct
(2) |
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(3) |
Aug
|
Sep
(7) |
Oct
(19) |
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joe W. <jo...@gm...> - 2013-02-27 21:34:06
|
> We are not using the responsive elements from bootstrap: > http://twitter.github.com/bootstrap/scaffolding.html#responsive I've actually just been working with the "bootstrap-responsive" extensions - to bring responsive design to history.state.gov. Since the responsive stuff adds weight to an app (an extra .js and .css file), perhaps eXide should provide two bootstrap templates: bootstrap (plain), and bootstrap (responsive). I agree that the docs app should be as "responsive" as possible. > After I figure this out, I will post my results. Nice! Joe |
From: Loren C. <lor...@gm...> - 2013-02-27 21:07:38
|
Hello folks, I tried looking at the eXist docs from my iPad and the menus do not work. We are not using the responsive elements from bootstrap: http://twitter.github.com/bootstrap/scaffolding.html#responsive http://twitter.github.com/bootstrap/components.html#navs After I figure this out, I will post my results. It would also be nice to see the docs and function docs from the phones as well as the tablets. Cheers, Loren |
From: Joe W. <jo...@gm...> - 2013-02-27 14:23:47
|
Wow, quite a saga. Great idea to eliminate the SourceForge factor and run everything from an EC2 instance. Thanks for all your work on this, Adam! Joe |
From: Adam R. <ad...@ex...> - 2013-02-25 22:48:00
|
A status update - So I am afraid to report that the svn2git process running on Amazon stopped earlier today. It stopped because it appears that there was a network interruption between Amazon EC2 and SourceForge's SVN server. I cannot be certain but it looks like SourceForge's server stopped responding. There is no way to restart the svn2git process reliably as I have mentioned before. So what is happening now? I have leased a new larger EC2 instance, a CPU Intensive Medium machine (c1.medium). I am adopting a different approach which should be network resilient: I have rsync'd the entire eXist SVN repo from SourceForge to my EC2 instance (~1GB) so that I have a complete local copy of the entire repo. I have then compiled the latest Git and installed the latest svn2git and set the svn2git process to work on the local repo. Subjectively the processing seems much faster on the new larger instance, but again well I guess its going to take several days. The new instance CPU is about 2.5x faster that the one I was using previously, the fact that no network communication is required should also hopefully speed this up further. I hope to post a new more positive update soon... On 23 February 2013 11:21, Adam Retter <ad...@ex...> wrote: > After checking the metrics of the EC2 instance this morning, it seems > that svn2git is pretty much CPU bound on here, consistently consuming > 75% - 100% of the CPU. I was using a m1.small instance to keep costs > low. > > I could switch to a larger instance, but that would involve having to > restart the process from scratch, svn2git does not have any reliable > way to resume. Also for each doubling of the CPU, the costs double, > and there is no guarantee that it will be twice as fast. I am not sure > but I guess svn2git is single-threaded, so we could only step up to a > m1.medium and expect to see any sort of performance improvement. > > As this has now been running for six days, I am more inclined to leave > it running than switch to an m1.medium instance which is twice the > size (as we know this will take at 3+ days to repeat what has already > been done on the m1.small instance). > We can re-evaluate this in a few days perhaps... > > On 22 February 2013 20:26, Adam Retter <ad...@ex...> wrote: >> For those that are wondering, the process is still under way. >> >> Thank you all for being patient and please be certain that I will >> announce as soon as the conversion process is complete. >> >> Currently we are up to r17046 of the tag eXist-2.0RC2. I am not >> certain of the order that the repository is processed in, but I think >> this is probably a good sign that it should complete over the weekend >> (hopefully). >> >> On 17 February 2013 11:48, Adam Retter <ad...@ex...> wrote: >>> The process running on EC2 stopped unexpectedly, this seems to be a >>> known problem in the version of Git that ships with EC2 Linux - >>> http://thread.gmane.org/gmane.comp.version-control.git/134936/focus=134940 >>> >>> I have now compiled and installed the latest version of Git and have >>> restarted the process. Stay tuned... >>> >>> On 15 February 2013 12:36, Adam Retter <ad...@ex...> wrote: >>>> A further update - >>>> >>>> Running the process on my laptop turned out to be too difficult as I >>>> experience various network disconnects ever 8 hours of so. >>>> >>>> I have now rented an Amazon EC2 instance and have restarted the >>>> process on there, this should be much quicker. Stay tuned... >>>> >>>> On 14 February 2013 15:15, Adam Retter <ad...@ex...> wrote: >>>>> Its still processing, I expect to continue the manual aspects of the >>>>> process around 4pm UTC >>>>> >>>>> On 14 February 2013 12:21, Dannes Wessels <da...@ex...> wrote: >>>>>> any update? >>>>>> >>>>>> >>>>>> On Thu, Feb 14, 2013 at 1:11 AM, Adam Retter <ad...@ex...> wrote: >>>>>>> >>>>>>> The svn2git process is taking some time, it will continue running over >>>>>>> night. >>>>>>> >>>>>>> Further updates to follow... >>>>>>> >>>>>>> On 13 February 2013 21:03, Adam Retter <ad...@ex...> wrote: >>>>>>> > A code freeze is imposed on eXist at SourceForge whilst we perform a >>>>>>> > first attempt at moving to GitHub. >>>>>>> > >>>>>>> > Another announcement will follow after the attempt. >>>>>>> > >>>>>>> > -- >>>>>>> > Adam Retter >>>>>>> > >>>>>>> > eXist Developer >>>>>>> > { United Kingdom } >>>>>>> > ad...@ex... >>>>>>> > irc://irc.freenode.net/existdb >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Adam Retter >>>>>>> >>>>>>> eXist Developer >>>>>>> { United Kingdom } >>>>>>> ad...@ex... >>>>>>> irc://irc.freenode.net/existdb >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Free Next-Gen Firewall Hardware Offer >>>>>>> Buy your Sophos next-gen firewall before the end March 2013 >>>>>>> and get the hardware for free! Learn more. >>>>>>> http://p.sf.net/sfu/sophos-d2d-feb >>>>>>> _______________________________________________ >>>>>>> Exist-development mailing list >>>>>>> Exi...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/exist-development >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> eXist-db Native XML Database - http://exist-db.org >>>>>> Join us on linked-in: http://www.linkedin.com/groups?gid=35624 >>>>> >>>>> >>>>> >>>>> -- >>>>> Adam Retter >>>>> >>>>> eXist Developer >>>>> { United Kingdom } >>>>> ad...@ex... >>>>> irc://irc.freenode.net/existdb >>>> >>>> >>>> >>>> -- >>>> Adam Retter >>>> >>>> eXist Developer >>>> { United Kingdom } >>>> ad...@ex... >>>> irc://irc.freenode.net/existdb >>> >>> >>> >>> -- >>> Adam Retter >>> >>> eXist Developer >>> { United Kingdom } >>> ad...@ex... >>> irc://irc.freenode.net/existdb >> >> >> >> -- >> Adam Retter >> >> eXist Developer >> { United Kingdom } >> ad...@ex... >> irc://irc.freenode.net/existdb > > > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Dmitriy S. <sha...@gm...> - 2013-02-23 11:29:07
|
Better to keep it running .... it should be very close to the end now... On Sat, Feb 23, 2013 at 4:21 PM, Adam Retter <ad...@ex...> wrote: > After checking the metrics of the EC2 instance this morning, it seems > that svn2git is pretty much CPU bound on here, consistently consuming > 75% - 100% of the CPU. I was using a m1.small instance to keep costs > low. > > I could switch to a larger instance, but that would involve having to > restart the process from scratch, svn2git does not have any reliable > way to resume. Also for each doubling of the CPU, the costs double, > and there is no guarantee that it will be twice as fast. I am not sure > but I guess svn2git is single-threaded, so we could only step up to a > m1.medium and expect to see any sort of performance improvement. > > As this has now been running for six days, I am more inclined to leave > it running than switch to an m1.medium instance which is twice the > size (as we know this will take at 3+ days to repeat what has already > been done on the m1.small instance). > We can re-evaluate this in a few days perhaps... > > On 22 February 2013 20:26, Adam Retter <ad...@ex...> wrote: > > For those that are wondering, the process is still under way. > > > > Thank you all for being patient and please be certain that I will > > announce as soon as the conversion process is complete. > > > > Currently we are up to r17046 of the tag eXist-2.0RC2. I am not > > certain of the order that the repository is processed in, but I think > > this is probably a good sign that it should complete over the weekend > > (hopefully). > > > > On 17 February 2013 11:48, Adam Retter <ad...@ex...> wrote: > >> The process running on EC2 stopped unexpectedly, this seems to be a > >> known problem in the version of Git that ships with EC2 Linux - > >> > http://thread.gmane.org/gmane.comp.version-control.git/134936/focus=134940 > >> > >> I have now compiled and installed the latest version of Git and have > >> restarted the process. Stay tuned... > >> > >> On 15 February 2013 12:36, Adam Retter <ad...@ex...> wrote: > >>> A further update - > >>> > >>> Running the process on my laptop turned out to be too difficult as I > >>> experience various network disconnects ever 8 hours of so. > >>> > >>> I have now rented an Amazon EC2 instance and have restarted the > >>> process on there, this should be much quicker. Stay tuned... > >>> > >>> On 14 February 2013 15:15, Adam Retter <ad...@ex...> wrote: > >>>> Its still processing, I expect to continue the manual aspects of the > >>>> process around 4pm UTC > >>>> > >>>> On 14 February 2013 12:21, Dannes Wessels <da...@ex...> > wrote: > >>>>> any update? > >>>>> > >>>>> > >>>>> On Thu, Feb 14, 2013 at 1:11 AM, Adam Retter <ad...@ex...> > wrote: > >>>>>> > >>>>>> The svn2git process is taking some time, it will continue running > over > >>>>>> night. > >>>>>> > >>>>>> Further updates to follow... > >>>>>> > >>>>>> On 13 February 2013 21:03, Adam Retter <ad...@ex...> wrote: > >>>>>> > A code freeze is imposed on eXist at SourceForge whilst we > perform a > >>>>>> > first attempt at moving to GitHub. > >>>>>> > > >>>>>> > Another announcement will follow after the attempt. > >>>>>> > > >>>>>> > -- > >>>>>> > Adam Retter > >>>>>> > > >>>>>> > eXist Developer > >>>>>> > { United Kingdom } > >>>>>> > ad...@ex... > >>>>>> > irc://irc.freenode.net/existdb > >>>>>> > >>>>>> > >>>>>> > >>>>>> -- > >>>>>> Adam Retter > >>>>>> > >>>>>> eXist Developer > >>>>>> { United Kingdom } > >>>>>> ad...@ex... > >>>>>> irc://irc.freenode.net/existdb > >>>>>> > >>>>>> > >>>>>> > ------------------------------------------------------------------------------ > >>>>>> Free Next-Gen Firewall Hardware Offer > >>>>>> Buy your Sophos next-gen firewall before the end March 2013 > >>>>>> and get the hardware for free! Learn more. > >>>>>> http://p.sf.net/sfu/sophos-d2d-feb > >>>>>> _______________________________________________ > >>>>>> Exist-development mailing list > >>>>>> Exi...@li... > >>>>>> https://lists.sourceforge.net/lists/listinfo/exist-development > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> -- > >>>>> eXist-db Native XML Database - http://exist-db.org > >>>>> Join us on linked-in: http://www.linkedin.com/groups?gid=35624 > >>>> > >>>> > >>>> > >>>> -- > >>>> Adam Retter > >>>> > >>>> eXist Developer > >>>> { United Kingdom } > >>>> ad...@ex... > >>>> irc://irc.freenode.net/existdb > >>> > >>> > >>> > >>> -- > >>> Adam Retter > >>> > >>> eXist Developer > >>> { United Kingdom } > >>> ad...@ex... > >>> irc://irc.freenode.net/existdb > >> > >> > >> > >> -- > >> Adam Retter > >> > >> eXist Developer > >> { United Kingdom } > >> ad...@ex... > >> irc://irc.freenode.net/existdb > > > > > > > > -- > > Adam Retter > > > > eXist Developer > > { United Kingdom } > > ad...@ex... > > irc://irc.freenode.net/existdb > > > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > -- Dmitriy Shabanov |
From: Adam R. <ad...@ex...> - 2013-02-23 11:21:37
|
After checking the metrics of the EC2 instance this morning, it seems that svn2git is pretty much CPU bound on here, consistently consuming 75% - 100% of the CPU. I was using a m1.small instance to keep costs low. I could switch to a larger instance, but that would involve having to restart the process from scratch, svn2git does not have any reliable way to resume. Also for each doubling of the CPU, the costs double, and there is no guarantee that it will be twice as fast. I am not sure but I guess svn2git is single-threaded, so we could only step up to a m1.medium and expect to see any sort of performance improvement. As this has now been running for six days, I am more inclined to leave it running than switch to an m1.medium instance which is twice the size (as we know this will take at 3+ days to repeat what has already been done on the m1.small instance). We can re-evaluate this in a few days perhaps... On 22 February 2013 20:26, Adam Retter <ad...@ex...> wrote: > For those that are wondering, the process is still under way. > > Thank you all for being patient and please be certain that I will > announce as soon as the conversion process is complete. > > Currently we are up to r17046 of the tag eXist-2.0RC2. I am not > certain of the order that the repository is processed in, but I think > this is probably a good sign that it should complete over the weekend > (hopefully). > > On 17 February 2013 11:48, Adam Retter <ad...@ex...> wrote: >> The process running on EC2 stopped unexpectedly, this seems to be a >> known problem in the version of Git that ships with EC2 Linux - >> http://thread.gmane.org/gmane.comp.version-control.git/134936/focus=134940 >> >> I have now compiled and installed the latest version of Git and have >> restarted the process. Stay tuned... >> >> On 15 February 2013 12:36, Adam Retter <ad...@ex...> wrote: >>> A further update - >>> >>> Running the process on my laptop turned out to be too difficult as I >>> experience various network disconnects ever 8 hours of so. >>> >>> I have now rented an Amazon EC2 instance and have restarted the >>> process on there, this should be much quicker. Stay tuned... >>> >>> On 14 February 2013 15:15, Adam Retter <ad...@ex...> wrote: >>>> Its still processing, I expect to continue the manual aspects of the >>>> process around 4pm UTC >>>> >>>> On 14 February 2013 12:21, Dannes Wessels <da...@ex...> wrote: >>>>> any update? >>>>> >>>>> >>>>> On Thu, Feb 14, 2013 at 1:11 AM, Adam Retter <ad...@ex...> wrote: >>>>>> >>>>>> The svn2git process is taking some time, it will continue running over >>>>>> night. >>>>>> >>>>>> Further updates to follow... >>>>>> >>>>>> On 13 February 2013 21:03, Adam Retter <ad...@ex...> wrote: >>>>>> > A code freeze is imposed on eXist at SourceForge whilst we perform a >>>>>> > first attempt at moving to GitHub. >>>>>> > >>>>>> > Another announcement will follow after the attempt. >>>>>> > >>>>>> > -- >>>>>> > Adam Retter >>>>>> > >>>>>> > eXist Developer >>>>>> > { United Kingdom } >>>>>> > ad...@ex... >>>>>> > irc://irc.freenode.net/existdb >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Adam Retter >>>>>> >>>>>> eXist Developer >>>>>> { United Kingdom } >>>>>> ad...@ex... >>>>>> irc://irc.freenode.net/existdb >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Free Next-Gen Firewall Hardware Offer >>>>>> Buy your Sophos next-gen firewall before the end March 2013 >>>>>> and get the hardware for free! Learn more. >>>>>> http://p.sf.net/sfu/sophos-d2d-feb >>>>>> _______________________________________________ >>>>>> Exist-development mailing list >>>>>> Exi...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/exist-development >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> eXist-db Native XML Database - http://exist-db.org >>>>> Join us on linked-in: http://www.linkedin.com/groups?gid=35624 >>>> >>>> >>>> >>>> -- >>>> Adam Retter >>>> >>>> eXist Developer >>>> { United Kingdom } >>>> ad...@ex... >>>> irc://irc.freenode.net/existdb >>> >>> >>> >>> -- >>> Adam Retter >>> >>> eXist Developer >>> { United Kingdom } >>> ad...@ex... >>> irc://irc.freenode.net/existdb >> >> >> >> -- >> Adam Retter >> >> eXist Developer >> { United Kingdom } >> ad...@ex... >> irc://irc.freenode.net/existdb > > > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Adam R. <ad...@ex...> - 2013-02-22 20:27:03
|
For those that are wondering, the process is still under way. Thank you all for being patient and please be certain that I will announce as soon as the conversion process is complete. Currently we are up to r17046 of the tag eXist-2.0RC2. I am not certain of the order that the repository is processed in, but I think this is probably a good sign that it should complete over the weekend (hopefully). On 17 February 2013 11:48, Adam Retter <ad...@ex...> wrote: > The process running on EC2 stopped unexpectedly, this seems to be a > known problem in the version of Git that ships with EC2 Linux - > http://thread.gmane.org/gmane.comp.version-control.git/134936/focus=134940 > > I have now compiled and installed the latest version of Git and have > restarted the process. Stay tuned... > > On 15 February 2013 12:36, Adam Retter <ad...@ex...> wrote: >> A further update - >> >> Running the process on my laptop turned out to be too difficult as I >> experience various network disconnects ever 8 hours of so. >> >> I have now rented an Amazon EC2 instance and have restarted the >> process on there, this should be much quicker. Stay tuned... >> >> On 14 February 2013 15:15, Adam Retter <ad...@ex...> wrote: >>> Its still processing, I expect to continue the manual aspects of the >>> process around 4pm UTC >>> >>> On 14 February 2013 12:21, Dannes Wessels <da...@ex...> wrote: >>>> any update? >>>> >>>> >>>> On Thu, Feb 14, 2013 at 1:11 AM, Adam Retter <ad...@ex...> wrote: >>>>> >>>>> The svn2git process is taking some time, it will continue running over >>>>> night. >>>>> >>>>> Further updates to follow... >>>>> >>>>> On 13 February 2013 21:03, Adam Retter <ad...@ex...> wrote: >>>>> > A code freeze is imposed on eXist at SourceForge whilst we perform a >>>>> > first attempt at moving to GitHub. >>>>> > >>>>> > Another announcement will follow after the attempt. >>>>> > >>>>> > -- >>>>> > Adam Retter >>>>> > >>>>> > eXist Developer >>>>> > { United Kingdom } >>>>> > ad...@ex... >>>>> > irc://irc.freenode.net/existdb >>>>> >>>>> >>>>> >>>>> -- >>>>> Adam Retter >>>>> >>>>> eXist Developer >>>>> { United Kingdom } >>>>> ad...@ex... >>>>> irc://irc.freenode.net/existdb >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Free Next-Gen Firewall Hardware Offer >>>>> Buy your Sophos next-gen firewall before the end March 2013 >>>>> and get the hardware for free! Learn more. >>>>> http://p.sf.net/sfu/sophos-d2d-feb >>>>> _______________________________________________ >>>>> Exist-development mailing list >>>>> Exi...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/exist-development >>>> >>>> >>>> >>>> >>>> -- >>>> eXist-db Native XML Database - http://exist-db.org >>>> Join us on linked-in: http://www.linkedin.com/groups?gid=35624 >>> >>> >>> >>> -- >>> Adam Retter >>> >>> eXist Developer >>> { United Kingdom } >>> ad...@ex... >>> irc://irc.freenode.net/existdb >> >> >> >> -- >> Adam Retter >> >> eXist Developer >> { United Kingdom } >> ad...@ex... >> irc://irc.freenode.net/existdb > > > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Adam R. <ad...@ex...> - 2013-02-17 11:48:25
|
The process running on EC2 stopped unexpectedly, this seems to be a known problem in the version of Git that ships with EC2 Linux - http://thread.gmane.org/gmane.comp.version-control.git/134936/focus=134940 I have now compiled and installed the latest version of Git and have restarted the process. Stay tuned... On 15 February 2013 12:36, Adam Retter <ad...@ex...> wrote: > A further update - > > Running the process on my laptop turned out to be too difficult as I > experience various network disconnects ever 8 hours of so. > > I have now rented an Amazon EC2 instance and have restarted the > process on there, this should be much quicker. Stay tuned... > > On 14 February 2013 15:15, Adam Retter <ad...@ex...> wrote: >> Its still processing, I expect to continue the manual aspects of the >> process around 4pm UTC >> >> On 14 February 2013 12:21, Dannes Wessels <da...@ex...> wrote: >>> any update? >>> >>> >>> On Thu, Feb 14, 2013 at 1:11 AM, Adam Retter <ad...@ex...> wrote: >>>> >>>> The svn2git process is taking some time, it will continue running over >>>> night. >>>> >>>> Further updates to follow... >>>> >>>> On 13 February 2013 21:03, Adam Retter <ad...@ex...> wrote: >>>> > A code freeze is imposed on eXist at SourceForge whilst we perform a >>>> > first attempt at moving to GitHub. >>>> > >>>> > Another announcement will follow after the attempt. >>>> > >>>> > -- >>>> > Adam Retter >>>> > >>>> > eXist Developer >>>> > { United Kingdom } >>>> > ad...@ex... >>>> > irc://irc.freenode.net/existdb >>>> >>>> >>>> >>>> -- >>>> Adam Retter >>>> >>>> eXist Developer >>>> { United Kingdom } >>>> ad...@ex... >>>> irc://irc.freenode.net/existdb >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Free Next-Gen Firewall Hardware Offer >>>> Buy your Sophos next-gen firewall before the end March 2013 >>>> and get the hardware for free! Learn more. >>>> http://p.sf.net/sfu/sophos-d2d-feb >>>> _______________________________________________ >>>> Exist-development mailing list >>>> Exi...@li... >>>> https://lists.sourceforge.net/lists/listinfo/exist-development >>> >>> >>> >>> >>> -- >>> eXist-db Native XML Database - http://exist-db.org >>> Join us on linked-in: http://www.linkedin.com/groups?gid=35624 >> >> >> >> -- >> Adam Retter >> >> eXist Developer >> { United Kingdom } >> ad...@ex... >> irc://irc.freenode.net/existdb > > > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Joe W. <jo...@gm...> - 2013-02-17 02:20:53
|
Just as a reminder to myself, I also have an addition to the public-repo app - to show the recently added "changes" element in the repo's RSS feed. |
From: Joe W. <jo...@gm...> - 2013-02-16 20:22:46
|
Hi Adam, No, thanks, that's fine - I can wait. I have a CSS fix for overflowing text in the XSLT page of the "demo" app. Joe Sent from my iPhone On Saturday, February 16, 2013 at 3:01 PM, Adam Retter wrote: > Indeed, although if you are desperate we could maybe think of something? > > On 16 February 2013 06:12, Joe Wicentowski <jo...@gm...> wrote: > > Hi Adam, > > > > > A code freeze is imposed on eXist at SourceForge whilst we perform a > > > first attempt at moving to GitHub. > > > > > > > > > I assume the code freeze applies to the whole SVN repository > > (including the /apps section), not just the /trunk/eXist section, > > correct? > > > > Thanks, > > Joe > > > > > > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb > > |
From: Adam R. <ad...@ex...> - 2013-02-16 20:02:06
|
Indeed, although if you are desperate we could maybe think of something? On 16 February 2013 06:12, Joe Wicentowski <jo...@gm...> wrote: > Hi Adam, > >> A code freeze is imposed on eXist at SourceForge whilst we perform a >> first attempt at moving to GitHub. > > I assume the code freeze applies to the whole SVN repository > (including the /apps section), not just the /trunk/eXist section, > correct? > > Thanks, > Joe -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Wolfgang M. <wol...@ex...> - 2013-02-16 08:52:54
|
Hi Jens, aargh, it was indeed this naked-HTML issue again, but my alarms did not go off. I restarted the server. Unfortunately this strange issue does only happen on this one machine. I have never seen it elsewhere. Wolfgang Am Samstag, 16. Februar 2013 um 09:46 schrieb Wolfgang Meier: > Hi Jens, > > The links to the Demo app on the home page lead nowhere nice. > > > > Right now the links look all ok to me. What did you see? Sometimes we have this strange effect that you only get the plain HTML without styling, but I have an alarm set which should wake me up if it happens ;-) > > Wolfgang |
From: Wolfgang M. <wol...@ex...> - 2013-02-16 08:46:48
|
Hi Jens, > The links to the Demo app on the home page lead nowhere nice. Right now the links look all ok to me. What did you see? Sometimes we have this strange effect that you only get the plain HTML without styling, but I have an alarm set which should wake me up if it happens ;-) Wolfgang |
From: Jens Ø. P. <oe...@gm...> - 2013-02-16 06:16:27
|
Hi Wolfgang, The links to the Demo app on the home page lead nowhere nice. Jens |
From: Joe W. <jo...@gm...> - 2013-02-16 05:12:31
|
Hi Adam, > A code freeze is imposed on eXist at SourceForge whilst we perform a > first attempt at moving to GitHub. I assume the code freeze applies to the whole SVN repository (including the /apps section), not just the /trunk/eXist section, correct? Thanks, Joe |
From: Adam R. <ad...@ex...> - 2013-02-15 11:36:56
|
A further update - Running the process on my laptop turned out to be too difficult as I experience various network disconnects ever 8 hours of so. I have now rented an Amazon EC2 instance and have restarted the process on there, this should be much quicker. Stay tuned... On 14 February 2013 15:15, Adam Retter <ad...@ex...> wrote: > Its still processing, I expect to continue the manual aspects of the > process around 4pm UTC > > On 14 February 2013 12:21, Dannes Wessels <da...@ex...> wrote: >> any update? >> >> >> On Thu, Feb 14, 2013 at 1:11 AM, Adam Retter <ad...@ex...> wrote: >>> >>> The svn2git process is taking some time, it will continue running over >>> night. >>> >>> Further updates to follow... >>> >>> On 13 February 2013 21:03, Adam Retter <ad...@ex...> wrote: >>> > A code freeze is imposed on eXist at SourceForge whilst we perform a >>> > first attempt at moving to GitHub. >>> > >>> > Another announcement will follow after the attempt. >>> > >>> > -- >>> > Adam Retter >>> > >>> > eXist Developer >>> > { United Kingdom } >>> > ad...@ex... >>> > irc://irc.freenode.net/existdb >>> >>> >>> >>> -- >>> Adam Retter >>> >>> eXist Developer >>> { United Kingdom } >>> ad...@ex... >>> irc://irc.freenode.net/existdb >>> >>> >>> ------------------------------------------------------------------------------ >>> Free Next-Gen Firewall Hardware Offer >>> Buy your Sophos next-gen firewall before the end March 2013 >>> and get the hardware for free! Learn more. >>> http://p.sf.net/sfu/sophos-d2d-feb >>> _______________________________________________ >>> Exist-development mailing list >>> Exi...@li... >>> https://lists.sourceforge.net/lists/listinfo/exist-development >> >> >> >> >> -- >> eXist-db Native XML Database - http://exist-db.org >> Join us on linked-in: http://www.linkedin.com/groups?gid=35624 > > > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Adam R. <ad...@ex...> - 2013-02-14 14:15:55
|
Its still processing, I expect to continue the manual aspects of the process around 4pm UTC On 14 February 2013 12:21, Dannes Wessels <da...@ex...> wrote: > any update? > > > On Thu, Feb 14, 2013 at 1:11 AM, Adam Retter <ad...@ex...> wrote: >> >> The svn2git process is taking some time, it will continue running over >> night. >> >> Further updates to follow... >> >> On 13 February 2013 21:03, Adam Retter <ad...@ex...> wrote: >> > A code freeze is imposed on eXist at SourceForge whilst we perform a >> > first attempt at moving to GitHub. >> > >> > Another announcement will follow after the attempt. >> > >> > -- >> > Adam Retter >> > >> > eXist Developer >> > { United Kingdom } >> > ad...@ex... >> > irc://irc.freenode.net/existdb >> >> >> >> -- >> Adam Retter >> >> eXist Developer >> { United Kingdom } >> ad...@ex... >> irc://irc.freenode.net/existdb >> >> >> ------------------------------------------------------------------------------ >> Free Next-Gen Firewall Hardware Offer >> Buy your Sophos next-gen firewall before the end March 2013 >> and get the hardware for free! Learn more. >> http://p.sf.net/sfu/sophos-d2d-feb >> _______________________________________________ >> Exist-development mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-development > > > > > -- > eXist-db Native XML Database - http://exist-db.org > Join us on linked-in: http://www.linkedin.com/groups?gid=35624 -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: <an...@ch...> - 2013-02-14 13:22:07
|
>> If you wish the commit history of your account to be preserved we can >> map SourceForge User IDs to GitHub User IDs. To do this please reply >> to this email with both your existing SourceForge UserID and your >> GitHub UserID. Sourceforge: chaeron GitHub: chaeron Thanks Adam! ....Andrzej |
From: Dmitriy S. <sha...@gm...> - 2013-02-14 12:24:08
|
3:00 PM Adam: slowly i think it should finish by lunch time me: cool, waiting... Adam: problem was it stopped at about 5am due to network glitch - I have attempted to resume - but need to check the metadata 3:01 PM me: as usual -( On Thu, Feb 14, 2013 at 4:21 PM, Dannes Wessels <da...@ex...> wrote: > any update? > > -- Dmitriy Shabanov |
From: Dannes W. <da...@ex...> - 2013-02-14 12:22:12
|
any update? On Thu, Feb 14, 2013 at 1:11 AM, Adam Retter <ad...@ex...> wrote: > The svn2git process is taking some time, it will continue running over > night. > > Further updates to follow... > > On 13 February 2013 21:03, Adam Retter <ad...@ex...> wrote: > > A code freeze is imposed on eXist at SourceForge whilst we perform a > > first attempt at moving to GitHub. > > > > Another announcement will follow after the attempt. > > > > -- > > Adam Retter > > > > eXist Developer > > { United Kingdom } > > ad...@ex... > > irc://irc.freenode.net/existdb > > > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb > > > ------------------------------------------------------------------------------ > Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall before the end March 2013 > and get the hardware for free! Learn more. > http://p.sf.net/sfu/sophos-d2d-feb > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |
From: Евгений Г. <gaz...@gm...> - 2013-02-14 11:01:14
|
Hello, Adam! I'm gev at github 12.02.2013, в 17:06, Adam Retter <ad...@ex...> написал(а): > Hello Developers, > > We will be moving the eXist-db code-base from Subversion at > SourceForge to Git at GitHub. > > This move will happen on the evening of Wednesday 13th February after > 8pm UTC and notifications will be sent to the mailing list both before > and after the move. > > If you wish the commit history of your account to be preserved we can > map SourceForge User IDs to GitHub User IDs. To do this please reply > to this email with both your existing SourceForge UserID and your > GitHub UserID. > > Thanks Adam > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb > > ------------------------------------------------------------------------------ > Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall before the end March 2013 > and get the hardware for free! Learn more. > http://p.sf.net/sfu/sophos-d2d-feb > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |
From: Василий С. <wst...@gm...> - 2013-02-14 10:59:28
|
sourceforge: wstarcev gitHub: wstarcev 2013/2/14 Joern Turner <joe...@gm...> > HI Adam > > sourceforge: joernt > Github: JoernT > > > On Wed, Feb 13, 2013 at 7:44 PM, Wolfgang Meier <wol...@ex...>wrote: > >> I guess you know it, but just in case: my SF ID is wolfgang_m, github: >> wolfgangmm. >> >> Wolfgang >> >> Am Mittwoch, 13. Februar 2013 um 12:23 schrieb win...@gm...: >> >> > Hej Adam, >> > >> > great news! >> > >> > >> > SourceForge UserID: windauer >> > GitHub UserID: windauer >> > >> > >> > best regards >> > >> > Lars >> > >> > __ >> > Twitter: windauer >> > Skype: windauer >> > Jabber: win...@gm... (mailto:win...@gm...) >> > XING: https://www.xing.com/go/invite/4522551.bebdfb >> > >> > On 12.02.2013, at 14:06, Adam Retter <ad...@ex... (mailto: >> ad...@ex...)> wrote: >> > >> > > Hello Developers, >> > > >> > > We will be moving the eXist-db code-base from Subversion at >> > > SourceForge to Git at GitHub. >> > > >> > > This move will happen on the evening of Wednesday 13th February after >> > > 8pm UTC and notifications will be sent to the mailing list both before >> > > and after the move. >> > > >> > > If you wish the commit history of your account to be preserved we can >> > > map SourceForge User IDs to GitHub User IDs. To do this please reply >> > > to this email with both your existing SourceForge UserID and your >> > > GitHub UserID. >> > > >> > > Thanks Adam >> > > >> > > -- >> > > Adam Retter >> > > >> > > eXist Developer >> > > { United Kingdom } >> > > ad...@ex... (mailto:ad...@ex...) >> > > irc://irc.freenode.net/existdb (http://irc.freenode.net/existdb) >> > > >> > > >> ------------------------------------------------------------------------------ >> > > Free Next-Gen Firewall Hardware Offer >> > > Buy your Sophos next-gen firewall before the end March 2013 >> > > and get the hardware for free! Learn more. >> > > http://p.sf.net/sfu/sophos-d2d-feb >> > > _______________________________________________ >> > > Exist-development mailing list >> > > Exi...@li... (mailto: >> Exi...@li...) >> > > https://lists.sourceforge.net/lists/listinfo/exist-development >> > >> > >> > >> > >> > >> ------------------------------------------------------------------------------ >> > Free Next-Gen Firewall Hardware Offer >> > Buy your Sophos next-gen firewall before the end March 2013 >> > and get the hardware for free! Learn more. >> > http://p.sf.net/sfu/sophos-d2d-feb >> > _______________________________________________ >> > Exist-development mailing list >> > Exi...@li... (mailto: >> Exi...@li...) >> > https://lists.sourceforge.net/lists/listinfo/exist-development >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Free Next-Gen Firewall Hardware Offer >> Buy your Sophos next-gen firewall before the end March 2013 >> and get the hardware for free! Learn more. >> http://p.sf.net/sfu/sophos-d2d-feb >> _______________________________________________ >> Exist-development mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-development >> > > > > ------------------------------------------------------------------------------ > Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall before the end March 2013 > and get the hardware for free! Learn more. > http://p.sf.net/sfu/sophos-d2d-feb > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > > -- С наилучшими пожеланиями Василий Старцев |
From: Joern T. <joe...@gm...> - 2013-02-14 10:46:24
|
HI Adam sourceforge: joernt Github: JoernT On Wed, Feb 13, 2013 at 7:44 PM, Wolfgang Meier <wol...@ex...>wrote: > I guess you know it, but just in case: my SF ID is wolfgang_m, github: > wolfgangmm. > > Wolfgang > > Am Mittwoch, 13. Februar 2013 um 12:23 schrieb win...@gm...: > > > Hej Adam, > > > > great news! > > > > > > SourceForge UserID: windauer > > GitHub UserID: windauer > > > > > > best regards > > > > Lars > > > > __ > > Twitter: windauer > > Skype: windauer > > Jabber: win...@gm... (mailto:win...@gm...) > > XING: https://www.xing.com/go/invite/4522551.bebdfb > > > > On 12.02.2013, at 14:06, Adam Retter <ad...@ex... (mailto: > ad...@ex...)> wrote: > > > > > Hello Developers, > > > > > > We will be moving the eXist-db code-base from Subversion at > > > SourceForge to Git at GitHub. > > > > > > This move will happen on the evening of Wednesday 13th February after > > > 8pm UTC and notifications will be sent to the mailing list both before > > > and after the move. > > > > > > If you wish the commit history of your account to be preserved we can > > > map SourceForge User IDs to GitHub User IDs. To do this please reply > > > to this email with both your existing SourceForge UserID and your > > > GitHub UserID. > > > > > > Thanks Adam > > > > > > -- > > > Adam Retter > > > > > > eXist Developer > > > { United Kingdom } > > > ad...@ex... (mailto:ad...@ex...) > > > irc://irc.freenode.net/existdb (http://irc.freenode.net/existdb) > > > > > > > ------------------------------------------------------------------------------ > > > Free Next-Gen Firewall Hardware Offer > > > Buy your Sophos next-gen firewall before the end March 2013 > > > and get the hardware for free! Learn more. > > > http://p.sf.net/sfu/sophos-d2d-feb > > > _______________________________________________ > > > Exist-development mailing list > > > Exi...@li... (mailto: > Exi...@li...) > > > https://lists.sourceforge.net/lists/listinfo/exist-development > > > > > > > > > > > ------------------------------------------------------------------------------ > > Free Next-Gen Firewall Hardware Offer > > Buy your Sophos next-gen firewall before the end March 2013 > > and get the hardware for free! Learn more. > > http://p.sf.net/sfu/sophos-d2d-feb > > _______________________________________________ > > Exist-development mailing list > > Exi...@li... (mailto: > Exi...@li...) > > https://lists.sourceforge.net/lists/listinfo/exist-development > > > > > > ------------------------------------------------------------------------------ > Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall before the end March 2013 > and get the hardware for free! Learn more. > http://p.sf.net/sfu/sophos-d2d-feb > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > |
From: Adam R. <ad...@ex...> - 2013-02-14 00:12:06
|
The svn2git process is taking some time, it will continue running over night. Further updates to follow... On 13 February 2013 21:03, Adam Retter <ad...@ex...> wrote: > A code freeze is imposed on eXist at SourceForge whilst we perform a > first attempt at moving to GitHub. > > Another announcement will follow after the attempt. > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Adam R. <ad...@ex...> - 2013-02-13 20:03:15
|
A code freeze is imposed on eXist at SourceForge whilst we perform a first attempt at moving to GitHub. Another announcement will follow after the attempt. -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |