[Kde-scm-interest] svn move without history

Andreas Pakulat apaku at gmx.de
Thu Mar 11 14:32:32 CET 2010


On 11.03.10 14:04:08, Torgny Nyblom wrote:
> Hi,
> 
> When converting kdepim[libs] I found a problem I need to address.
> 
> There is a submodule that began life in a separate branch which was later 
> merged without svn history. This should be handled by manually specifying the 
> branch in a rule (?), but how do I make this code end up in the correct 
> subfolder?
> 
> That is I have:
> 
> Branch A/Submodule/files
> Trunk/
> 
> Which became
> 
> Trunk/Submodule/files
> 
> But with the manual branch rule I get:
> 
> master/files
> 
> Should have gotten
> 
> master/Submodule/files

As far as I understand there's no way to _create_ history that doesn't
exist in Svn. So you cannot create a relation between master/Submodule and
brancha/submodule if it wasn't svn cp'ed, but instead was svn add'ed.
However in master's history you should see those files already and that
they were added.

To keep the history of brancha/submodule you'll have to create a separate
repository.

Andreas

-- 
Good news.  Ten weeks from Friday will be a pretty good day.


More information about the Kde-scm-interest mailing list