Hi Robert,

I'm not Andreas, but thought I'd chime in anyway.

On Thu, Mar 12, 2020 at 05:35:39AM -1000, robertlazarski . wrote:
> 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.

I noticed recently that the C repo is also no longer replicating to github,
and hasn't been for quite some time.  I was planning on opening a ticket
with INFRA, but haven't yet.

> 
> 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/*

My .git config for use with git svn is a little different (due to being
more limited), but has been working for me (as recently as January) with
no issues.

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[svn-remote "svn"]
        url = https://svn.apache.org/repos/asf/axis/axis2/c/core
        fetch = :refs/remotes/git-svn


> 
> BTW, I sent an email to [email protected] 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
> 

I'm under the impression that the svn->github sync is handled differently
than the gitbox->github sync.  If I'm not mistaken, the gitbox pages
you're referencing are for the latter only, so would only apply to repos
already hosted in git.  But I'm not 100% certain.

Best regards,
Bill


-- 
GPG: 5CDD 0C9C F446 BC1B 2509  8791 1762 E022 7034 CF84

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to