I started a new repo with all our creative work in the team now that LFS was released, so we can deprecate SVN.
Everything was fine with the command line, but the problem came with using SourceTree. Since the majority of our team are designers, they need a visual interface.
When making a commit all files that were supposed to be uploaded by the LFS are now missing (see https://confluence.atlassian.com/bitbucket/troubleshoot-git-lfs-in-bitbucket-831652519.html#TroubleshootGitLFSinBitbucket-missing_LFS_file).
How can somebody perform a reupload of those missing files from SourceTree?
Should we setup Custom Actions? How?
Thanks for your time. Cheers!
Hi Jaume,
Thanks for the info.
On my repository details there is a link next to "remaining" part called "View Details" that shows the files that were uploaded. I used this interface to delete a file.
Then I used this command to force the upload from my working copy.
git lfs push origin master --all
This is from a Windows setup but I can try it on a Mac when I get to work. The "install required" might be a separate issue since you can still execute lfs commands.
I used this link (https://github.com/github/git-lfs/tree/master/docs/man) to get some details of the available lfs commands.
Hope this works out for you.
Hi Rodney, thanks for replying.
I don't have any "remaining" part or "View Details" link in my repository details page on Bitbucket (where I suppose you are looking this thing from).
I made another commit through console and everything worked fine, but the missing images were still not uploaded.
Then I used the 'git lfs push origin master --all' command directly and it picked up the missing images, skipping the rest. Now I have the missing images into the cloud LFS server. Nice!!
Now, to fully respond my question we should figure out how to do this within SourceTree.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh you did say you wanted to push to LFS with SourceTree, sorry about that. We needed to upload the files anyway because there were references that didn't have assets in LFS.
My setup is a bit different, I'm using SourceTree 2.3.1 (69), git 2.8.1 and git-lfs 1.2.0. Which are the default versions on a fresh install. Since you're running different versions I'm assuming you're using the System versions of the software and not the embedded versions. Is there are reason you are using those versions?
With this setup I was able to Push and Pull repos with binary assets in LFS. I had to follow the instructions provided here (https://jira.atlassian.com/browse/SRCTREE-3172) to install some tools to prevent SourceTree from asking my password over and over.
My first suggestion is to try using the embedded versions to see if that works.
Otherwise we'll just have to do trial and errors to see what works. I'm also curious on the protocol are you using ssh or https?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rodney,
Now I've also noticed that every time I open SourceTree this message pops-up:Screen Shot 2016-08-23 at 09.38.05.png
I've also checked the git-lfs logs and there's nothing in there & 'git lfs fsck' returns everything OK.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You'll need to provide a bit more information.
Files get uploaded during a push, did you get any errors during this step? You said command line was fine, were you able to upload files using the command line? Since you're using Bitbucket it has a 1GB limit currently, did you exceed that?
Also what version of SourceSafe, git and git-lfs are you using?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.