On Thu, 4 Nov 2010, Carl Ponder wrote:

> 
> Satish -- here is another error from cloning just now.
> The commands

you shouldn't have to make a fresh clone each time. Once the clone is
done, you can get updates with :

hg pull -u [in both petsc-dev and BuildSystem]

And if you need a 'clean' clone - you can always do:

'hg clean --all' [in both petsc-dev and BuildSystem]

[For clean to work - you need the following 2 lines in ~/.hgrc]
[extensions]
hgext.purge=

Satish

Reply via email to