similar to: [LLVMdev] Reminder: Server Restart in 25 minutes

Displaying 20 results from an estimated 40000 matches similar to: "[LLVMdev] Reminder: Server Restart in 25 minutes"

2007 Aug 05
0
[LLVMdev] REMINDER: Scheduled Maitenance - web server and subversion
Just a reminder that the scheduled service interruptions will begin in approximately one hour. Reid. On Sat, 2007-08-04 at 22:27 -0700, Reid Spencer wrote: > Just a reminder that the scheduled shutdown will begin in less than 12 > hours. > > Reid. > > On Fri, 2007-08-03 at 15:57 -0700, Reid Spencer wrote: > > All, > > > > The web server and subversion will
2007 Aug 05
1
[LLVMdev] REMINDER: Scheduled Maitenance - web server and subversion
Just a reminder that the scheduled shutdown will begin in less than 12 hours. Reid. On Fri, 2007-08-03 at 15:57 -0700, Reid Spencer wrote: > All, > > The web server and subversion will experience a restart and possibly > several service interruptions this Sunday morning. Services will be > available during this time but may be interrupted on occasion during > this period. You
2007 Aug 03
2
[LLVMdev] Scheduled Maitenance - web server and subversion
All, The web server and subversion will experience a restart and possibly several service interruptions this Sunday morning. Services will be available during this time but may be interrupted on occasion during this period. You are advised not to checkout or commit anything in this window. Scheduled Interruption: PDT: Sunday, Aug 5, 2007, 10:00am to 12:00pm GMT: Sunday, 2007-08-05, 17:00
2007 Jul 31
0
[LLVMdev] Web Server & Subversion Restart
All, Tonight at 11pm PDT (0600 GMT) I will be restarting the LLVM project's web server and consequently subversion access will be interrupted as well. I expect that the restart will have the services down for only a few minutes but please try not to access the web site or subversion for an hour, until 12:00am PDT (0700 GMT). The change is to support a web site per module and some experiments
2007 Jun 26
0
[LLVMdev] Subversion Conversion (IMPORTANT)
On Tue, 26 Jun 2007, Reid Spencer wrote: > I know we've cried wolf before, but the conversion of the LLVM projects' > software to use Subversion instead of CVS *WILL* occur on Friday June > 29th with the following approximate schedule: Great, I'm glad to see this happening. Thanks for making it happen. One request: when the change goes live, please make sure the various
2007 Jun 26
2
[LLVMdev] Subversion Conversion (IMPORTANT)
All, I know we've cried wolf before, but the conversion of the LLVM projects' software to use Subversion instead of CVS *WILL* occur on Friday June 29th with the following approximate schedule: * 09:00 CDT (14:00 UTC, 07:00 PDT) - CVS becomes read-only (commits prevented) * 09:05 CDT (14:05 UTC, 07:05 PDT) - Final conversion to SVN starts * 11:45 CDT
2007 Jul 24
1
[LLVMdev] Planned web server downtime (7/24/07 10:00PM-12:00AM PDT)
(I apologize if you get multiples of this mail, we are having mailing list issues) FYI..tonight from 10:00PM-12:00AM PDT the web server and subversion access will be down. I suspect that we won't need that entire 2 hour time block, but just plan on not having httpd access during that time. Thanks, Tanya
2007 Jun 29
0
[LLVMdev] NOTICE: < 12 hours to Subversion Migration
All, At 0900 CDT tomorrow (1400 UTC) the Subversion migration will begin. At that time, CVS will be put in read-only mode while the conversion to Subversion is made. We expect the Subversion repository to be up and running 3 hours later at about 1200 CDT, 1000 PDT, or 1700 UTC. If you haven't got your subversion client yet, please do so now. If you host a nightly test, please get the latest
2007 Jul 24
0
[LLVMdev] Planned web server downtime (7/24/07 10:00PM-12:00AM PDT)
FYI..tonight from 10:00PM-12:00AM PDT the web server and subversion access will be down. I suspect that we won't need that entire 2 hour time block, but just plan on not having httpd access during that time. Thanks, Tanya
2013 Sep 11
1
[LLVMdev] LLVM Developers' Meeting - Call for "Papers" deadline reminder!
What, the deadline is tomorrow?!? The deadline for proposals snuck up on me, and I'm sure many of you forgot as well. Therefore, I am extending the deadline. I have received some great talk proposals, so keep them coming. However, I have very few tutorials, BoFs, posters, or lightening talk proposals. So please, get those proposals in and lets make this year the best developer meeting yet!
2011 Feb 28
0
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
Owen Anderson <resistor at mac.com> writes: > It doesn't work because git-svn assumes that all of your branches > begin at the same position in the SVN tree, i.e. llvm/branches/*. The > problem is that we have some branches in llvm/branches/*, some in > llvm/branches/Apple/*, some in llvm/branches/ggrief/*, etc. The end > result is that git-svn gets horribly confused.
2007 Apr 13
0
[LLVMdev] Wiki
On Fri, 2007-04-13 at 17:11 -0500, Vikram S. Adve wrote: > TSG (our support group) is going to set up a Wiki on zion so that > access can be checked against a list of some sort. What does that mean exactly? Will the users be authenticated? If not, this isn't acceptable .. spam. What wiki is being set up? > It should happen > by early next week, perhaps sooner (not
2007 Jul 01
1
[LLVMdev] Repository Layout
Hi Gordon, On Sun, 2007-07-01 at 08:22 -0400, Gordon Henriksen wrote: > On 2007-06-30, at 18:36, Reid Spencer wrote: > > > > I'm finding the current layout a bit frustrating, not to mention > > that it breaks all the documentation. [...] I would rather see it > > laid out like this: > > > > > > > > > trunk/llvm/... > >
2007 Apr 16
2
[LLVMdev] Wiki
You can get one for free on code.google.com. It comes as part of code hosting. Authentication/authorization for both wiki and svn is governed by the same credentials as given by the project owner(s) (the wiki is driven by the same svn repo as the code). So even hosting svn there might be a good thing . On 4/14/07, Reid Spencer <rspencer at reidspencer.com> wrote: > On Fri, 2007-04-13 at
2011 Feb 28
3
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
> What options were used with git-svn init?  It certainly can support > multiple branch/tag directories: > > init >  --tags=<tags_subdir> >  --branches=<branches_subdir> > >  You can specify more than one --tags and/or --branches options, in >  case your Subversion repository places tags or branches under multiple >  paths. The svn repository is free to
2006 Nov 27
0
[LLVMdev] moving to svn?
Rafael, On Mon, 2006-11-27 at 16:05 -0300, Rafael Espíndola wrote: > Just wondering: Is there any plan to move to svn? I would love to have > a diff command that works when I am offline :-) Its been discussed from time to time. I would like to see this as well, but for an additional reasons: simpler branch management and faster updates, etc. SVN handles directories better and merging head
2006 May 03
0
[REMINDER] TRUGhat: Toronto Ruby Hackathon 2006:1
= Reminder: TRUGhat is Saturday, 6 May 2006! The Toronto Ruby User Group''s first hackathon is this Saturday, 6 May 2006. If you are attending, please add your name to the TRUGhat wiki page. == When and Where? TRUGhat 2006:1 will be held on 6 May 2006, from 10:00 A.M. to 7:00 P.M. Tucows has generously provided the space and network availability for this event at its offices in Toronto,
2013 Apr 25
3
[LLVMdev] REMINDER: llvm.org is going down in 15 minutes
Just a reminder that llvm.org will be rebooted in 15 minutes, and will be down for about 30 minutes or less. It will be rebooted a couple times so you might see it come up and go back down, but do not get alarmed. Thanks, Tanya
2011 Feb 28
0
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
Anton Korobeynikov <anton at korobeynikov.info> writes: >> What options were used with git-svn init?  It certainly can support >> multiple branch/tag directories: >> >> init >>  --tags=<tags_subdir> >>  --branches=<branches_subdir> >> >>  You can specify more than one --tags and/or --branches options, in >>  case your
2007 Jul 04
1
[LLVMdev] Question about Constant Expressions
Chris: It was in the 1.5 release but not subsequent to that. You can find this by looking for the file in the branches that were converted from subversion. You can find the file you're looking for here: http://llvm.org/viewvc/llvm-project/llvm/branches/release_15/lib/Transforms/Scalar/LowerConstantExprs.cpp?view=log Reid. On Tue, 2007-07-03 at 14:29 -0700, Chris Lattner wrote: > On