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

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

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.


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

Posted by "Gavin (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Joshua Slive (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua Slive closed INFRA-1184.
-------------------------------

    Resolution: Fixed

rsyncd.conf has been modified to exclude .svn/ directories.

> 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.