Questions tagged [braid]

Braid is a tool to help track git and svn vendor branches in a git repository.

Braid is a tool to help track git and svn vendor branches in a git repository.

Braid on GitHub

6 questions
3
votes
1 answer

"submodules" in git: braid or subtree or something else

To include a few external git repositories in my "main" repository, there are a few options: submodules braid subtree The first seems to be advised against by basically everybody. The second and third I believe are implementations of the subtree…
Paul Biggar
  • 27,579
  • 21
  • 99
  • 152
1
vote
1 answer

Braid server not finding corda jar files

I am trying to connect my braid server with the local corda node that i have. The node is working and i am able to connect to it through terminal when i try to connect the braid server to its not able to see it. The program argument that i am…
wandos
  • 1,581
  • 2
  • 20
  • 39
1
vote
1 answer

braid and fattr problem on ruby 1.9.2

i have a problems with running braid on ruby 1.9.2. The problem is with fattr gem $ braid /opt/local/lib/ruby1.9/gems/1.9.1/gems/fattr-2.1.0/lib/fattr.rb:85:in `block (2 levels) in fattrs': wrong number of arguments (1 for 0) (ArgumentError) …
Alexey Poimtsev
  • 2,845
  • 3
  • 35
  • 63
0
votes
1 answer

How to write an update hook for git submodules?

I would like to copy some files in the submodules in my "vendor/assets" directory to another directory -- "public/assets." I heard about update hooks but I am not sure if they work for submodules. I wrote a simple hook and ran update from…
picardo
  • 24,530
  • 33
  • 104
  • 151
0
votes
1 answer

while using openapi Braid for generating api for my corda project its showing some error in the last steep

Downloads\bootcamp-openapi-master\bootcamp-openapi-master\build\nodes>openapi-generator generate -i http://localhost:10200/swagger.json -g javascript -o ./code-gen -- api-package io.generated.api --model-package io.generated.model [main] ERROR…
adnan ahmed
  • 117
  • 1
  • 9
-1
votes
1 answer

Need Help for creating a Braid Filter alert by changing Color (pine Script)

can you help me with the Pine Script? The Braid Filter indicator is painting in 3 colors. I need an alert for: green bars change in red red bars change in green gray bars change in red gray bars change in green Thats my plot: BraidColor = ma01 >…
ChrisA
  • 1
  • 1