[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 9751)

Aleksey Nogin nogin at metaprl.org
Mon Nov 13 11:50:23 PST 2006


Module name: OMake Build System [0.9.8.x]
Changes by: nogin at metaprl.org (Aleksey Nogin)
Date: 2006-11-13 11:50:22 -0800 (Mon, 13 Nov 2006)
Revision: 9751
Log message:
      (Bug 518) Implemented svn_realclean.
      
      There are two main differences between how the cvs_realclean and svn_realclean
      are implemented:
      - svn_realclean is a Shell. alias implemented in OMake, while cvs_realclean
        was implemented as a standalone OCaml binary
      - svn_realclean relies on svn for parsing of the entries file (the format have
        dramatically changes very recently in subversion 1.4.0 - we do not want to
        keep having to code support for all the different new formats that the svn
        people might be coming up with), while cvs_realclean does it directly. The
        downside of the svn_realclean is that it would not work on a machine that
        does not have subversion installed.
      
Changes:
    +7 -1	omake-branches/0.9.8.x/OMakefile
    +1 -1	omake-branches/0.9.8.x/doc/OMakefile
    +2 -0	omake-branches/0.9.8.x/lib/Pervasives.om
    Added	omake-branches/0.9.8.x/lib/build/svn_realclean.om
    Properties	omake-branches/0.9.8.x/lib/build/svn_realclean.om
    +3 -2	omake-branches/0.9.8.x/lib/configure/Configure.om
 
----
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2006-11.html#06/11/13.11:50:22



More information about the OMake-CVS mailing list