Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter compelling

    (@compelling)

    Yes, unfortunately the web host does not provide shell access. Anyway, i have a colleague that will set it up on Friday so we can see if we can make it work across our two macs and see what we learn from that, maybe we discover something we can change on the web server. I will report the result!
    S?ren

    Thread Starter compelling

    (@compelling)

    Hi Matt,
    Indeed after inspecting the file sizes, it seems filezilla had done changes to the files, so transferred the lot agin using binary mode. That fixed the connection to bitbucket.
    But when fetching the status, another error appeared. Some files were reported as untracked on the remote web server when running Revisr-dashboard. Turns out 10 files are added and 10 missing – all of them related to the use of international characters (Danish). So i set out to remove the 10 files on my local machine and the add the 10 files again using only english characters. After doing this, running Revisr-dashboard on the local machine reports 10 untracked files, i hit Commit
    The commit screen appears with all 10 files in the staging list and i hit Commit Changes.
    The screen title then changes to Edit commit and just below it says “10 files were included in this commit. Double-click files marked as “Modified” to view the changes in a diff.” To the right the “commit details” pane says “Status: Error View Details” and clicking them is shows:
    “On branch master
    Your branch is up-to-date with ‘origin/master’.
    Changes not staged for commit:
    deleted: “wp-content/uploads/2015/02/Koben-i-ha314212nd-Mette-1024×681.jpg”
    deleted: “wp-content/uploads/2015/02/Koben-i-ha314212nd-Mette-1024×6811-1024×681.jpg”
    deleted: “wp-content/uploads/2015/02/Koben-i-ha314212nd-Mette-1024×6811-150×150.jpg”
    deleted: “wp-content/uploads/2015/02/Koben-i-ha314212nd-Mette-1024×6811-300×200.jpg”
    deleted: “wp-content/uploads/2015/02/Koben-i-ha314212nd-Mette-1024×6811.jpg”
    deleted: “wp-content/uploads/2015/02/Koben-i-ha314212nd-Mette-150×150.jpg”
    deleted: “wp-content/uploads/2015/02/Koben-i-ha314212nd-Mette-300×200.jpg”
    deleted: “wp-content/uploads/2015/02/Koben-i-ha314212nd-Mette.jpg”
    deleted: “wp-content/uploads/2015/03/A314212rhus-Onsdag-Nord_2015-03-18-artikel.pdf”
    deleted: “wp-content/uploads/2015/03/A314212rhus-Onsdag-Nord_2015-03-18-forside.pdf”

    no changes added to commit”
    So nothing was actually committed. Then I used a terminal and did
    git commit -a -m “my message”
    that fixed it. So there seems to be something wrong when i use the plugin to commit the file deletions.
    Anyway, i have manually removed the internationally characters which solved that problem. So now the two sites are hooked up to bitbucket.

    However, i then tried to do some modification on localhost, then did a status on the remote server. View status shows:

    # On branch master
    # Your branch is behind ‘origin/master’ by 2 commits, and can be fast-forwarded.
    #
    nothing to commit (working directory clean)

    So on revisr-dashboard i hit Pull changes (2) and wait. And wait for 30 mins before giving up. At the top “Processing request” is shown and a spinning wheel is shown in the Quick Actions pane to the right. It seems the process is stuck, so what could be the issue in a situation like that? Almost there!

    Kind regards
    S?ren

Viewing 2 replies - 16 through 17 (of 17 total)