First snapshot push is numbered incorrectly

Summary

Made a project and worked on it in UEFN + session mode. My first commit was #49 instead of #2.

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Unreal Revision Control

Steps to Reproduce

  1. Make a new project
  2. Work on it in UEFN + session mode for a bit
  3. Push your changes

Expected Result

My first snapshot commit in a project is #2

Observed Result

My first snapshot commit in a project is #49

Platform(s)

Windows 10

Upload an image

Second snapshot is also incorrect:

Guessing there could be some sort of auto-snapshot change that causes this, couldn’t find anything though.

there is something new and it does indeed auto save now so this is why you have like this

1 Like

Thanks! Do you perchance know if there’s documentation / an announcement for this and how to potentially turn it off / reduce the saving interval?

it was mentioned in a previous patch note release but unsure how to change times ect

1 Like

@mikufromgatlin Here’s the part from the patch notes AtAsh was referring to. It’s a new version of URC

3 Likes

All those “I reset my PC…” posts will be a thing of the past :smiley:

@mikufromgatlin another change to shake us out of our comfort zones, I’m gonna have trouble adjusting to this too, the LUF has blown my rotational transform OCDness out of the water, !!! and now I have to live with thousands of 180,-90,-180 where once I had 0,0,90 !!!

1 Like

Thanks both! For me it definitely bothers my OCD but also I used to push my releases like this which was super helpful:

Alas we must adapt! :saluting_face:

1 Like

As others have said - this is expected.

3 Likes

@wouter I’d like to ask if I’m doing something wrong here.
The patch notes mention the automatic personal snapshots are saved in a personal branch but I tried to use the CLI but couldn’t find the personal branch.
The Patch notes said that “These backups can be viewed through the updated command line interface”
Both main and main-fe2e61144f15dc27d9aed9bc97ad6d02 branch didn’t contain the revisions between my manual occasional check-ins.

Edit:
I tried on a different project that I fully own and noticed that It actually DID show the automated backup revisions without even changing branches or anything

UEFN automatically creates a temporary personal branch for you when you make your first change and save it to disk.
The personal branch is deleted again when you CHECK IN CHANGES.

Ahhh I see so main-xxxxx.... is the personal one. thanks for the clarification,

Also idk if this is known but authentication from the CLI doesn’t work with URC2.


Thanks again for the clarification :+1:

Hello @Mineblo,

Thanks for the video.

The urc2.exe auth login command is currently unsupported for direct usage.

To use the urc2.exe CLI, do the following:

  • Start UEFN.
  • Open your project.
  • Start a command prompt.
  • Go to your project directory.
  • Run urc2.exe commands. For example: urc2.exe repository status --unstaged

While the UEFN editor is open, you will be able to invoke urc2.exe commands.

1 Like