On Wednesday 27 May 2009, Saj wrote:
> Hi martin,
>
> patch is not working!
>
> See the error!
>
> <error>
>
> RuntimeError                              Traceback (most recent call
> last)
>
> /usr/local/src/<ipython console> in <module>()
>
> /usr/local/src/sage-3.4.2/local/lib/python2.5/site-packages/sage/misc/
> hg.pyc in import_patch(self, filename, options)
>     425         if filename.startswith("http://";) or
> filename.startswith("https://";):
>     426             filename = get_remote_file(filename, verbose=True)
> --> 427         self._ensure_safe()
>     428         self('import  %s "%s"'%(options, os.path.abspath
> (filename)))
>     429
>
> /usr/local/src/sage-3.4.2/local/lib/python2.5/site-packages/sage/misc/
> hg.pyc in _ensure_safe(self)
>     189             self.ci()
>     190         if self._changed_files():
> --> 191             raise RuntimeError, "Refusing to do operation
> since you still have unrecorded changes. You must check in all changes
> in your working repository first."
>     192
>     193     def _warning(self):
>
> RuntimeError: Refusing to do operation since you still have unrecorded
> changes. You must check in all changes in your working repository
> first.
>
> </error>
>
> I did
> hg_sage.patch('sbox_call_and_rest.patch');
>
> I thinking i need to checkout the updated code to repository or
> something!
>
> I installed sage from source!
>
> No idea!

Hi,

you might need Sage 4.0 to make it work, but that is not the problem you are 
having: You have unrecorded changes in your tree. You should check what they 
are (hg diff) and then either commit them or revert them. Then you can try to 
apply the patch I posted.

Martin

-- 
name: Martin Albrecht
_pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99
_otr: 47F43D1A 5D68C36F 468BAEBA 640E8856 D7951CCF
_www: http://www.informatik.uni-bremen.de/~malb
_jab: [email protected]



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to