-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to clone a new project #1
Comments
I´m sure that cloning repos and pushing / pulling files work with a locally built version. I´m also sure that pushing and pulling works with the installer version. So i (re)check that also cloning works with the installer, maybe there is an issue in the installer packet. |
Unfortunately i can only confirm that cloning a new repository doesn´t work. But meanwhile i know why. When there is a space in the path to SparkleShare.exe cloning a repository will fail. |
You were absolutely correct. Installing directly into Have a nice day! |
Anything new on this? |
The windows version is fixed, but the ci build chain for os x has some errors. I first wanted to fix this before the next build. If it takes to much time, i remove os x from the ci. This week the fixed windows version will be ready. |
Do you want me to take a look on the Linux build? Can you post here what is the error message there? |
Or even better link on the CI error message so I can see it myself in the real process... |
There is no error, it builds just fine. But the script which should create the tar.gz does not work, because the files are not in the place the script searches it. |
So maybe we can either change the script to look in the place where the build artifacts currently are, or place the artifacts in the directory where the script expects them... Can you, please, point on the script and the artifacts location? |
If you want to take a look, its easiest to do the linux steps in travis.yaml on a local pc. The CI logfiles arent really helpfull and debugging with the CI is extremely time consuming. I switched to do all the debugging of the process locally and then try the locally working commands on the CI. |
Hi, just ceated a new release, which works fine for me. If someone tries it, please give feedback here. |
@uenz - thank you very much! May I ask you to also merge this recent small translation PR, please, so I can test both (and so there is less merge work for @hbons at the end). Thank you again! |
Also, please, post the link to the |
I think you just checkout |
@AvtechScientific Thanks for the git lesson, it worked! The next build will be with the updated language file. |
Great, let me know, once you have it and don't forget to post the link on the |
@uenz - any news on the new windows build (with the updated language file)? |
Unfortunately i found another bug related to spaces in pathes, which i cant solve at the moment. |
No hurry... fix the bugs, once you have time... then let me know and I'll test it. Thank you! |
@uenz - what do you mean by "is not possible to use encrypted repos"? You can't use SSH keys to access repos or something else? |
No, ssh connections and key handling work fine. |
Im happy to announce the ReleaseCandidate 1 of the windows version here. |
@uenz - thank you very much for the update! I have tested the RC1 version you have provided and it worked really well:
There is one thing that I've noticed which is different from the current official Windows version, however I can't call it a bug: once you clone a new project - then inside SparkleShare a new directory is created with the domain name of the host (in my case it was github.com), and the clone is put inside that directory. In the current version the clone was placed directly into the SparkleShare directory... Is this the expected behavior? |
@AvtechScientific I also installed the version from the GitHub repo, but my repos are in a subfolder wich is named like the server. So I can’t confirm that behaviour and it is definitively not intended. |
@uenz - try to clone some arbitrary repo from GitHub (and maybe GitLab - I didn't check it though) to see whether you observe this behavior... |
@AvtechScientific When i clone a repo it resides where i expect it. Tried it with Github: \SparkleShare\github.com\tartool |
I didn't click the "Github Server" icon during cloning but rather "My own server", however nevertheless I did clone my fork of SparkleShare from GitHub and it landed at: |
@AvtechScientific If you mean the Version 1.4 as the current versiont, then you are rigth. The sparkleshare teams made this changes on the way to 2.x releases. |
Yes, that's what I meant... If so - everything is great and you can merge! Thank you very much. I hope @hbons will merge it upstream as well soon... |
This RC1 build solves all mentioned issues. |
@uenz: could you, please check and confirm that your SparkleShare-windows-nightly.msi can clone a new project? I was not able to clone my SparkleShare fork on GitHub. However I must admit that it could be due to me messing around with the old and new installation and the Windows' AppData folder... Thank you for the great PR!
The text was updated successfully, but these errors were encountered: