#32: deleted cvs files (in Attic) are being revived
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: lele
Type: defect | Status: new
Priority: major | Milestone: VersionOne
Component: tailor | Version: 0.9
Keywords: |
-----------------------+----------------------------------------------------
Tailor cs 1055, mercurial 0.7
In one project, conversion from cvs to hg results in the (inappropriate)
restoration of deleted files. Not all deleted files get restored,
however. For example, here's what the top level CVS working directory
looks like:
{{{
ChangeLog CVS/ linklist/ mstbuild.sparc-SunOS-5 test/ texi/
configure.ac docs/ Makefile.am snippets/ tests/
}}}
and here's what ends up in the mercurial repo
{{{
ChangeLog dll linklist.info mstbuild.sparc-SunOS-5 temp.texi
configure.ac docs/ linklist.texi sll tests/
deinclude linklist/ Makefile.am snippets/ texi/
}}}
The problem exists in the subdirectories as well: the texi subdirectory
should be empty, but isn't. All told, 78 deleted files are revived. The
expected files are the correct versions.
I've placed a copy of the repo here:
http://hea-www.cfa.harvard.edu/~dj/tmp/linklist-cvs.tgz
Here's the tailor config file:
{{{
[DEFAULT]
verbose = True
encoding-errors-policy = ignore
module = linklist
[project]
source = cvs:source
target = hglib:target
start-revision = INITIAL
root-directory = /proj/axaf/simul/src/cvs.hg/linklist
patch-name-format =
[hglib:target]
[hg:target]
[cvs:source]
repository = /proj/axaf/simul/src/cvs.src
}}}
--
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/32>
Tailor <http://www.darcs.net/DarcsWiki/Tailor>
An inter-VCs changeset exchanger_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor