https://github.com/camalot/codeplex-migrate-github
Migrate a project from CodePlex to GitHub keeping all commit history.
https://github.com/camalot/codeplex-migrate-github
Last synced: 6 months ago
JSON representation
Migrate a project from CodePlex to GitHub keeping all commit history.
- Host: GitHub
- URL: https://github.com/camalot/codeplex-migrate-github
- Owner: camalot
- Created: 2016-04-15T00:58:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T00:09:38.000Z (over 9 years ago)
- Last Synced: 2025-06-15T02:09:26.352Z (6 months ago)
- Language: PowerShell
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## clodeplex-migrate-github
This is a powershell script that will export your project from CodePlex over to GitHub. It will transfer your changeset history over to the GitHub repository.
#### Usage
```
.\clodeplex-migrate.ps1 -GithubAccessToken xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -RepositoryName github-repository-name -ProjectName codeplex-project-name -CodePlexServer TFS01
```
#### GitHubAccessToken
This requires a [GitHub Personal Access Token][ghtoken] in order to gain access to create the repository.
#### RepositoryName
This is the name of the repository to create
#### ProjectName
This is the TFS Project Name on CodePlex. This can be a path. It is everything after '$/' in the TFS path. This can allow you to clone from a specific TFS branch.
#### CodePlexServer
This is the TFS instance your project is located on. Usually looks like _TFS01_
[ghtoken]: https://github.com/settings/tokens