comparison tests/test-convert.out @ 6172:0cd6846e5200

convert: allow svn trunk/branches/tags detection to be skipped - eluding convert.svn.branches defaults to "branches" - convert.svn.branches= disables branches detection - convert.svn.branches=/ is equivalent to former convert.svn.branches=
author Patrick Mezard <pmezard@gmail.com>
date Sun, 24 Feb 2008 17:58:53 +0100
parents 747169c54c68
children 963000ed8cac
comparison
equal deleted inserted replaced
6171:73b1de288801 6172:0cd6846e5200
82 it replaces the default branch. If "svn://repo/path/branches" 82 it replaces the default branch. If "svn://repo/path/branches"
83 exists, its subdirectories are listed as possible branches. If 83 exists, its subdirectories are listed as possible branches. If
84 "svn://repo/path/tags" exists, it is looked for tags referencing 84 "svn://repo/path/tags" exists, it is looked for tags referencing
85 converted branches. Default "trunk", "branches" and "tags" values 85 converted branches. Default "trunk", "branches" and "tags" values
86 can be overriden with following options. Set them to paths 86 can be overriden with following options. Set them to paths
87 relative to the source URL. 87 relative to the source URL, or leave them blank to disable
88 autodetection.
88 89
89 --config convert.svn.branches=branches (directory name) 90 --config convert.svn.branches=branches (directory name)
90 specify the directory containing branches 91 specify the directory containing branches
91 --config convert.svn.tags=tags (directory name) 92 --config convert.svn.tags=tags (directory name)
92 specify the directory containing tags 93 specify the directory containing tags