1

I would like to migrate svn solution but without a specified files/folder.

My problem is such because I commited a big library (50 mb) into svn which I do not need now, and I do not need project which use it. But the rest of solution is still important.

1 Answer 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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.