Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
Add description of the aspace_svn process
  • Loading branch information
regineheberlein authored Apr 4, 2024
1 parent eac8112 commit 768698b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/aspace_svn/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
This process sends ArchivesSpace records, serialized as EAD, to SVN once a month.

### Summary
The [get_eads](https://github.com/pulibrary/lib_jobs/blob/main/lib/tasks/lib_jobs.rake) task runs the [get_eads_job](https://github.com/pulibrary/lib_jobs/blob/main/app/models/aspace_svn/get_eads_job.rb
). It is [scheduled](https://github.com/pulibrary/lib_jobs/blob/main/config/schedule.rb) to run on the first Saturday of the month.

### Steps
1. authenticate to SVN and ASpace
2. create directory structure if it doesn't already exist
3. download EADs for all repos
4. update SVN
5. add and commit to SVN

0 comments on commit 768698b

Please sign in to comment.