Skip to content
Snippets Groups Projects
Select Git revision
  • b8df52bc8afcd44b090156a438e8d96634604d5d
  • master default protected
  • fix_Makefile.mingw#2
  • update_Makefile.mingw
  • fix_Makefile.mingw
  • fix_API_for_C_apps
  • fix_procinfo_mac
  • boinccmd_gpu_mode_always_until_sigterm
  • fgrp_osx_hotfix
  • fix_boinc_master@f8250782
  • eah_wrapper_improvements
  • diagnostics_win-hotfix
  • diagnostics_win-hotfix-old
  • current_fgrp_apps
  • testing_gw_apps
  • gw_app_darwin_15
  • current_brp_apps
  • current_brp_apps_android10
  • current_gfx_apps
  • current_server
  • current_gw_apps
  • previous_fgrp_apps
  • previous_gw_apps
  • testing_brp_apps
  • apps_FGRP3_1.07
  • apps_FGRP3_1.08
26 results

generate_svn_version.sh

Blame
  • modules 1.12 KiB
    # Three different line formats are valid:
    #	key	-a    aliases...
    #	key [options] directory
    #	key [options] directory files...
    #
    # Where "options" are composed of:
    #	-i prog		Run "prog" on "cvs commit" from top-level of module.
    #	-o prog		Run "prog" on "cvs checkout" of module.
    #	-e prog		Run "prog" on "cvs export" of module.
    #	-t prog		Run "prog" on "cvs rtag" of module.
    #	-u prog		Run "prog" on "cvs update" of module.
    #	-d dir		Place module in directory "dir" instead of module name.
    #	-l		Top-level directory only -- do not recurse.
    #
    # NOTE:  If you change any of the "Run" options above, you'll have to
    # release and re-checkout any working directories of these modules.
    #
    # And "directory" is a path to a directory relative to $CVSROOT.
    #
    # The "-a" option specifies an alias.  An alias is interpreted as if
    # everything on the right of the "-a" had been typed on the command line.
    #
    # You can encode a module within a module by using the special '&'
    # character to interpose another module into the current module.  This
    # can be useful for creating a module that consists of many directories
    # spread out over the entire source repository.