similar to: SANE 2004 Free Software Bazaar

Displaying 20 results from an estimated 1000 matches similar to: "SANE 2004 Free Software Bazaar"

2009 Jul 09
0
[LLVMdev] LLVM PPA with updated packages from svn + bazaar repos
Hey, I started a PPA (basically an Ubuntu package repository) for LLVM, I'm going to try to make packages with snapshots from llvm that are updated at least weekly, so it's easier for people to try the latest version from svn but not having to compile it and do everything themselves. Hopefully this will be useful for people here, I still have some stuff to do, and right now I've not
2006 Jan 17
0
SwitchTower and Bazaar-ng
Hello, I tested switchtower and saw it lacked bazaar-ng support. I''ve added support for it to switchtower. It "works for me" but has not been very much tested. You can find it on my blog at http://www.cosinux.org/blogs/dam/articles/2006/01/17/bazaar-ng-and-switchtower I hope this will be useful to somebody. Any comments are welcome. Bye Dam
2008 Jul 27
2
[LLVMdev] Any Mercurial or Bazaar mirrors available?
Owen Anderson <resistor at mac.com> writes: > On Jul 26, 2008, at 7:56 PM, Óscar Fuentes wrote: >> Having a private branch would be handy for some experiments I'm >> doing. Two years ago there was an announcement by Owen Anderson, but >> the repo seems down now. > > I haven't maintained that for a long time. I think there are some > community members
2008 Jul 27
1
[LLVMdev] Any Mercurial or Bazaar mirrors available?
Hello, Oscar > Anyways, if there is no Mercurial or Bazaar mirrors available, I will > try git. Recommendations on which one to use welcomed. There is git mirror at repo.or.cz: http://repo.or.cz/w/llvm.git, llvm-gcc & clang mirrors are available there as well. I'm updating it 'by hands' currently due to some reasons, so sometimes it will need 2-3 days for changes in llvm
2008 Jul 27
0
[LLVMdev] Any Mercurial or Bazaar mirrors available?
I've been using git-svn successfully as a distributed front-end for Subversion repositories. You get a complete, local Git repository from where you can commit and update to/from Subversion. It works quite well, actually. Native Windows is entirely unsupported by Git at the moment, but I hear it works well under Cygwin. - Simon 2008/7/27 Óscar Fuentes <ofv at wanadoo.es>: > Owen
2013 Oct 23
0
Fwd: [dilos-dev] DilOS 1.3.4 has been release
Hi List, Please refer below email from Igor Kozhukhov. Illumos ( DilOS ) is back as dom0 for Xen. Give it a shot :) Both PV and HVM guests are working well. Illumos ( DilOS ) also works as PV guest with recent updates. You can send dilos related queries to dilos-dev@lists.illumos.org. Regards, Rushikesh -------- Original Message -------- Subject: [dilos-dev] DilOS 1.3.4 has been release
2008 Jul 27
2
[LLVMdev] Any Mercurial or Bazaar mirrors available?
Having a private branch would be handy for some experiments I'm doing. Two years ago there was an announcement by Owen Anderson, but the repo seems down now. -- Oscar
2008 Jul 27
0
[LLVMdev] Any Mercurial or Bazaar mirrors available?
On Jul 26, 2008, at 7:56 PM, Óscar Fuentes wrote: > Having a private branch would be handy for some experiments I'm > doing. Two years ago there was an announcement by Owen Anderson, but > the > repo seems down now. > > -- > Oscar > I haven't maintained that for a long time. I think there are some community members who use git mirrors, though. --Owen
2012 Sep 06
2
C6 VM text install not recognizing LV
Hi, I am trying to install a C6 VM on C6 using the text installer using: # virt-install -n C6_1 -r 3072 --os-variant=rhel6 -l \ ftp://ftp.nluug.nl/site/centos.org/CentOS/6.3/os/x86_64/ --disk \ path=/dev/VG1/vm_c6_1 -w network:default --nographics \ -x "console=ttyS0" --autostart /dev/VG1/vm_c6_1 has been successfully created. The installation starts but once I get to the disk
2009 Aug 17
0
[LLVMdev] Bazaar mirror?
Anyone has a bzr mirror for sharing? There is one at Launchpad, but it goes only a few months back and lacks svn metainformation. I need at least 14 months of history and update it directly from llvm's svn. -- Óscar
2008 May 20
1
[LLVMdev] [ia64] Assertion failed: (!OpInfo.AssignedRegs.Regs.empty() && "Couldn't allocate input reg!")
On Tue, 20 May 2008, Marcel Moolenaar wrote: > On May 20, 2008, at 1:45 PM, Marcel Moolenaar wrote: >> The following IR is causing the assert: The issue here is that the IA64 backend doesn't have inline asm support yet. This should be pretty easy to add. Take a look at the X86 version: X86TargetLowering::getRegForInlineAsmConstraint it just maps "r" onto the GPR
2007 Jun 01
0
OT: "The Ignorance of Crowds" (was: OT Slightly: )
I see what Dean means about how Digium/Asterisk might have struck a balance between "the cathedral and the bazaar" antipodes of the SW development world. Nicholas Carr's "The Ignorance of Crowds" finally states his "politics" when it says "When you move from the bazaar to the cathedral, it?s best to leave your democratic ideals behind." But treating
2008 May 20
0
[LLVMdev] [ia64] Assertion failed: (!OpInfo.AssignedRegs.Regs.empty() && "Couldn't allocate input reg!")
[correction] On May 20, 2008, at 1:45 PM, Marcel Moolenaar wrote: > All, > > The following IR is causing the assert: > > \begin{ll} > ; ModuleID = 'x.bc' > target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32- > i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64- > f80:128:128" > target triple =
2006 Nov 29
0
[LLVMdev] moving to svn?
Hi Chris, > 2. The main deficiencies of CVS don't impact us much (we aren't > hampered by lack of atomic commits, renames, and better branch > facilities). If people would like to see the logical `patch set' that made up a CVS commit then cvsps may be useful, or, as others have said, use Tailor to convert to a local repos. in your preferred format.
2008 May 26
0
[LLVMdev] use after free [was: A quick update on FreeBSD support]
Thanks for tracking this down! I can't seem to reproduce it on Linux, even with valgrind. Can you try out this patch and let me know whether it works? Nick Marcel Moolenaar wrote: > On May 26, 2008, at 1:25 AM, Bill Wendling wrote: > >> On May 25, 2008, at 1:39 PM, Marcel Moolenaar wrote: >>> On May 25, 2008, at 12:58 AM, Bill Wendling wrote: >>>
2009 Mar 24
2
update yum
Am trying to update my wine i get the following .. [] download]# yum update wine* Loading "priorities" plugin Loading "fastestmirror" plugin Loading mirror speeds from cached hostfile * epel: ftp.nluug.nl * rpmforge: fr2.rpmfind.net * base: ftp.halifax.rwth-aachen.de * updates: ftp.halifax.rwth-aachen.de * addons: ftp.halifax.rwth-aachen.de * extras:
2008 May 26
2
[LLVMdev] use after free [was: A quick update on FreeBSD support]
On May 26, 2008, at 1:25 AM, Bill Wendling wrote: > On May 25, 2008, at 1:39 PM, Marcel Moolenaar wrote: >> On May 25, 2008, at 12:58 AM, Bill Wendling wrote: >> >>> Could you try this (massively hacky) patch out to see if it fixes >>> your >>> problem? >>> >>> >> Alas, it didn't fix the problem: >> > Crumbs. > >
2008 May 26
0
[LLVMdev] A quick update on FreeBSD support
On May 25, 2008, at 1:39 PM, Marcel Moolenaar wrote: > On May 25, 2008, at 12:58 AM, Bill Wendling wrote: > >> Could you try this (massively hacky) patch out to see if it fixes >> your >> problem? >> >> > Alas, it didn't fix the problem: > Crumbs. I think that the analysis I told you before wasn't fully correct. I think I mentioned something
2009 Jul 17
0
[LLVMdev] Removal of IA-64 target
On Jul 16, 2009, at 5:51 PM, Chris Lattner wrote: > > On Jul 16, 2009, at 2:30 PM, Marcel Moolenaar wrote: > >> >> BTW: I don't run Linux at all, so no Linux/ia64 support. >> I can see how that could be a problem for people. >> >> Anyway: my case is a weak one and I would understand if the >> target get axed without considering my email/request...
2010 May 26
3
SVN vs DVCS
Hi, Just wondering whether anyone had thought about moving the R sources to a "distributed" version control system such as Bazaar, Git or Mercurial. These new generation systems make it easier to work on feature branches, allow working offline, are very fast, etc. Some projects that have moved to Git are Linux Kernel Perl Ruby on Rails ... http://en.wikipedia.org/wiki/Git_(software)