1

我想迁移 svn 解决方案,但没有指定的文件/文件夹。

我的问题是这样的,因为我将一个大库(50 mb)提交到我现在不需要的 svn 中,并且我不需要使用它的项目。但是其余的解决方案仍然很重要。

4

1 回答 1

1

Everything is easier in git. So I'd get out of Subversion as quickly as I could. For example, you could use git2svn to move your solution to git.

Once you're in git, you can remove files per the Github Remove sensitive data guide. It uses filter-branch to permanently purge a file from the git repository.

于 2013-05-14T18:09:44.987 回答