When using a VCS(Version Control System) like SVN or GIT to deploy files to your webserver you are generally faced with some troubles with permissions.
If the website/webapplication needs permissions to write files in folders, you cannot easy chown these folders like:
sudo chown -R www-data:www-data content