Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move MET development repository from SVN over to GitHub. #805

Closed
dwfncar opened this issue May 2, 2017 · 3 comments
Closed

Move MET development repository from SVN over to GitHub. #805

dwfncar opened this issue May 2, 2017 · 3 comments
Labels
component: build process Build process issue
Milestone

Comments

@dwfncar
Copy link
Contributor

dwfncar commented May 2, 2017

[MET-805] created by johnhg

@dwfncar
Copy link
Contributor Author

dwfncar commented Jun 5, 2017

AOP2017 VX1 NOAA
by jensen

@dwfncar dwfncar added the component: build process Build process issue label Apr 30, 2019
@dwfncar dwfncar added this to the MET Future Versions milestone Apr 30, 2019
@JohnHalleyGotway JohnHalleyGotway self-assigned this May 9, 2019
@JohnHalleyGotway
Copy link
Collaborator

JohnHalleyGotway commented May 10, 2019

diff_repos.log
diff_repos.ksh.gz

So this work is in progress. I followed the basic instructions on this page:
https://john.albin.net/git/convert-subversion-to-git

But we had a problem in how the branches and tags were structured. I had to reorganize to follow this structure:
trunk/ met and test
branches/ branch name / met and test
tags/ tag name / met and test

After doing this, the export largely worked. Next, I renamed the existing "met{version}_bugfix" branches to be "master_v{version}" for Git.

Lastly, the attached script compares the SVN and GIT branches and tags and demonstrates that they're the same (as seen in the log file). The only consistent diffs are:

(1) diff: git/MET/./met/build/met_build.sh: No such file or directory
I need to work on the build scripts!

(2) diff: git/MET/./met/data/config/MODEAnalysisConfig_build: No such file or directory
This file shouldn't exist anyway!

(3) diff: git/MET/./met/data/map/admin_by_country/admin_Côte_d'Ivoire_data: No such file or directory
This file does exist: admin_C�´te_d'Ivoire_data
But we need to fix the name.

@dwfncar
Copy link
Contributor Author

dwfncar commented Jun 12, 2019

Mostly completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: build process Build process issue
Projects
None yet
Development

No branches or pull requests

2 participants