...
| 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 = PATTERNincludePath = PATTERN
| Warning |
|---|
The |
The PATTERN is an expression that represents files to be excluded or included. Its format is described below: