When developing complex projects, you need to achieve two important goals - to store your files securely and to provide easy access to them for every member of your development team.
An easy and well-known solution to this task is using some version control software.
LyciaStudio supports two most popular version control systems, GIT and CVS (SVN might be available on request).
In this chapter, you can find all the necessary details about using GIT and CVS for the tasks of your development team.
Branching
Working with local repositories
Importing projects from a local repository to a workspace
Working with remote repositories
Fetching from a remote repository
Pushing to a remote repository
Working with branches in CVS repositories
Committing changes to CVS repositories
Updating projects in your workspace