Skip to content
Discussion options

You must be logged in to vote

We do not touch source code in any way with our tool.

It is best to use GitTFS to create a Git repo from your TFVC repo. This does mean that it might be over the 5GB limit set by Azure DevOps for a git Push. To upload repos that are greater than 5gb to Azure DevOps you would need to split the push into chunks.

See: https://git-scm.com/docs/git-reset

You can reset the "head" to within the 5gb limit, then push that chunk. Once complete you can reset to the next 5gb chunk.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AsitJena
Comment options

Answer selected by MrHinsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants