Get the tags of a document in Subversion
        Posted  
        
            by Onno
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Onno
        
        
        
        Published on 2010-05-11T11:09:17Z
        Indexed on 
            2010/05/11
            11:14 UTC
        
        
        Read the original article
        Hit count: 319
        
I was wondering if there is a way to easily see the tags of a specific file in Subversion using the command line and/or TortoiseSVN.
Most version control system allow you to see easily access the tags/labels of a file. When using TortoiseSVN I can do this when I access the "Revision Graph". This however is a operation that takes around 44 minutes. I consider this very hard work just to know what tags have been created for the file. Is there another way to do it? Or is there no way to instantaneously access tag information.
Thanks, Onno
© Stack Overflow or respective owner