a command line or a script who is able to display each version of each element archived in a vob sin
Posted
by TaintedLove
on Stack Overflow
See other posts from Stack Overflow
or by TaintedLove
Published on 2010-03-26T09:40:44Z
Indexed on
2010/03/26
9:43 UTC
Read the original article
Hit count: 179
Hello, For example, I am in a vob called: avob I add to source control a folder: avob/afolder I add to source control two files afile1 and afile2 avob/afolder/afile1 avob/afolder/afile2 I uncatalogued the file afile2 I add to source control afile3 avob/afolder/afile3
I would like (a command line or a script who is able to) display each version of each element archived since the beginning, here: avob@version1 avob@version2 avob@version2/afile1@version1 avob@version2/afile2@version1 avob@version3 avob@version3/afile1@version1 avob@version4 avob@version4/afile1@version1 avob@version4/afile3@version1
© Stack Overflow or respective owner