similar to: [LLVMdev] CVS or SUBVERSION, which is correct?

Displaying 20 results from an estimated 60000 matches similar to: "[LLVMdev] CVS or SUBVERSION, which is correct?"

2007 Jul 14
0
[LLVMdev] CVS or SUBVERSION, which is correct?
Hello, Holger. > "First, check out LLVM from CVS" ... but isn't LLVM now in Subversion? Thanks. This was fixed. http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070709/051829.html -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 Aug 16
0
[LLVMdev] rantings about llvm-top
Hi Holger, On Thu, 2007-08-16 at 09:02 +0200, Holger Schurig wrote: > Hi Raid ! > > I used llvm-top at home and in the company and I basically I like > it. Thanks for trying it out! :) > Here are some comments: > > - the README.txt says that all routines use a common library > and therefore accept a common set of arguments. But this > is confusing, because
2007 Aug 24
1
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
> Well, it depends on the configure parameter used while building llvm- > gcc. Hmm, there are other pages on the the website that tell you how you should configure gcc, e.g. you're led from "How to build the C/C++ Frontend" at http://llvm.org/docs/CFEBuildInstrs.html to Subversion HEAD (by virtue of an "svn co"). Then you're supposed to look at README.LLVM. And
2004 Oct 07
0
[ADMIN] netfilter.org CVS now converted to subversion
Important Announcement! The netfilter.org CVS server (pserver.netfilter.org) has been deprecated by the new subversion repository at svn.netfilter.org. More information about the subversion revision control system can be found at http://subversion.tigris.org/. Everybody has read-only access to the new subversion tree using either svn+http or svn+https. We do not provide the native svn protocol.
2004 Jul 20
3
New CVS version
I yesterday brought up to date the version of * the CVS and now I have a problem. I cannot effect the RELOAD that * it breaks. Somebody can help or say as to load new users without stopping * ? Thank?s Excuse my English Joao Carlos Moura
2006 May 04
2
Samba interface to CVS/Subversion
Hey all, Bit of a bogus question here as I only have a basic understanding of CVS and Subversion. A lot of the windows development tools we use in the office have CVS or Subversion modules allowing us greater source code control. It would be wonderful to have a samba share that acts as an interface to a CVS or Subversion backend. That way we can use any development tool and simply save our
2006 Aug 13
1
Re: bzr / Subversion / CVS
On Fri, 2006-08-11 at 17:20 -0400, Daniel F. Savarese wrote: > Kevin Smith writes > : > >Can someone who has used SVN comment? > > I started reading it and stopped before finishing because the author > is judging Subversion by using it in a way that doesn''t make any sense > for Subversion. Fair enough. Can you confirm that merging between branches within an
2006 Feb 26
5
Subversion | CVS | Sourceforge | OS X : Tutorials
Can anyone suggest some step-by-step tutorials for using CVS or Subversion on Sourceforge with OS X ? I''m a new to RoR and creating a Sourceforge project was recommended as a way of working and learning from/with others. But I can''t get over the hurdle of transferring what I''ve already build to csv.sourceforge or subversion.sourceforge. All my attempts generate
2007 Aug 15
0
[LLVMdev] Strange error of llvm-ld
I think I have experienced this when more than one module contains definitions for the same values. ie. it should only be a declaration in one of them. On 8/15/07, Holger Schurig <hs4233 at mail.mn-solutions.de> wrote: > I'm using llvm-ld from SVN r41106 > > When issueing the command > > $ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \ >
2006 Jun 16
5
[slightly OT] Problem with subversion 1.3.1 on OSX Tiger
I have a subversion repo on a Debian Sarge server. I do rails development on two Debian workstations (home, work) and also a MacBookPro. I installed subversion from Darwinports. Things worked ok for a while and I did commits from and updates to all three machines until today. When I did svn status I noticed a lock on the working dir. $ svn status ? Rakefile ? readme ! L . .... etc I cannot
2007 Jul 25
0
[LLVMdev] Fwd: Segment Register Use
fucking hell, listserv... ---------- Forwarded message ---------- From: "Wilfred L. Guerin" <wilfredguerin at gmail.com> Date: Wed, 25 Jul 2007 10:54:46 -0500 Subject: Re: [LLVMdev] Segment Register Use To: Holger Schurig <hs4233 at mail.mn-solutions.de> I was very much expecting this style of response ;) I believe the following characteristics and class of example should
2007 Aug 15
3
[LLVMdev] Strange error of llvm-ld
I'm using llvm-ld from SVN r41106 When issueing the command $ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \ .obj/conf.o .obj/configwriter.o \ -L/usr/share/qt3/lib -L/usr/X11R6/lib \ -lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthread I get this output: Linking bitcode file '.obj/conf.o' Linked in file '.obj/conf.o' Linking
2004 Feb 03
2
CVS to Subversion sync and check-in comments
So is there any possibility of getting it so that the Subversion repository can get the check-in comments from the internal CVS repository? At the moment every log file comment I see in SVN is "Sync". Which doesn't really let me know what has happenned without having to go lock at the actual diff between the two versions. And even then I may not have any idea why the change was
2004 Feb 03
2
CVS to Subversion sync and check-in comments
So is there any possibility of getting it so that the Subversion repository can get the check-in comments from the internal CVS repository? At the moment every log file comment I see in SVN is "Sync". Which doesn't really let me know what has happenned without having to go lock at the actual diff between the two versions. And even then I may not have any idea why the change was
2007 Aug 16
2
[LLVMdev] Strange error of llvm-ld
Tomas, Please file a bug for this. Attach the .o files and command line in question. Thanks, Reid. On Wed, 2007-08-15 at 23:22 +0200, Tomas Lindquist Olsen wrote: > I think I have experienced this when more than one module contains > definitions for the same values. ie. it should only be a declaration > in one of them. > > On 8/15/07, Holger Schurig <hs4233 at
2007 Jul 25
3
[LLVMdev] Segment Register Use
I realize I am one of the few who uses the segment registers (especially CS and DS) on the ia32 chips for example, and a definite few with complete segregation models that rival specialized physical processors... GCC still fails to use these correctly and if your LLVM still depends on either Generic or some of the RTL models they use in various processor definitions, I express concern for
2008 Mar 13
1
[LLVMdev] Subversion head: build problem on cygwin?
> Please attach patches as attachments (and name the file > ".patch" just in case). Mail readers commonly munge them > (e.g. by removing trailing whitespace) if not, which prevents > the patch from applying. I hope that this is not off-topic, but why is this? I'm doing some amount of linux-driver kernel work, and there you are urged to insert your patch directly into
2007 Aug 16
2
[LLVMdev] rantings about llvm-top
Hi Raid ! I used llvm-top at home and in the company and I basically I like it. Here are some comments: - the README.txt says that all routines use a common library and therefore accept a common set of arguments. But this is confusing, because things like VERBOSE look like an environment variable. Somehow people are used that arguments are always starting with - and that they are
2004 Aug 14
7
Free MOH MP3
Hello All, Sorry to rehash a question I am sure has shown several time but I cannot google up the answer from the lists. Does anyone know where I can get some royalty free, cost free music for my music on hold? I saw someone's post several weeks ago that said that this exists at a download site but I have not been able to find it. Thanks! Wiley Siler -------------- next
2008 Dec 17
0
Missing Dependency subversion is needed by package subversion-ruby
Greets. I''m currently trying to install GIT on an RHEL5 box. I''ve tried to both build from source and install via yum. In both instances I continue to receive the error message (full error stack at the end): [code]Error: Missing Dependency: subversion = 1.4.2-2.el5 is needed by package subversion-ruby[/code] If I''m reading this correctly I''m seeing that svn