Hi, I found a problem when translating a mercurial repository to subversion.
In the hg repository I did a: hg add foo/bar while the foo directory wasn't versionned which is ok with mercurial. But when the history is replayed with svn this operation fails with: svn: 'foo' is not a working copy svn: impossible to open the file 'foo/.svn/entries': no such file or directory. Maybe adding a svn add foooperation in this case could solve the problem. cordially Mathieu Bouillaguet _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
