Git Product home page Git Product logo

Comments (5)

ttilley avatar ttilley commented on August 18, 2024

When Braid was first written, this was way back when ruby for windows was largely cygwin based and so posix APIs were emulated. Now ruby for windows is significantly more platform aware and msys/mingw based, making it faster, cleaner, and better in every way for that platform... but the (slow) emulation layer is gone.

Since it is unlikely I will realistically be able to get to this in a timely enough manner for you, I have two suggestions that might help you out here. First, try giving JRuby a shot if it'll work for your project. JRuby is often better at being compatible with *nix ruby than the official windows ruby. If that's not acceptable then you might want to give the cygwin platform a go and install ruby that way.

For completely uncomplicated scenarios of git->git one-way merging, you might want to just use a minimal helper on top of git subtree merge (or manually perform a subtree merge).

from braid.

ttilley avatar ttilley commented on August 18, 2024

I believe the error you're receiving is actually from open4 and not braid... what's the traceback?

from braid.

KindDragon avatar KindDragon commented on August 18, 2024

+1 for support Windows

from braid.

KindDragon avatar KindDragon commented on August 18, 2024

With JRuby doesn't work too:

jruby c:\Work\braid\bin\braid add https://github.com/FFmpeg/FFmpeg.git src/thirdparty/ffmpeg
JRuby 1.9 mode only supports the `psych` YAML engine; ignoring `syck`
LoadError: no such file to load -- main
  require at org/jruby/RubyKernel.java:1027
  require at c:/jruby-1.7.2/lib/ruby/shared/rubygems/custom_require.rb:36
   (root) at c:\Work\braid\bin\braid:7

from braid.

norbert avatar norbert commented on August 18, 2024

As it's currently unknown which Ruby versions the current code does work with you should assume that only MRI on some kind of Unix is supported. @ttilley maybe you can clarify this?

Furthermore Windows support has always been a problem that won't be fixed and the documentation will be updated accordingly.

from braid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.