Skip to content

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

License

Notifications You must be signed in to change notification settings

jozefizso/CodePlexMigrationTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%