I keep all my Drupal sites up-to-date by updating a single Drupal core instance and one install profile. And I keep Drupal core and all modules in this install profile updated through CVS. But then a problem poses: what if a file was added to or removed from CVS? Until now, you’d have to manually svn add
or svn rm
the file. And in the case of some modules (e.g. Views), that’s a lot of files you’ll have to check.
The solution: syncvsvn {#solution}
I’m aware that this probably isn’t the best name, but it gets the job done :).
Suppose you’ve just updated the xmlsitemap module: