Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the working directory after performing hg convert on perforce repository

I did the hg convert on remote perforce repository and created a Mercurial repository on my Linux box.

I can see there is nothing in my working directory, all files resided under the .hg/ folder.

How can I make my work directory to start working on these files? I tried hg update to get all files on root level to become working dir, but could not succeed.

/my-hgrepo
      .hg/store/data/..    [whole files are kept under this folder]
      [no working directory]

How can I get my files over here to start working?

What can I do now? Without getting my working directory doing hg convert on perforce repo is useless for me?

like image 542
praveen Avatar asked Nov 16 '25 07:11

praveen


1 Answers

Try hg update tip that should get you the latest in your working dir.

like image 118
Ry4an Brase Avatar answered Nov 18 '25 21:11

Ry4an Brase



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!