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

Stops in Checking revisions step #59

Closed
luchiniii opened this issue Sep 10, 2014 · 3 comments
Closed

Stops in Checking revisions step #59

luchiniii opened this issue Sep 10, 2014 · 3 comments

Comments

@luchiniii
Copy link

Hello

I´m trying to deploy a git project from my windows pc, and I'm getting:

Checking revisions...

And then, nothing.

I guess it could be the path to local repository, all the examples you have are made for linux or mac, I think, but what about windows, I'm using

C:\Users\luipalme\Documents\GitHub\nodejs

as local path. Can this be the problem?

thanks for reading

@lucasmotta
Copy link
Owner

Hey @luchiniii, the local path should always be relative to your git repository, and not an absolute path.
If your git repository is on the nodejs folder, try leaving the local path empty – so the entire nodejs folder will be uploaded.

But honestly, I haven't done much testing on Windows, but I know that @joncys fixed a few bugs so it should be working fine. Let me know if changing this local path works for you.

@joncys
Copy link
Contributor

joncys commented Sep 16, 2014

Yes, I was able to deploy using the latest (1.2.0) version on Windows with no problems. You probably just have to change the local path to be relative, rather than absolute.

Though, for a fun fact, I was able to deploy nothing but a .rev file (since no other files were found because of global - local mismatch) even when entering the local path as a global reference.

@Awea
Copy link

Awea commented Jul 28, 2015

I got the same issue on OS X with almost the latest version of everything:

  • OS X 10.10.4
  • Nodejs 0.10.32
  • dploy 1.2.0

Using this config file :

dev:
    scheme: ftp
    host: host.com
    port: 21
    user: bar
    pass: foo
    check: true
    path:
        local: "public/wp-content/themes/8wordpress/"
        remote: "wp-content/themes/8wordpress/"

But it's stuck at Checking revisions... when I do a dploy dev -c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants