I have been able to make sbugit configuration and install. I managed to trasfer big project from SVN to git with all of the history and commits. Now I’m facing problems with the sync. If I commit something to SVN I don’t get anything to git repo. Same thing vice versa.
This error I get from git side when I try to push change with tortoiseGit:
git.exe push --progress “origin” master:master
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 12 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 378 bytes | 378.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: Fetching revisions from SVN repository:
remote:
remote: SubGit ERROR REPORT (SubGit version 3.3.9 (‘Bobique’) build #4351):
remote:
remote: You’ve received this message because SubGit (http://subgit.com/) is installed in your repository
remote: and an error that needs to be dealt with has occurred in SubGit translation engine.
remote:
remote: TEMPORARY ERROR:
remote: Failed to push some refs to Subversion repository.
remote: svn: E175002: unknown host
remote: svn: E175002: OPTIONS request failed on ‘/svn/TestProject/TestProject1’
remote: test-lnx-02: Name or service not known
remote:
remote:
remote: CURRENT STATE:
remote: Both Git and Subversion repository are open for pushes or commits.
remote: Your commit was not committed, but you may retry it.
remote:
remote: TO RECOVER:
remote: A) Address the problem if possible and then retry commit
remote: OR
remote: B) Run on the server
remote: $ subgit uninstall /srv/git/repo.git/.
remote:
remote: IMPORTANT: As soon as SubGit is uninstalled, both Git and Subversion repositories
remote: will become open, but no synchronization will take place.
remote:
remote: TO REPORT:
remote: Report an issue at http://issues.tmatesoft.com/
remote: You may find logs on the server at ‘/srv/git/repo.git/./subgit/logs’
remote:
remote: THANK YOU!
To 192.168.xx.xx:/srv/git/repo.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to ‘git@192.168.xx.xx:/srv/git/repo.git’
git did not exit cleanly (exit code 1) (5953 ms @ 17.3.2020 10.27.32)
Any idea what could be wrong in my configuration?
I have configured JAVA_HOME and JRE_HOME to environment. passwd is configured. authors.txt is configured. shared in config is set to true.