Ticket #38 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

Broken 'subdir' option in svn -> hg converting

Reported by: muntyan@… Owned by: lele
Priority: major Milestone: VersionOne
Component: tailor Version: 0.9
Keywords: Cc:

Description

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

Change History

Changed 4 years ago by lele

  • status changed from new to closed
  • resolution set to fixed

This should be fixed by [1081].

Note: See TracTickets for help on using tickets.