5

I have a Mercurial repository that contains a SVN subrepository. During hg update Mercurial freezes during processing of .hgsubstate file. I understand that this is because Mercurial executes svn command in background that pulls correct revision of SVN.

It is very unintuitive for my users because SVN subrepository is quite big and whole looks like having a hung.

Is there a way to dump svn output during such operation?

Joel B Fant
  • 24,406
  • 4
  • 66
  • 67
Michal Sznajder
  • 9,338
  • 4
  • 44
  • 62

1 Answers1

0

Have you tried using hg -v? That normally makes mercurial more verbose, which you would expect to pass on verbosity flags to svn.

hcarver
  • 7,126
  • 4
  • 41
  • 67