Add support for migration into stream depot.
It would be helpful to be able to migrate the history directly into a stream depot rather than a normal depot and then restructuring afterward. This is especially true if all you have is a trunk and no branches or tags.
No one has written a Perforce classic to Streams converter; that is hard enough, but CVS/SVN to Streams would be even more of a challenge.
All the paths in Subversion would need to be remapped as streams has a rigid branch structure.
Hierarchy would need to be calculated from Subversion to determine stream type.
A stream to stream map would need to be built based on the Subversion history.
Integration records would need to be trimmed or mapped to the stream to stream mappings.
Rumor is that 15.2 or later Streams might relax the rigid branch structure, but until then I would suggest using Populate to seed new streams and Import mappings to bring in other content.
This is non trivial...
No one has written a Perforce classic to Streams converter; that is hard enough, but CVS/SVN to Streams would be even more of a challenge.
Rumor is that 15.2 or later Streams might relax the rigid branch structure, but until then I would suggest using Populate to seed new streams and Import mappings to bring in other content.