I had assumed that git:pull/svn:update would synch. the local copies
with the remote repos.

However, that's not exactly true, as I just discovered:

git:pull
If a local copy of a file is missing or changed locally, git pull
ignores this completely

svn:update
If a local file is missing, it will be restored
If a local file is changed locally (but not in the repo), update does nothing

In theory, local changes to files should not happen, but ...

Maybe the rake tasks need to run git status/svn -u status after updating?

Reply via email to