Detect a tag in hook-script SVN
        Posted  
        
            by Mark
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mark
        
        
        
        Published on 2010-06-07T11:48:03Z
        Indexed on 
            2010/06/07
            11:52 UTC
        
        
        Read the original article
        Hit count: 197
        
Is there a way that I can detect a tag/branch in SVN? Could I find out where the commits destination is?
I want to check that all externals are set to a specific version of the folder they are pointing to, I don't want to prevent commits to a tag with this script. I am writing the script with the c-pyhton bindings.
© Stack Overflow or respective owner