Svn revision number to a text file
        Posted  
        
            by shanthiram
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by shanthiram
        
        
        
        Published on 2010-04-02T14:57:26Z
        Indexed on 
            2010/04/02
            15:43 UTC
        
        
        Read the original article
        Hit count: 266
        
tortoisesvn
hi,
I want to display svn revision number to a text file I am getting the revision number using this command $revision = ([xml](svn info "filepath" --xml)).info.entry.commit.revision
© Stack Overflow or respective owner