-
Notifications
You must be signed in to change notification settings - Fork 151
Code is outdated #72
Comments
Why not use LibGit2Sharp? |
Also, about running JGit under IKVM, we had a PoC on MonoDevelop itself: mono/monodevelop#498 |
Language which differs from C# requires another toolchain which is not available on all platforms. LibGit2Sharp requires C toolchain for libgit. C toolchain is not available on all platforms. Some platforms have ideological restrictions which prevents usage of C tools. |
Getting IKVM binaries out of JGit is documented over here too, btw https://github.com/mono/jgit-binary |
IKVM binaries still doesn't give C# code without decompiling. |
But what about modifying Java code and just using the generated assemblies? That's what we had in mind initially. The generated code does work, I've had no problems with it, and I could run the JGit test suites under IKVM too without many problems. |
In the another operating system (on MOSA toolchain) I will have no tools to modify Java code. It's more convinient to have C# codebase. |
last commit here is several years old
git://git.eclipse.org/gitroot/jgit/jgit.git
have newer versions like
JGit v4.0.0.201506090130-r
Contained in tags: v4.0.0.201506090130-r
Commit hash: 4f221854556991e3394b3a71e77ee0b771b1500b
Date: 2 weeks ago (09.06.2015 8:29:27)
see also
gitextensions/gitextensions#2516
earlier attempt:
https://github.com/henon/GitSharp
slluis:
"The really hard parts are:
Some of those problems could be alleviated by improving Sharpen, but only to some extent, since there are some Java constructs which are not easily translatable to C# (and JGit uses many of them)."
https://github.com/pvginkel/gitter/issues/15
NGit does not provide a Stage function which would make deleted files be marked as staged deletes.
mono/monodevelop#653
GPL/LGPL questions with Sharpen.Unix
mono/sharpen#39
weak documentation
#13
I think it should be possible to run JGit on mono directly with ikvm, but can't find posts about it.
UPD:
https://github.com/mono/jgit-binary
http://tirania.org/blog/archive/2009/Oct-12.html
The text was updated successfully, but these errors were encountered: