Commit graph

7 commits

Author SHA1 Message Date
Eru Penkman
6c144c696f
optimize speed of running ./sandbox push --ignore (#3634) 2021-09-13 13:56:49 -04:00
Jason Crist
0fe5dd04b1 Add a sandbox pull command 2021-06-09 13:08:26 -04:00
Jeff Ong
40e2dd7dbc Fix spelling mistake :) 2021-01-21 16:35:52 -05:00
Jason Crist
f0e77f222b Determining deleted files accounts for moved
With this change the logic that determines which files should be flagged
for deletion takes into account file that git has flagg as "renamed".
2021-01-21 11:44:05 -05:00
Jason Crist
2e208ac2df Adjusted script to remove any files deleted local
With this change any files that have been DELETED locally, but not
comitted as a change, will be removed from the sandbox when executing
the sandbox sync operation.
2021-01-21 10:36:05 -05:00
Jason Crist
ab81fef629 Improved sandbox script to delete appropriately
This change collects a list of what files have been deleted in the
repository and removes them from the sandbox via rm.

If those files have since returned (deleted but returned) they will
still be deleted but, since those files will be in your local copy will
be synced to the sandbox.
2021-01-21 10:36:05 -05:00
Jason Crist
4a1112329f
Sandbox sync tools (#2813)
This change adds a 'sandbox.sh' script (and package.json scripts) that helps to move LOCAL changes to a sanxbox both for DEVELOPMENT or to DEPLOY CODE in preparation for production builds.

USAGE of the script is outlined in updates to README.md

Determines files to IGNORE by comparing what changed between the current
BRANCH divergence point and the TIP of TRUNK

Files can be WATCHED to trigger the rsync
2020-11-20 10:48:24 -05:00