[Mono-ue] Problem applying patch

Juan Vidal Pich juanvp at gmail.com
Sat Nov 1 16:32:52 UTC 2014


Hi, Johannes
 
This must be on windows. I had the same problem. It turns out that cmd
scripts (which git-am is one) don’t expand wildcards, so it is treating the
path “Engine/Plugins/XamarinUE4/Patches/*” as a filename.
To make it work I had to use this command line to expand manually:
 
for /R "Engine/Plugins/XamarinUE4/Patches" %I in (*.patch) do git am %~I
 
Regards, Juan
 
2014-11-01 7:02 GMT+09:00 Johannes Jüngst <
<http://lists.ximian.com/mailman/listinfo/mono-ue> johannesjuengst at
gmail.com>:
 
> Hey guys,
> 
> the command „git am Engine/Plugins/XamarinUE4/Patches/*” returns “No such
file or directory”.
> I checked it, the path is actually there. Can you help me?
> 
> Besides that I want to thank all the developers for such a great project.
C# in UE4 is something I wanted to have from the beginning.
> 
> Thx in advance J
> 
> 
> _______________________________________________
> Mono-ue mailing list
>  <http://lists.ximian.com/mailman/listinfo/mono-ue> Mono-ue at
lists.ximian.com
>  <http://lists.ximian.com/mailman/listinfo/mono-ue>
http://lists.ximian.com/mailman/listinfo/mono-ue
> 
> 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-ue/attachments/20141101/a6a7f907/attachment-0001.html>


More information about the Mono-ue mailing list