id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9	CVS tailorization with module prefix	pdarga@…	lele	"I have a CVS repo I am accessing through ssh, which has a module named proj/proj which i wish to take out.  (I don't want to take out just proj because it contains files I don't want in my repo.)  I would like the ""proj"" subdirectory prefix in my tailorized mercurial repo as well.  Here's what I want to have:

{{{
root
|-> cvs -> CVS
|          proj -> CVS
|                  (files)
|-> hg -> .hg
          proj -> (files)
}}}

However, my best efforts cannot get the desired target directory.  I end up with .hg in the same directory as (files), which I absolutely don't want; I want that prefix directory ""proj"" in there.

I suspect that getting tailor to support the -N flag to cvs checkout would help here."	enhancement	closed	minor	VersionOne	tailor	0.9	worksforme		
