similar to: [LLVMdev] Version Control

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Version Control"

2005 Jan 08
10
[LLVMdev] Version Control Upgrade?
LLVMers, The oversight group has been kicking around the idea of getting a better version control system than CVS. The problem is, we're not quite sure what "better" means. So, we thought we'd ask your opinions. If you're interested in this topic (and you should be if you're actively developing), please have a look at this site:
2005 Jan 10
0
[LLVMdev] Version Control Upgrade?
Reid Spencer wrote: > LLVMers, > > The oversight group has been kicking around the idea of getting a better > version control system than CVS. The problem is, we're not quite sure > what "better" means. So, we thought we'd ask your opinions. I think before we begin discussing which software to use, we should discuss what is really wrong with CVS (on a day to
2005 Jan 10
0
[LLVMdev] Version Control Upgrade?
Hi all, My 2 cents as well: Here where I work (The MathWorks), we have hundreds of developers. We use CVS but we've had to write several thousand lines of Perl to make it useful to us (through revisions, branching, testing, and integration). Mercifully, we're planning on going to another system. In short, CVS doesn't scale well. It also doesn't having good branching capabilities
2005 Jan 10
6
[LLVMdev] Version Control Upgrade?
John, Here's my list: 1. CVS is slow. Many of the other tools do bi-directional binary deltas on file changes they are transmitting. This is basically the technology that makes rsync so fast. CVS doesn't do this. Probably not a big deal when you're working at UIUC but its CRUCIAL when I'm on the road working from a hotel or airport wi-fi connection. 2. Related to 1 is diff
2005 Jan 10
0
[LLVMdev] Version Control Upgrade?
Reid Spencer wrote: > John, > > Here's my list: > > 1. CVS is slow. Many of the other tools do bi-directional binary deltas > on file changes they are transmitting. This is basically the technology > that makes rsync so fast. CVS doesn't do this. Probably not a big deal > when you're working at UIUC but its CRUCIAL when I'm on the road working > from a
2009 Mar 09
2
[LLVMdev] Power Outage at University of Illinois
Dear LLVMers, There was a campus wide power outage today at the University of Illinois. It took down most (if not all) computing services, including the LLVM web/subversion server and the mailing list server. Power has since been restored, and it appears that our IT department has gotten the LLVM web and SVN server operating again (I went in earlier this evening to see if the LLVM server
2009 Mar 09
1
[LLVMdev] Power Outage at University of Illinois
On Mar 8, 2009, at 10:55 PM, John Criswell wrote: > Dear LLVMers, > > There was a campus wide power outage today at the University of > Illinois. It took down most (if not all) computing services, > including > the LLVM web/subversion server and the mailing list server. > > Power has since been restored, and it appears that our IT department > has > gotten the
2009 Nov 14
1
[LLVMdev] SAFECode Source Code Released
Török Edwin wrote: > On 2009-11-14 00:57, John Criswell wrote: > >> Dear LLVMers, >> >> We are happy to announce an alpha release of the SAFECode compiler. It >> is now available for download from the LLVM public Subversion >> repository. SAFECode uses a set of analysis passes and program >> transformations to provide strong memory safety
2010 Apr 15
1
[LLVMdev] [cfe-dev] Living on Clang
Hi, On Apr 14, 2010, at 10:51 PM, Douglas Gregor wrote: > Hello fellow LLVMers and Clangstas, > > We want to make Clang great, and we need your help! > > Helping is easy: just build Clang on your platform and start using it as your main compiler for LLVM and Clang development. Much of the Clang team has been living on Clang for at least several weeks already, and we've
2010 Apr 15
0
[LLVMdev] [cfe-dev] Living on Clang
I can't switch to clang on my project until it can handle boost headers. On Thu, Apr 15, 2010 at 2:17 AM, Rene Rebe <rene at exactcode.de> wrote: > Hi, > > On Apr 14, 2010, at 10:51 PM, Douglas Gregor wrote: > >> Hello fellow LLVMers and Clangstas, >> >> We want to make Clang great, and we need your help! >> >> Helping is easy: just build Clang
2008 May 09
2
[LLVMdev] 2.3 Branch Creation TODAY!
LLVMers, I will be creating the 2.3 release branch today at 9PM PDT. During that time, commit access to SVN will be forbidden. I will send out mail shortly before the branch creation, and once it has been completed. Thanks, Tanya
2010 Apr 14
12
[LLVMdev] Living on Clang
Hello fellow LLVMers and Clangstas, We want to make Clang great, and we need your help! Helping is easy: just build Clang on your platform and start using it as your main compiler for LLVM and Clang development. Much of the Clang team has been living on Clang for at least several weeks already, and we've found it to be quite stable for development. If you run into problems---poor
2006 Nov 29
7
[LLVMdev] LLVM Conference 2007 ?
LLVMers, The LLVM Oversight group is trying to assess whether there is sufficient interest in the LLVM development community for holding an LLVM Conference next summer. If getting together with your fellow LLVM Developers sounds interesting to you, please respond to me (off list) and I'll summarize the results. Here's our current thinking: * Venue: West Coast, USA. Probably either San
2008 May 09
0
[LLVMdev] 2.3 Branch Creation TODAY!
On May 9, 5:37 pm, "Tanya M. Lattner" <to... at nondot.org> wrote: > LLVMers, > > I will be creating the 2.3 release branch today at 9PM PDT. During that > time, commit access to SVN will be forbidden. I will send out mail shortly > before the branch creation, and once it has been completed. Hi Tanya, I do not really understand this strict rule :-) While I get it
2007 Oct 31
16
Am I missing something with Heckle?
Hi I can''t get heckle working. In fact, I''ve built an example so simple that it either shows a bug, or I am being really, REALLY stupid. Heckle does not appear to support RSpec directly, so I''m trying to use spec --heckle (RSpec trunk as of 10 mins ago, Heckle 1.4.1). I''ve constructed this pair of sample files: 18> ~/Desktop/heckle_test % cat
2010 Oct 27
2
Which version control system to learn for managing Rprojects?
Gabor As someone trying to the rest of my team using Subversion (which I have used for a while, but more as a backup / record of changes), have you a neat / automated way of building a package from a subversion repository? Thanks David Jessop -------------------------- David Jessop Global Head of Quantitative Research UBS Investment Research +44 20 7567 9882 ----- Original Message -----
2006 Oct 13
1
Subversion, testing a quickstart guide, version control for a Rails project
I just burned 3 hours figuring out Subversion, so I made up a little quickstart guide. Try the guide and see if you can get version control going in ... say ... 30 minutes? I assume your situation is: You are setting up version control on a new subdirectory on your computer. You will copy your entire rails project directory tree into the new subdirectory after you get subversion running.
2005 Jan 10
1
[LLVMdev] Version Control Upgrade?
>> Considering that everyone is managing just fine with cvs, anything >> discussed about the differences between cvs and *X* is not a show stopper. > > I would have used the term "coping just fine" with cvs. Yeah, it works. > But, is it productive? efficient? easy? fast? .. none of those. There > are better alternatives and that's why we're discussing it.
2010 Mar 23
4
[LLVMdev] "Different" Summer of Code Ideas
Hello LLVMers (in particular, LLVMers interested in GSoC), Since people seem interested in GSoC project ideas, here is one that might not be totally obvious -- work on LLVM's testing infrastructure! :) I have been working hard on modernizing our nightly test performance monitoring software, but there is a lot more work to be done. As LLVM developers, we rely on this software for tracking
2009 Feb 08
1
yum update fails
Hi I have a system that I'm trying to run `yum update` on. It fails with the following error: Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Check Error: file /usr/share/man/man1/xdelta.1.gz from install of xdelta-1.1.4-1.el5.rf conflicts with file from package xdelta-1.1.3-20 file /usr/share/emacs/site-lisp/psvn.el from install of