pre-update svn script to filter what get
        Posted  
        
            by DrLuk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DrLuk
        
        
        
        Published on 2009-06-26T12:42:54Z
        Indexed on 
            2010/05/08
            7:08 UTC
        
        
        Read the original article
        Hit count: 195
        
Imagine a repository with many kind of files. Then, I want to get from this repository just some kind of files in a "filter process".
I mean ALL FILES are versioned. But to my local work, I just wanna i.e get *.php files, ignoring download *.jpg instead.
I think about client-site hook script (pre-update). Anyone know if is it possible?
Thanks!
© Stack Overflow or respective owner