When we are trying to migrate the SCM from svn to gitlab, we also would like to consider the svn logs migration. There are three typical scenarios with tools to complete. Prerequisite This article only applies to the migrations that, each project in svn will be migrated to gitlab with spe...
When migrating the source codes from svn to gitlab, we also would like to consider the svn logs migration. Recently we are working on the migration from svn with full history logs, and i would like to share some of the experiences. Prerequisite This article only applies to the migrations t...
Import repositories from Subversion GitLab can not automatically migrate Subversion repositories to Git. Converting Subversion repositories to Git can be difficult, but several tools exist including: git svn, for very small and basic repositories. ...
.gitignore .golangci.yml .goreleaser.yml .travis.yml CONTRIBUTING.md Dockerfile Dockerfile.circleci Dockerfile.github-actions FAQ.md GETTING_STARTED.md LICENSE MIGRATIONS.md Makefile README.md SECURITY.md docker-deploy.sh go.mod go.sum log.go migrate.go migrate_test.go migration.go migration...
github.com/xanzy/go-gitlab v0.107.0 github.com/xeipuuv/gojsonschema v1.2.0 github.com/yaronf/httpsign v0.3.1 github.com/zalando/go-keyring v0.2.5 go.uber.org/multierr v1.11.0 golang.org/x/crypto v0.25.0 @@ -107,8 +107,10 @@ require ( github.com/danieljoos/wincred v1.2.0...
git commit --amend压缩无用的历史记录 flutter 业务在开发时, 一个业务需求会对应一个分支, 提测时执行打包脚本, 脚本会在 App 产物仓库中自动创建该分支并提交第一个 commit, 后面 flutter 代码的每次修改又会执行打包脚本, 继续在分支上提交新的 commit, 分支模型大致就是这样的: ...