Giter Site home page Giter Site logo

Non Git Repositories. about dploy HOT 5 OPEN

steliosph avatar steliosph commented on May 29, 2024
Non Git Repositories.

from dploy.

Comments (5)

AbeEstrada avatar AbeEstrada commented on May 29, 2024

Rsync maybe?

from dploy.

lucasmotta avatar lucasmotta commented on May 29, 2024

I wasn't thinking about using other version controls with dploy, but it shouldn't be really hard to implement. Because from git I am only using some basic commands to get the difference between your commit history.
Someone sent me today another library called grunt-ftpush, where they use a simple file list comparison to track the files.

I will give it a try with svn and mercurial, but if anyone wants to give it a try would be awesome.

from dploy.

AbeEstrada avatar AbeEstrada commented on May 29, 2024

File comparison will be great, it's the only feature that I miss from WinSCP

from dploy.

piotr-cz avatar piotr-cz commented on May 29, 2024

I've been using the modified time comparison with phing (as described here), saving latest deployment timestamp locally.

This works pretty well, unless you edit files directly on server.
And you can't use .gitignore files :(

from dploy.

steliosph avatar steliosph commented on May 29, 2024

I have wrote a shell script that will handle this.
https://github.com/steliosph/dploy_ftp
It will upload any file that you have from any folvers. You can set excludes of the files that you do not want. It will track the history of folders and files with a timestamp so if anything changes it will be re-uploaded.

It does work, but some improvements could always be done on it.

from dploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.