wiki:Tools

Version 12 (modified by dsolyga, 12 years ago) (diff)

--

DocumentationMain VersionOther VersionsScriptsForcingsEvaluationToolsHow toMeetingsSeminarsUserListContact


SVN

  • Orchidee code is versionned with Subversion software.
    All the versions are archived on a specific server and saved every day. Subversion can track changes made to a file by associating both a revision number and a message called commit.
    SVN let you answer the following questions : When did I do this modification? Why did I modify my file? Could I recover a previous version of my file?
    Subversion will let you organize properly your work : no need to have many back-up copies, easy access to your previous versions and changes, revisions log...
    ORCHIDEE users are strongly advised to manage their own version under SVN system. In return, they can obtain support by the ORCHIDEE engineers team.

See SubVersion page for all commands and a course prepared by Didier Solyga here

IDB

  • Orchidee can be launched within the debugger IDB. A great way to make debugging more efficient. See DeBugging page for details.