id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
38	Broken 'subdir' option in svn -> hg converting	muntyan@…	lele	"I have used the following tailor file and got empty target dir:
{{{
[DEFAULT]
verbose = True
 
[ggap]
source = svn:ggap
target = hg:ggap
root-directory = /data/tailor
start-revision = INITIAL
state-file = ggap.state
patch-name-format =
 
[svn:ggap]
module = ggap/trunk
repository = file:///data/tailor/ggap-1283
subdir = ggap-trunk-source
 
[hg:ggap]
subdir = ggap-trunk
}}}

The problem has gone when I removed subdir options from repositories sections and put one default into project section, i.e. used the following:

{{{
[DEFAULT]
verbose = True

[ggap]
source = svn:ggap
target = hg:ggap
root-directory = /data/tailor
start-revision = INITIAL
state-file = ggap.state
patch-name-format =
subdir = ggap-trunk

[svn:ggap]
module = ggap/trunk
repository = file:///data/tailor/ggap-1283
;subdir = ggap-trunk-source

[hg:ggap]
;subdir = ggap-trunk
}}}"	defect	closed	major	VersionOne	tailor	0.9	fixed		
