How to make BW ignore a folder and everything in the folder? We would like to use subversion for versioning and subversion creates a folder called .svn in each directory which BW rightly doesn't understand.

How to make BW ignore a folder and everything in the folder? We would like to use subversion for versioning and subversion creates a folder called .svn in each directory which BW rightly doesn't understand.

book

Article ID: KB0086591

calendar_today

Updated On:

Products Versions
TIBCO Runtime Agent (TRA) -
Not Applicable -

Description

Resolution:
To hide .svn folder from BW or Designer is to add the below line to filteredfiles.txt:
    dummy:*.svn

filteredfiles.txt file contains a list of file patterns which should be hidden.  There
is a System property FilteredFiles.TIBCO_REPO_FILTER_FILE which can be used
to specify a file location.  If not used we look in &lttrahome>/lib/filterdfiles.txt.  If that
doesn't find it we search the classpath.  We provide a standard version in
TIBCOrt.jar which is normally what is used.  The file contains a list of names
followed by one or more patterns.

Issue/Introduction

How to make BW ignore a folder and everything in the folder? We would like to use subversion for versioning and subversion creates a folder called .svn in each directory which BW rightly doesn't understand.