I’m worried by some of this, perhaps I just don’t know the history or don’t 
understand what you did.

When I’m researching the history of a file, having revisions in more than one 
place (e.g. git and svn) makes it impractical for me to follow what happened.  
IIUC you’ve split the history into pre-2.0.0 that is in svn only and 2.0.0 and 
later that will eventually be only in git.  In addition I don’t understand the  
effect on history of your proposal to delete files in svn: in my experience 
finding the history pre-delete is rather difficult (at least I’ve never figured 
out how to do it).

Why wouldn’t you import the entire history of aries jpa into git?

Isn’t there some way to  leave the files in svn but make them read-only?

thanks
david jencks

> On Apr 18, 2017, at 6:07 AM, Christian Schneider <[email protected]> 
> wrote:
> 
> I have now copied the Aries JPA commits to the new aries-jpa git repo. I hope 
> I did the conversion correctly.
> 
> I imported all commits since the svn revision of the Aries JPA 2.0.0 release. 
> All earlier commits can only be found in svn.
> I then imported all tags named like org.apache.aries.jpa-* which are all 2.x 
> tags.
> 
> New git repo for Aries JPA:
> https://git-wip-us.apache.org/repos/asf/aries-jpa.git
> 
> Github Mirror:
> https://github.com/apache/aries-jpa
> 
> 
> Please review the import. If there are no problems with it then I will delete 
> the files from svn trunk after some time, so people know the project should 
> be updated on git now.
> 
> Christian
> 
> 
> I used this config for the import:
> 
>        repositoryformatversion = 0
>        filemode = true
>        bare = false
>        logallrefupdates = true
> [svn-remote "svn"]
>        url = https://svn.apache.org/repos/asf/aries
>        trunk = trunk/jpa
>        fetch = :refs/remotes/git-svn
>        tags = tags/org.apache.aries.jpa-*:refs/remotes/origin/tags/*
> [remote "apache"]
>        url = https://git-wip-us.apache.org/repos/asf/aries-jpa.git
>        fetch = +refs/heads/*:refs/remotes/apache/*
> 
> 
> -- 
> Christian Schneider
> http://www.liquid-reality.de
> 
> Open Source Architect
> http://www.talend.com
> 

Reply via email to