Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Filesystem] [mirror] added "delete" option #6014

Closed
wants to merge 6 commits into from

Commits on Nov 14, 2012

  1. Filesystem: mirror with obsolete files removal in target dir

    I added a "delete" option to the mirror function. If set to TRUE, then
    files present in target dir and not in origin dir will be removed
    Alexandre Melard committed Nov 14, 2012
    Copy the full SHA
    0fece92 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2012

  1. modified variable name

    $l_iterator  to $deleteIterator
    Alexandre Melard committed Nov 15, 2012
    Copy the full SHA
    61e2939 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2012

  1. coding standards

    and => &&
    FALSE => false
    ' )' => ')'
    Alexandre Melard committed Nov 16, 2012
    Copy the full SHA
    26dfbc3 View commit details
    Browse the repository at this point in the history
  2. code cleaning

    Alexandre Melard committed Nov 16, 2012
    Copy the full SHA
    9f36754 View commit details
    Browse the repository at this point in the history
  3. modified line feed to UNIX

    Alexandre Melard committed Nov 16, 2012
    Copy the full SHA
    8273745 View commit details
    Browse the repository at this point in the history
  4. changed to UTF8 and UNIX EOL

    Alexandre Melard committed Nov 16, 2012
    Copy the full SHA
    7761a0e View commit details
    Browse the repository at this point in the history