sul-dlss-labs / ld4p

placeholder github repo for issues, specs and documents for LD4P work
0 stars 1 forks source link

create marcxml-to-bf2 git repo #17

Closed ndushay closed 7 years ago

ndushay commented 7 years ago

like ld4p-marcxml-to-bibframe1, the goal is to

dazza-codes commented 7 years ago

There is now a new repo for this. It was created by first using github to create a new repo and then following their guidelines on how to populate it with an existing repo (using our bf1 repo to start with). The details on a laptop look like this:

$ git clone git@github.com:sul-dlss/ld4p-marcxml-to-bibframe1.git
Cloning into 'ld4p-marcxml-to-bibframe1'...
$ git clone git@github.com:sul-dlss/ld4p-marcxml-to-bibframe1.git ld4p-marcxml-to-bibframe2
Cloning into 'ld4p-marcxml-to-bibframe2'...
$ cd ld4p-marcxml-to-bibframe2/
$ git remote -v
origin  git@github.com:sul-dlss/ld4p-marcxml-to-bibframe1.git (fetch)
origin  git@github.com:sul-dlss/ld4p-marcxml-to-bibframe1.git (push)
$ git remote rm origin
$ git remote -v
$ git remote add origin git@github.com:sul-dlss/ld4p-marcxml-to-bibframe2.git
$ git push -u origin master
Counting objects: 1059, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (504/504), done.
Writing objects: 100% (1059/1059), 33.54 MiB | 761.00 KiB/s, done.
Total 1059 (delta 459), reused 1059 (delta 459)
remote: Resolving deltas: 100% (459/459), done.
To git@github.com:sul-dlss/ld4p-marcxml-to-bibframe2.git
 * [new branch]      master -> master
Branch master set up to track remote branch master from origin.

So, effectively, this copies over all the bf1 repo to the new bf2 repo as the starting point. We could now split out the additional setup into separate issues to be tackled by any team members.

dazza-codes commented 7 years ago

The PR in https://github.com/sul-dlss/ld4p-marcxml-to-bibframe2/issues/2 resolves each of the items noted, i.e.