79815836

Date: 2025-11-10 16:15:30
Score: 1
Natty:
Report link

Seems like the locking can't handle the large number of files. Seems to work better to break it into chunks. For Unreal running it per sub directory seems to work.

for /F %i in ('dir /ad /b /s') do p4 -r 5 -v net.maxwait=60 reconcile -f -m -I "%i\*" >>p4rec.txt 2>&1
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user31852028