Timeline workflow

Apart from terminology Timeline implements a slightly different approach to the general workflow

Usually the Subversion workflow would look like this:



There are 2 main problems with this approach:

In Timeline we took a simplified approach

With Timeline you will need to choose the folder that contains all the files and folders related to a project. Once you have chosen the top folder for your project, Timeline Project Assistant would create an empty root folder inside your repository to match your project folder. It would then check out the empty folder into your project thus converting it into a working copy.

Now you have an empty "project" inside your repository and a corresponding "project folder" on your machine, and all you need to do is to individually commit the files that you are modifying into the repository. When committing your files for the first time you will also need to "add" them to the working copy. Timeline takes care of this performing both "add" and "commit" operations under the hood.