close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Dec 13, 2010, 11:04:04 AM (14 years ago)
- Author:
-
Pedro Gea
- Comment:
-
Esto es cosa del módulo TolPackage de TOL.
Se redirige allí: https://www.tol-project.org/ticket/1030
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
closed
-
Property
Resolution
changed from
to
invalid
-
initial
|
v1
|
|
1 | 1 | Hello, |
2 | 2 | when MMS is not up to date, it appears a warning message like this |
3 | | " |
| 3 | {{{ |
4 | 4 | You can upgrade all them running this TOL sentence: |
5 | 5 | Set TolPackage::Client::RemoteUpgradeAll(0) |
6 | | " |
7 | | The method RemoteUpgradeAll returns a Real, so if you copy and paste the warning code, TOL retunrs an Error. |
8 | | |
| 6 | }}} |
| 7 | The method RemoteUpgradeAll returns a Real, so if you copy and paste the warning code, TOL returns an Error. |
| 8 | {{{ |
9 | 9 | Warning message should be '''Real''' TolPackage::Client::RemoteUpgradeAll(0). |
| 10 | }}} |
10 | 11 | |
11 | 12 | Thanks |