Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Matt Shaw

    (@mattshaw)

    Hi,

    When you make a commit, do the files actually get committed? Or are they still available to commit again immediately after the commit?

    Do you get any errors? Also are you able to view your previous commits?

    Thread Starter terrainnova

    (@terrainnova)

    I am able to view previous commits.
    I see no obvious errors.
    When I visit domain/wp-admin/admin.php?page=revisr_new_commit to do a new commit I see no files under Stage Changes even though the number of files has changed in the top admin bar (it went from 171 to 172 untracked files when I deactivated a plugin).
    Doing a test commit (right after that deactivation) I do get the following error message

    # On branch master
    # Changes not staged for commit:
    # (use "git add/rm ..." to update what will be committed)
    # (use "git checkout -- ..." to discard changes in working directory)
    #
    # modified: myrepono/data/CACHE-INDEX-DCEA6DCAE93CD1B107E5CAC67F47AA47.dat
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/css/qppr_admin_style.css
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/filters-hooks-helper_funcitons.txt
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/fonts/qpprfonts.eot
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/fonts/qpprfonts.svg
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/fonts/qpprfonts.ttf
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/fonts/qpprfonts.woff
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_admin_script.js
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_admin_script.min.js
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_frontend_script.js
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_frontend_script.min.js
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_meta_redirect.js
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_meta_redirect.min.js
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_pointers.js
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_pointers.min.js
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/lang/quick-pagepost-redirect-plugin-en_US.mo
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/lang/quick-pagepost-redirect-plugin-en_US.po
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/lang/quick-pagepost-redirect-plugin-es_ES.mo
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/lang/quick-pagepost-redirect-plugin-es_ES.po
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/lang/quick-pagepost-redirect-plugin.pot
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/license.txt
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/page_post_redirect_plugin.php
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/readme.txt
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/tmp-quick-pagepost-redirect-plugin-readme.pot
    # deleted: wp-content/plugins/quick-pagepost-redirect-plugin/tmp-quick-pagepost-redirect-plugin.pot
    # modified: wp-content/themes/startuply-child/style.css
    # modified: wp-content/uploads/sucuri/sucuri-failedlogins.php
    # modified: wp-content/uploads/sucuri/sucuri-lastlogins.php
    # modified: wp-content/uploads/sucuri/sucuri-oldfailedlogins.php
    # modified: wp-content/w3tc-config/master.php
    #
    # Untracked files:
    # (use "git add ..." to include in what will be committed)
    #
    # wp-content/mu-plugins/PluginOrganizerMU.class.php
    # wp-content/plugins/plugin-organizer/
    # wp-content/plugins/strictly-system-check/
    # wp-content/plugins/wp-force-https/
    # wp-content/plugins/wp-staging/
    # wp-content/uploads/wp-staging/
    no changes added to commit (use "git add" and/or "git commit -a")

    A question is whether the repositories will be available if I remove and reinstall revisr. Obviously though I’d prefer a less drastic fix.

    Thakns for your answer, looking forward to your reply.

    Thread Starter terrainnova

    (@terrainnova)

    oddly this is back to working now without me doing anything to fix it. The only suspicion I have of what could have been the cause is of some 500 errors seen in the logs in the admin side.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘revisr stops resetting tracked files’ is closed to new replies.