You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
First of all, I'm noob in Android development and SharpSvn library.
I have a project for Android (in Unity) where I need to use SharpSvn to print the log. I've tried to use SharpSvn first of all with my personal computer, with a simple Svn project in a folder, and it worked.
After that, and before trying in Unity, I'm trying to use SharpSvn in a Visual Studio project (with Xamarin, used for Android apps) and I have many problems.
When I install it via NuGet, the project still shows that i have missing references, then, compilationerrors.
When I put it manually in the project (pasting the .dll), there are not compilation errors, but there are runtime errors (In the first SharpSvn function I use).
I don't know if I can use SharpSvn in ARM64, because in some places I've seen I can, but I've also read this: Windows ARM64 support #2, and my conclussion was that it's not ready yet to be used in ARM64.
Thank you, and I hope you can give me a hint about how to start with that.
Hello.
First of all, I'm noob in Android development and SharpSvn library.
I have a project for Android (in Unity) where I need to use SharpSvn to print the log. I've tried to use SharpSvn first of all with my personal computer, with a simple Svn project in a folder, and it worked.
After that, and before trying in Unity, I'm trying to use SharpSvn in a Visual Studio project (with Xamarin, used for Android apps) and I have many problems.
Thank you, and I hope you can give me a hint about how to start with that.