Hi,
Regarding the pull issue- are you able to create a new branch of the same name on live and pull the changes that way?
Regarding the ignored files – The only reason I can see that it would pull down ignored files is if the files were already in version control before being ignored.
This is due to the way that Git works, and you can removed a file that’s ignored but still being tracked by doing a “git update-index –assume-unchanged <file>”. This will be done automatically starting with the next release.
Ok thanks. I think I am having some issues with my live server connection. As I can seem to Push to BitBucket but sometimes on the Pull I get 0 error.
I will investigate this further.
Great plugin BTW!
So the error seems to be that I cannot seem to pull on the live server with the revisr plugin. I can do it with SSH no problem but I want to sync the DB
I am using the SSH. Any ideas?
Hi,
Can you please confirm if the issue persists on the latest release? If so, please paste the error details from the pull (you should get a message saying it pulled and to click a link for more details)