Working with repositories

 

When developing complex projects, you need to achieve two important goal - 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

Create a local repository

Add a new repository

Clone a GIT repository

Import from a local repository

Commit to local repositories

Delete a local repository

Working with remote repositories

Create a remote repository

Push to remote repositories

Fetch from remote repositories

 

Adding a CVS repository

Sharing projects

Committing changes to CVS repositories

Updating projects in your workspace

Synchronizing with a CVS repository

Patches

Branching with CVS

Checking out

 

 

In the content above, all the links are clickable and will move you to the corresponding page.