Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
    http://example.com/svn/repository/Project1/branches/feature_*

svn.excludePath, svn.includePath

These are settings that provide a possibility to exclude (or vice versa, include) some files from translation. It may be useful e.g. if you have some big files in SVN that you don't want to be present in Git repository. The syntax is simple:

excludePath = PATTERN
includePath = PATTERN

Warning

The excludePath has a priority over includePath: that is, if some particular file or path matches both patterns, then it will be excluded.

The PATTERN is an expression that represents files to be excluded or included. Its format is described below: