Version control for subtitle creation

Posted by user3635 on Stack Overflow See other posts from Stack Overflow or by user3635
Published on 2014-08-21T08:13:49Z Indexed on 2014/08/21 16:20 UTC
Read the original article Hit count: 205

Filed under:
|
|

We make subtitles for a TV series and I plan to use a VCS for it. The structure of project directory is like this:

series/
    episode1/nameofepisode1.str
    episode2/nameofepisode2.str
    episode3/nameofepisode3.str
    ...

Question: When I finish subtitle of an episode, I want to assign release tag for this episode (episode1_v1). I wanted to use git for this, but in git tag is assigned only to the whole repository.

What to do, so that I can view every episode progress separately? Maybe there are some more suitable VCS for this?

© Stack Overflow or respective owner

Related posts about git

Related posts about version-control