If you don’t want the designers to setup a revision control on each computer (this is the normal route), set up the designers on one cloud/remote server with SVN ( or even better a DVCS) that the dev teams can pull/push to. This technique can be combined for further control, this is done so team leads or senoir dev/designers actually control what is committed or not.
Live
Designer ---\ | /--- Dev
Designer --- -- Designer Staging <-> Master Staging <-> Developer Staging --- --Dev
Designer ---/ \--- Dev
Related Posts:
- Dev, Stage and Production Deployment for WordPress Sites?
- Getting Started with Subversion, Git, or similar Version Control System to keep a History of my Files? [closed]
- Should I use SVN or Git?
- Subversion, github, etc.. version control systems/repositories
- Using Subversion to deploy WordPress
- TortoiseSVN svnadmin
- What ports need to be open for TortoiseSVN to authenticate (clear text) and commit?
- How do I ignore files in Subversion?
- How do I return to an older version of our code in Subversion?
- How to have ‘git log’ show filenames like ‘svn log -v’
- How do I add all new files to SVN
- How to delete an SVN project from SVN repository
- SVN reverse merge?
- Eclipse Unable to Launch, the selection cannot be launched, and there are no recent launches
- Cannot connect to repo with TortoiseSVN
- Get all branch names in SVN
- How-to: push a GitHub repo to the wordpress plugin servers
- Easiest Way to Create a Patch for Submission to WordPress Core?
- Stable tag of plugin in the readme file
- Is there a faster way to git-svn clone a wordpress plugin from the subversion repository?
- Any guides on using WP SVN with IDE clients? [closed]
- How to convert a WordPress install under SVN to one that is not?
- Managing updates when WordPress is in your own svn repo
- Using source control with WordPress
- Do you have to have command line access to use Subversion with WordPress?
- Is there a seamless solution for submitting plugins to wordpress.org SVN and GitHub? [duplicate]
- How do I implement a .diff changeset from core.trac.wordpress.org locally?
- How can I edit commit messages in my wp-hosted plugin repo?
- Is there any good way to use SVN for uploads directory?
- Why Does Automattic use SVN for WordPress Instead of Git?
- Is it possible/advisable to set last stable version to previous version?
- Updating a WP Plugin SVN not showing on WordPress Website or Zip
- How do I delete a Git branch locally and remotely?
- How do I delete a Git branch locally and remotely?
- How do I rename a local Git branch?
- How do I undo the most recent local commits in Git?
- Git: How do I force “git pull” to overwrite local files?
- Differences between git pull origin master & git pull origin/master
- How do I rename a local Git branch?
- How can I switch to another branch in git?
- How do I discard unstaged changes in Git?
- Git: How do I force “git pull” to overwrite local files?
- How do I discard unstaged changes in Git?
- How to get the url of the current svn repo?
- Download single files from GitHub
- How can I make git accept a self signed certificate?
- what is svn? and how to use it with project?
- Git: How to squash all commits on branch
- How can I revert multiple Git commits (already pushed) to a published repository?
- Undo git pull, how to bring repos to old state
- How to get started with svn:externals?
- What does “Git push non-fast-forward updates were rejected” mean?
- What is the difference between ‘git pull’ and ‘git fetch’?
- Undo git pull, how to bring repos to old state
- Git: cannot do a partial commit during a merge (SourceTree)
- Git: How do I force “git pull” to overwrite local files?
- What is the meaning of git reset –hard origin/master?
- How can I reset or revert a file to a specific revision?
- Else clause on Python while statement
- Delete all local git branches
- Why does ‘git commit’ not save my changes?
- Check in / Check out in subversion
- How can I undo git reset –hard HEAD~1?
- Set up git to pull and push all branches
- git push to specific branch
- Get changes from master into branch in Git
- Invalid VCS root mapping – 3 errors on my project
- Updates were rejected because the remote contains work that you do not have locally
- SVN Error E175002 while checking out code from repository
- how to reset develop branch to master
- Do I commit the package-lock.json file created by npm 5?
- SVN admin management GUI tool
- Working copy XXX locked and cleanup failed in SVN
- Rebasing remote branches in Git
- How can I see the changes in a Git commit?
- What is the Git equivalent for revision number?
- How can I delete all Git branches which have been merged?
- difference between git merge origin/master and git pull
- I use SourceTree with Git but need to work with SVN repistory, what options do I have?
- What’s a good (free) visual merge tool for Git? (on windows)
- Best practice for versioning wp-config.php?
- what is the correct way to update a plugin via tortoise svn to the repository?
- How can I keep the content of my pages version controlled?
- Is it necessary to bump a plug-in’s version if you’re just updating the “Tested up to” attribute?
- Solution for database version control and deployment?
- How do I add version control to my workflow?
- How to look at code in WordPress repositories without downloading?
- Best way to version control WordPress template files?
- Are there procedures to prevent malicious plugin updates?
- Version Control: Entire site or just pieces?
- How do you allow plugins to be updated using the GUI without breaking your subversion repository?
- Releasing new plugin version, how to rename old options keys?
- Where are the official i18n WordPress versions stored (SVN)?
- Can i do plugin commits directly from a plugin folder inside an installation using the Trunk SVN
- Sync my svn repositories
- Any way to create a revision of a post ONLY with a new button in the Meta Box?
- WordPress Health Tool reporting version control as a critical issue
- What CSS minifier does WP core use?
- Updating a WordPress plugins breaks SVN
- WP plugin management