URCHN Arkipelago SVN and Helga access

SVN and Helga access

From URCHN Arkipelago
Revision as of 15:48, 9 February 2011 by Bassam (talk | contribs) (Created page with 'Access to Helga and SVN. Helga is a project management/Asset management tool. On the front end, it looks like a webpage with lists of shots and models in the project. Each shot/…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Access to Helga and SVN.

Helga is a project management/Asset management tool. On the front end, it looks like a webpage with lists of shots and models in the project. Each shot/model has a preview image, and a short 'blog' where you can put in comments.

Helga also knows who is working on a project, here you can be assigned to work on the shot/model. As you work, post comments in the Shot or Model, with a preview image or movie as an attachment. This makes it easy for the directors to reply with corrections/comments, and let you know when the work is final.

Helga sends email to you on assignments, and lets you know in general how things are going.


SVN (Subbversion)

SVN is what is known as a Version Control System; it can take a collection of files and save them on a server (this is called the repository). Multiple people can Check out the files on their own machines (these are called working copies). The way they do it is through a client- common ones are:

svn command line client (From a terminal) rapidsvn (linux) tortoise svn (windows) svnX (Mac)