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

Migration a Git archive to subversion

2018-07-10 Thread Martin Sauer
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 martin