Andreas, I believe you may have set up the github mirror below some time
ago?

https://github.com/apache/axis2-java

All commits on the Axis2 SVN trunk stopped syncing with Github about a year
ago. I am asking about this because the Travis nightly builds seem to be
Github based and they also stopped syncing.

Anyways, I did a git clone of the repo and running "git svn fetch" took 12
hours, the bigger problem though is after that I then ran "git svn rebase"
- and it gave the error with the config below.

"Unable to determine upstream SVN information from working tree history"

.git/config:

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = https://github.com/apache/axis2-java.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "trunk"]
        remote = origin
        merge = refs/heads/trunk
[svn-remote "svn"]
        url = https://svn.apache.org/repos/asf
        fetch = axis/axis2/java/core/trunk/trunk:refs/remotes/origin/trunk
        branches = axis/axis2/java/core/branches/*:refs/remotes/origin/*
        tags = axis/axis2/java/core/tags/*:refs/remotes/origin/tags/*

BTW, I sent an email to in...@apache.org a few weeks ago about this and got
no response. I registered with github via id.apache,org, and followed the
instructions on gitbox.apache.org/setup/.

However, I do not see Axis2 listed here.

https://gitbox.apache.org/repos/asf

Any ideas?

Regards,
Robert

Reply via email to