Sage repository

asked 2012-01-27 17:21:13 +0200

czsan gravatar image

How can i handle this error under upgrading?

"There are uncommitted changes in the Sage root repository" (4.7.2, installed from source)

edit retag flag offensive close merge delete

Comments

What happens when you type "sage --hg status"?

John Palmieri gravatar imageJohn Palmieri ( 2012-01-27 21:21:03 +0200 )edit

There is no Mercurial repository here (.hg not found)!

czsan gravatar imageczsan ( 2012-01-30 16:41:28 +0200 )edit

Sorry, I mean what happens if you do this while your current working directory is the top-level Sage directory ("SAGE_ROOT")?

John Palmieri gravatar imageJohn Palmieri ( 2012-01-30 20:05:32 +0200 )edit

The response is: M sage

czsan gravatar imageczsan ( 2012-02-01 13:32:55 +0200 )edit

So you must have modified the file SAGE_ROOT/sage. You could try "sage --hg commit -m 'committing'" and then try upgrading again.

John Palmieri gravatar imageJohn Palmieri ( 2012-02-01 19:31:38 +0200 )edit