Revision Control Error

Hello I have a big problem with my game.I should also state i am on ue5.2.i use source control for Git and what i typically do after i make any sort of changes is through the Ue5 revision control submit content to my repo
εικόνα
and then through git i type git push origin master.Here comes the problem,WHILE the project is open it lost the revision control.


εικόνα Now i did set it but it doesnt notice any changes even tho assets have the red arrow.I dont want to close it since i might lose my progress or the references might mess up(speaking from experience,any help is appreciated!
εικόνα

How did it even loose the revision control connection during that process?? Anyways let’s not dig into that, but if you believe that you might loose progress once you close the editor, you can simply copy all the files excluding the Git related ones, the .sln file, the .vs folder and the Source folder. (and also back up your C++ scripts in a seperate place, we might need those in the future) Then copy them into a new directory. This will ensure your entire project is saved. To double check, you can click on the Contents folder and see if all your stuff is there. You must be really nervous right now, I understand you. It really hurts to loose progress, hopefully we can manage to prevent that from happening in the first place this way. I hope this was helpful :smiling_face_with_three_hearts:

Why are you using two same different control systems at the same time? I shutdown the Unreal Revision Control since I’m using Git and Github

thanks! i imagined that i would need to do that,It worked!!.As for how it lost connection i am not sure myself maybe at one point i opened another ue5 instance?maybe my network was to blame?None can tell

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.