#38: Broken 'subdir' option in svn -> hg converting
------------------------------+---------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  lele      
     Type:  defect            |      Status:  new       
 Priority:  major             |   Milestone:  VersionOne
Component:  tailor            |     Version:  0.9       
 Keywords:                    |  
------------------------------+---------------------------------------------
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
 }}}

-- 
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/38>
Tailor <http://www.darcs.net/DarcsWiki/Tailor>
An inter-VCs changeset exchanger
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to