We are looking to move a specific directory from one git repository to another. I found these instructions, which went well until the point of the pull from the remote branch; it appears that having files on both sides that are tracked by git-lfs complicates the process somewhat.
I tried this both directly between my local clones, as well as doing the filter-branch on a branch and pushing it to the main server (VSTS). In both cases the smudge filter failed, saying it couldn't find the LFS-tracked file; with the VSTS remote the error logged is a 404.
I'd like to keep these files as LFS tracked in the destination, whether the move is done using the local clones direct or involves the server. Are there any additional commands/switches or preparation steps that will allow this?