gittup

Results 78 comments of gittup

Want to try re-installing it and see what happens? I have the 32-bit version at: /cygdrive/c/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/cl and 64-bit at: /cygdrive/c/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/x86_amd64/cl

It sounds like this is the same as issue #313 - is that correct? Or do you think it's a separate problem? I reproduced your Tupfiles locally and made some...

See also the display.progress option, which can be set to false to just display a percent complete & job number on each line rather than an ASCII progress bar. There...

I'm a bit confused by what you're seeing & what you're expecting to see. I created your Tupfile and did: $ touch a.md b.md $ tup (This creates a.html, b.html,...

I'm not sure - if it was a security issue, it seems strange that the "@tup@" access would work, but the "@tupjob-1" access would fail. Though I wouldn't rule that...

Yes, this would be nice to have. It has been planned for a while now but sadly I have not had time to do it. Out-of-tree builds will likely be...

You can get it here: https://raw.githubusercontent.com/libfuse/libfuse/fuse_2_9_bugfix/example/fusexmp.c Then do: gcc fusexmp.c `pkg-config fuse --cflags --libs` -o fusexmp mkdir foo ./fusexmp foo ls foo // the contents here should match the contents...

On Wed, Apr 11, 2012 at 4:04 PM, Stefan Majewsky [email protected] wrote: > +1 on this idea. There may be other things which need to be implemented in tup to...

On Thu, Apr 19, 2012 at 4:56 PM, Stefan Majewsky [email protected] wrote: > That's absolutely marvelous! I honestly don't understand why you didn't merge this into master right away. I've...

On Thu, Apr 19, 2012 at 7:43 PM, Doug Rosvick [email protected] wrote: > I tried the out-of-tree branch with my large project at work (~300 Tupfiles), and it worked fine...