SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
810 stars 165 forks source link

Instructions for using git-annex, git-lfs under Windows #27

Closed fire closed 8 years ago

fire commented 8 years ago

Is it possible to have instructions using gitlab.com git-lfs and git-annex?

SRombauts commented 8 years ago

Hi, yes I should add a short tutorial in the readme.

I've made a small test project (https://github.com/SRombauts/UE4GitLfsTest) using https://git-lfs.github.com/

As a quick start, in your UE4 project :

I will add explicit git lfs support to the plugin to ease this step to init a new repository

fire commented 8 years ago

How do you approach storing the Unreal Engine deps in lfs?

Referring to the files setup.bat uses.

SRombauts commented 8 years ago

Oh, I see... sorry but I do not fork the Engine to the point I fork it's dependencies, so I have no idea.

fire commented 8 years ago

It would be great if you could find out. Having a viable alternative to perforce will be great.

fire commented 8 years ago

Will create a new issue on importing a complete ue4 directory. The basics work though.