#131: monotone -> svn can't handle directory deletions
-------------------------+--------------------------------------------------
  Reporter:  ciphergoth  |       Owner:  lele      
      Type:  defect      |      Status:  new       
  Priority:  major       |   Milestone:  VersionOne
 Component:  mtn         |     Version:  0.9       
Resolution:              |    Keywords:            
-------------------------+--------------------------------------------------
Comment (by ciphergoth):

 Can't seem to attach files atm, so here are the attachments inline.  To
 create the database:

 mkdir smalltest
 cd smalltest
 mtn db init --db smalltest.mtn
 mtn --db=smalltest.mtn --branch=del-dir-test setup del-dir-test
 cd del-dir-test
 mkdir deleteme
 touch deleteme/foo
 mtn add deleteme/foo
 mtn commit
 mtn rm deleteme/foo
 mtn rm deleteme
 mtn commit
 cd ..
 rm -r del-dir-test

 To do the conversion (obviously /home/paul/playpen/smalltest needs to be
 replaced with whatever you use):

 [DEFAULT]
 verbose = True

 [project]
 root-directory = /home/paul/playpen/smalltest
 source = monotone:source
 target = svn:target
 start-revision = INITIAL
 state-file = tailor.state
 target = svn:target
 subdir = files

 [monotone:source]
 repository = /home/paul/playpen/smalltest/smalltest.mtn
 module = del-dir-test

 [svn:target]
 repository = file:///home/paul/playpen/smalltest/svnrepos
 module = /del-dir-test

-- 
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/131#comment:1>
Tailor <http://progetti.arstecnica.it/tailor>
An inter-VCs changeset exchanger
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to