Mercurial Pull Error
Posted
by Tyler
on Stack Overflow
See other posts from Stack Overflow
or by Tyler
Published on 2010-03-22T16:16:03Z
Indexed on
2010/03/22
16:21 UTC
Read the original article
Hit count: 463
I am new to the dvcs world. My company uses perforce and I'm not a fan so I thought I'd try to use mercurial as a front end. I set it up on a windows machine with TortiseHG, enabled the Perfarce extension, did a small checkout (limiting the target revision) and pulled for the rest. This seemed to be more robust than clone alone.
This seems to be working fairly well as I've been able to get up to change 8700 or so.
My problem is with an error in the perforce repo. During the hg pull
command it hits an error abort: file path/to/file.pl missing in p4 workspace
and rolls back the transaction.
Is there anyway to bypass or skip that file and force it to continue since this is not a file I care about.
© Stack Overflow or respective owner