[petsc-dev] Problem with latest "petsc-dev" change

Satish Balay balay at mcs.anl.gov
Thu Nov 4 12:03:51 CDT 2010


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



More information about the petsc-dev mailing list