You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2007/03/10 13:25:09 UTC

[jira] Commented: (INFRA-1184) rsync needs to ignore .svn

    [ https://issues.apache.org/jira/browse/INFRA-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479831 ] 

Gavin commented on INFRA-1184:
------------------------------

Details at http://samba.anu.edu.au/ftp/rsync/rsync.html

So you can set up exclude filters 

e.g 

rsync -f --filter='.rsync-filter'

this filter file could contain :-


# exclude .sn directories
- .svn/

You may already have rules in place in which case this needs merging in, I don't know your setup currently.

Gav...(Hoping I'm not teaching you how to suck eggs :) )

> rsync needs to ignore .svn
> --------------------------
>
>                 Key: INFRA-1184
>                 URL: https://issues.apache.org/jira/browse/INFRA-1184
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Mirrors
>            Reporter: Paul Querna
>
> The rsync exports for apache-dist is currently including .svn files, increasing the size of the mirror significantly.   We should force rsync to ignore .svn folders inside apache-dist.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.