[Yanel-dev] don't show svn files when browsing a repo sitetree (at least for yanel-website)

Michael Wechner michael.wechner at wyona.com
Sun Feb 8 14:22:46 CET 2009


simon litwan schrieb:
> hi all
>
> i would like to propose following patch:
>
> Index: src/realms/yanel-website/config/repository.xml
> ===================================================================
> --- src/realms/yanel-website/config/repository.xml    (revision 41380)
> +++ src/realms/yanel-website/config/repository.xml    (working copy)
> @@ -5,6 +5,8 @@
>   <paths class="org.wyona.yarep.impl.DefaultMapImpl" src="../paths">
>     <ignore pattern=".*\.svn"/>
>   </paths>
> -  <content src="../content"/>
> +  <content src="../content">
> +    <ignore pattern=".*\.svn"/>
> +  </content>
>   <search-index src="../data-repo/search-index"/>
> </repository>
> Index: src/realms/yanel-website/config/res-config-repository.xml
> ===================================================================
> --- src/realms/yanel-website/config/res-config-repository.xml    
> (revision 41380)
> +++ src/realms/yanel-website/config/res-config-repository.xml    
> (working copy)
> @@ -2,7 +2,9 @@
>
> <repository 
> class="org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository">
>   <name>Yanel Website Resource Configurations Repository</name>
> -  <content src="../res-configs-repo/data"/>
> +  <content src="../res-configs-repo/data">
> +    <ignore pattern=".*\.svn"/>
> +  </content>
>   <meta src="../res-configs-repo/yarep-meta"/>
>   <search-index src="../res-configs-repo/search-index"/>
> </repository>
>
> WDOT?

+1

Michi
>
> simon



More information about the Yanel-development mailing list