On Apr 4, 2009, at 13:57, Richard wrote:
> I'm trying to migrate a subversion repository from sourceforge to
> codeplex. Codeplex uses Team Foundation Server but provides
> subversion support through 'svnbridge'.
>
> I'm trying to do the migration with a preservation of all the edit
> history. From reading subversion documentation, I see two ways I
> could migrate from one subversion repository to another:
>
> - svnadmin dump, svnadmin load
> - svnsync
>
> svnadmin only works with local paths and not repository URLs. It
> seems like *exactly* what I need, but I need a tool that works with
> URLs and not local paths.
>
> svnsync requires the revision properties hook to be configured on the
> target repository. Since this isn't a 'real' subversion repository in
> my case, but really TFS exposed through the svnbridge, I can't
> configure svn hooks on the target, so svnsync errors out.
>
> Any ideas how I can solve this problem?
I suggest you ask Codeplex how they want you to import your existing
Subversion repository into their system.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1546047
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-04 23:17:45 CEST