bibledit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[be] Secure Internet Repository problems


From: Oreo Warpok
Subject: [be] Secure Internet Repository problems
Date: Wed, 10 Nov 2010 16:20:50 +0900

Three months ago, I set up our team with Bibledit (I think 4.1) on five computers. Four of these computers are in Papua, Indonesia, and before I left, a change entered on one would be mirrored on the others in about 12 seconds. (There must have been a good Internet connection on that day.) I set up a 5th computer in the states, but frequently could not verify that changes on my end were being mirrored in Papua.

Upon coming back to Papua, I find that one of the computers had NOTHING entered in the ssh blank, the fifth screen of Preferences > Remote Repository. I believe my team members that no one fiddled with the settings, as that user never plays around with such things. So how could the ssh: field become blank?

When I arrived back in Papua, I came with a new Netbook on which I already had Bibledit running. And due to other problems, our team member Anna needed to have the operating system reinstalled on her computer. I have copied my .bibledit directory to Anna's computer. I installed my compiled version of Bibledit 4.1 on her computer also. My main problem is this: In several configurations, I have been able to go through the whole Remote Repository set up on both computers with no errors. Pushing to the remote repository works. But when we are done, changes made on one computer are still not mirrored on the other, no matter how long we wait.

On my computer, I was able to set up sharing with our original repository using my old ssh secure keys. My new computer has a different name, so when sharing didn't happen, I generated new ssh keys, and updated sourceforge.netI rebooted, and was able to get the Remote Repository setup all completed. Still nothing was shared with Anna.

On Anna's machine, which is installed with the same name, I could get sharing to work (according to what Bibledit showed) using her original ssh secure keys. But there was no sharing to my computer. So I regenerated new ssh keys for her machine also, updated sourceforge.net, rebooted, redid the Remote Repository set up, and STILL there was no sharing.

So I figured that my repository at Sourceforge just was not working. So I created a new sourceforge project, implemented Git on that project, initialized the database, and added team members as project members. Once again, I set up Preferences > Remote Repository in Bibledit on my machine and Anna's. The process completes on both machines without errors. BUT STILL EVEN IMMEDIATELY AFTERWARD, THERE IS NO SHARING/MIRRORING OF DATA.

During the set-up, if I push my data to the repository, that works. Because when I do the set-up on Anna's machine and clone the data, my data then appears on Anna's machine. But afterward, there is no mirroring of changes.

Has anyone else experienced such problems?

My suggestion for the Bibledit program is that there be a little green "sharing" light that will light up when communication is actually taking place with a remote repository. That way, when I am not in Indonesia, my team members could easily tell me if their sharing is working or not. And I would know in America that my changes were at least making it to the repository.

Any help on this would be greatly appreciated! Below is my log file.

Phil

Webserver Access: Cannot connect to destination
Check git version number
git version 1.7.0.4
Create first local repository
Initialized empty Git repository in /tmp/bibledit/git-test/local1/.git/
Store data into first local repository
[master (root-commit) 745279a] Commit
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 data
Create remote repository
Initialized empty shared Git repository in /tmp/bibledit/git-test/remote/
Fetch data from the first local repository into the remote one
From /tmp/bibledit/git-test/local1
 * [new branch]      master     -> master
Checkout the first local repository
Initialized empty Git repository in /tmp/bibledit/git-test/local1clone/remote/.git/
Check data of first local repository
Checkout the second local repository
Initialized empty Git repository in /tmp/bibledit/git-test/local2clone/remote/.git/
Check data of second local repository
Store different data into first repository
[master 09500c6] Commit
 1 files changed, 1 insertions(+), 1 deletions(-)
Push first repository
To /tmp/bibledit/git-test/remote
   745279a..09500c6  master -> master
Pull second repository
From /tmp/bibledit/git-test/remote
   745279a..09500c6  master     -> origin/master
Updating 745279a..09500c6
Fast-forward
 data |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
Check data in second repository
Store different data into second repository
[master cde6a59] Commit
 1 files changed, 1 insertions(+), 1 deletions(-)
Push second repository
To /tmp/bibledit/git-test/remote
   09500c6..cde6a59  master -> master
Pull first repository
>From /tmp/bibledit/git-test/remote
   09500c6..cde6a59  master     -> origin/master
Updating 09500c6..cde6a59
Fast-forward
 data |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
Check data in first repository
Initialized empty Git repository in /tmp/bibledit/git-test/tempclone/tsederhana/.git/
[master a5b965a] Write test
 0 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 test_repository_writable
Already up-to-date.
To ssh://address@hidden/gitroot/tsederhana/tsederhana
   fca117f..a5b965a  master -> master
[master 14f3354] Write test
 0 files changed, 0 insertions(+), 0 deletions(-)
 delete mode 100644 test_repository_writable
To ssh://address@hidden/gitroot/tsederhana/tsederhana
   a5b965a..14f3354  master -> master
[master 85d5e94] user data into repo
 3 files changed, 9 insertions(+), 9 deletions(-)
To ssh://address@hidden/gitroot/tsederhana/tsederhana
   14f3354..85d5e94  master -> master
Check git version number
git version 1.7.0.4
Create first local repository
Initialized empty Git repository in /tmp/bibledit/git-test/local1/.git/
Store data into first local repository
[master (root-commit) 1392a8d] Commit
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 data
Create remote repository
Initialized empty shared Git repository in /tmp/bibledit/git-test/remote/
Fetch data from the first local repository into the remote one
From /tmp/bibledit/git-test/local1
 * [new branch]      master     -> master
Checkout the first local repository
Initialized empty Git repository in /tmp/bibledit/git-test/local1clone/remote/.git/
Check data of first local repository
Checkout the second local repository
Initialized empty Git repository in /tmp/bibledit/git-test/local2clone/remote/.git/
Check data of second local repository
Store different data into first repository
[master 12228d3] Commit
 1 files changed, 1 insertions(+), 1 deletions(-)
Push first repository
To /tmp/bibledit/git-test/remote
   1392a8d..12228d3  master -> master
Pull second repository
>From /tmp/bibledit/git-test/remote
   1392a8d..12228d3  master     -> origin/master
Updating 1392a8d..12228d3
Fast-forward
 data |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
Check data in second repository
Store different data into second repository
[master 5c161c6] Commit
 1 files changed, 1 insertions(+), 1 deletions(-)
Push second repository
To /tmp/bibledit/git-test/remote
   12228d3..5c161c6  master -> master
Pull first repository
From /tmp/bibledit/git-test/remote
   12228d3..5c161c6  master     -> origin/master
Updating 12228d3..5c161c6
Fast-forward
 data |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
Check data in first repository


--
===============
Oreo Phil         479-524-7005
                      0857 9631 4790

      One King to rule them all, One Son to find them,
      One Blood to cleanse them all, And from the dark unbind them.
===============


reply via email to

[Prev in Thread] Current Thread [Next in Thread]