seb4stien / freeplane-collaborative-addon

A freeplane add-on containing useful tools to work toghether on a single mindmap.
19 stars 9 forks source link

GIT issue #22

Open elibra opened 10 years ago

elibra commented 10 years ago

while pushing F10-F12, I'm getting the error "The versionning system has timed out (check your connection)".

my versionning system is GIT my operating systen is windows 8, and repository is located on remote server -I have configured other tools working fine - like tortoiseGit and SourceTree, but freeplane collaborative tools add-on fails to connect.

another issue: Tools>addons>Configure shows correct path to git: http://joxi.ru/ud6iU_3JTJDlPT0KMIo anyway when clicking OK the validation errors appear: http://joxi.ru/8N6iUxjKTJBNHzaRB1U

same posted here: https://sourceforge.net/apps/phpbb/freeplane/viewtopic.php?f=1&t=718&p=5044#p5044

seb4stien commented 10 years ago

Hi, could you tell me which version of freeplane you are using please ?

seb4stien commented 10 years ago

One thing to know : the collaborative add-on cannot handle interactive prompt from git. If you need to authenticate to your repository, you must configure it outside of freeplane so it can connect to the repository transparently.

aendinalt commented 10 years ago

Hi seb4stien, I'm observing the following error while trying to update my MindMap from Git repositiry: image and then image I'm noy sure that this is an issue but anyway I'd like to clarify such behavior.

Thanks a lot for this useful tool creating!

evasiuk commented 9 years ago

I was using FreePlane version 1.3.11 any update on this? I still want my team to get up to speed with this plugin.

seb4stien commented 9 years ago

Hello, does the update using tortoiseGit work correctly ? It seems that you're trying to update in a repository for which origin is not set. ps : sorry for the late answer, I was on holidays.

aurelg commented 9 years ago

I'm facing the same issue that the one mentioned by aendinalt. There are two erros while retrieving locally updates that have been commited in a remote git repository:

1/ there's an attempt to retrieve the diff with git diff origin test.mm , which ends by:

fatal: ambiguous argument 'origin': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]'

The branch is missing, the command should be git diff origin/master test.mm

2/ the merge command is issued as git merge origin, which fails with:

merge: origin - not something we can merge

Here also, the branch is missing. the command should be git merge origin/master

Git versions:

Any idea?

tazmon95 commented 9 years ago

Hello, I have the same issue with a git remote. Was there ever a fix identified?

I've tried on FreePlane v1.3.11 & v1.3.15

My remote is on a gitlab server hosted on amazon. all the commands work correctly from the command line, but not from FreePlane where it times out.

Here is the sequence of error messages received from verbose mode image

image

image

image

image

image

This step takes about 20 seconds before erroring out.

image

seb4stien commented 7 years ago

The project is no longer developed. It won't be fixed.