Submit To Source Control hangs/does nothing 4.7p5

Source control to SVN all set up and works great on individual files in Content Browser.

However if I choose the Source Control button on the Map editor screen

29594-source.png

and choose ‘submit to source control’ I get the animated Source control message:

29593-checking.png

which lasts forever. No dialog appears. The message does not block anything, nor does it prevent other source control operations.

Thanks for the report, I’ve logged this issue as UE-9610.

Just updated, still broken in preview 6

We cannot reproduce this internally, are you able to provide us with any more information? Verbose logs would be really helpful.

Add the following lines to your DefaultEngine.ini to try to enable verbose logging:

[Core.Log] 
LogSourceControl=VeryVerbose

I have a log is there a way to send it to you without posting it publicly? feel free to email me at zman@thezbuffer.com (thats a very public email address so I don’t mind sharing it).

What I’m seeing in the log is a bunch of calls like this:

[2015.02.12-18.09.32:629][125]LogSourceControl: Attempting 'svn status --show-updates --verbose --xml "f1" "f2" "........"  --non-interactive --trust-server-cert --username ***** --password ********'

Each call has a block of 50 or so files.

Initially the timestamps are close together… but then they start appearing several minutes apart.

e.g. first few calls:

[2015.02.12-17.52.10:341][ 61]LogSourceControl
[2015.02.12-17.52.10:388][ 62]LogSourceControl
[2015.02.12-17.52.10:413][ 62]LogSourceControl
[2015.02.12-17.52.10:446][ 63]LogSourceControl

Last couple:

[2015.02.12-18.01.38:646][207]LogSourceControl
[2015.02.12-18.04.16:318][680]LogSourceControl
[2015.02.12-18.06.54:627][651]LogSourceControl
[2015.02.12-18.09.32:629][125]LogSourceControl:

[edit: finally finished and got the dialog. It took 45 minutes]

There’s nothing logged as output from any of these calls.

We use http://xp-dev.com as our SVN provider - to the best of my knowledge they don’t have any throttling and we are on a paid business account. However I’ve asked over in their forums XP-Dev.com - Forum Topic Any Throttling on SVN commands? - Powered by XP-Dev.com

Ah, I see the problem now. 4.7 is now quite an old branch and there was a fix made in the master branch to address this very issue. I may be able to get it merged across, I will have to check with the release guys.

Good news, we got this integrated today so it should be in the build soon!

Great - thanks

Confirmed fixed in 4.7 Preview 7 - thanks