Hi,
I'm about to migrate a rather large TFS team project to a DevOps repository. I'm following the approach to use Git-Tfs, because we have to keep the complete history. This works quite well up to (and including) the point to migrate to a local git repository,
which can be kept up to date until the day of migration.
Question: When I try to push the local repository to DevOps via command line, I receive a message telling me that a single push can not be >5GB (which the repoitory is). https://aka.ms/gitlimit tells me to use the import function of the web frontend instead.
However I am not able to find out the format of the "copy uri" for my local repository. "file:///driveletter:/path/to/repository" tells me that this is no valid copy uri.
Does anyone know how to enter a local repository for the import?
B.r.
Peter