Re: Migration a Git archive to subversion

2018-07-13 Thread Nico Kadel-Garcia
On Tue, Jul 10, 2018 at 11:30 AM, Martin Sauer wrote: > Hello, > > I want to migrate my git project archive to subversion. In the internet I > can't find only infos about migrate from subversion to git. > > Can you tell me how I can migrate my projects to svn? > > Thank your for your help. > > BR

Re: Migration a Git archive to subversion

2018-07-13 Thread Julian Foad
Martin Sauer wrote:> I want to migrate my git project archive to subversion. [...] "Reposurgeon" is probably the tool that will give the most reliably correct conversion, if you are looking for a one-time conversion. http://www.catb.org/esr/reposurgeon/ "SubGit" is probably the best option i

Re: Migration a Git archive to subversion

2018-07-10 Thread Eric Johnson
In general, this isn't precisely possible, because Git has a different data-model than Subversion, which is probably why you don't see many tools automating this. Tags: In Git, a tag is just a pointer to a revision. In Subversion, a tag is a separate revision of the repository, represented by a se