jozefizso / CodePlexMigrationTools

Migration tools (developed in .NET) that migrates issues and discussions from CodePlex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodePlex Archive Migration

A collection of .NET tools that should help migrating data from CodePlex Archive.

IssueMigrator

Migrates issues from an archive of a CodePlex project to GitHub.

IssueMigrator.exe [CodePlexArchivePath] [GitHubOwner] [GitHubRepository] [GitHubAccessToken]
IssueMigrator.exe "C:\dev\oxyplot" oxyplot oxyplot c2bdeb09f9acb52c154fb21ab6a3239452ad615e

Note: The GitHub repository should be created before executing the migration command.

DiscussionMigrator

Migrates discussions from an archive of a CodePlex project to GitHub.

DiscussionMigrator.exe [CodePlexArchivePath] [GitHubOwner] [GitHubRepository] [GitHubPassword]
DiscussionMigrator.exe "C:\dev\outlookgooglecalendarsync" phw198 OutlookGoogleCalendarSync yourGitPassword

Note:

  • A codeplex discussion tag will be added to each issue (hard coded).
  • Only unanswered discussions will be migrated.

License

MIT

Copyright © 2014 Oystein Bjorke Copyright © 2017-2018 Jozef Izso

About

Migration tools (developed in .NET) that migrates issues and discussions from CodePlex

License:MIT License


Languages

Language:C# 100.0%