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

Migrate from SVN to GitLab (round 1: staging) #877

Open
1 of 9 tasks
regineheberlein opened this issue Jan 27, 2025 · 0 comments
Open
1 of 9 tasks

Migrate from SVN to GitLab (round 1: staging) #877

regineheberlein opened this issue Jan 27, 2025 · 0 comments

Comments

@regineheberlein
Copy link
Contributor

regineheberlein commented Jan 27, 2025

What maintenance needs to be done?

The current process is described here

  • Update the code to use git commands rather than SVN ones
    svn update == git pull
    svn add == git add
    svn commit == git commit and push in one operation
  • Update the tests
  • Update the environment variables and rails configuration
    We will still need a GITLAB_HOST or similar, but we won’t need a username or password anymore
  • rename aspace_svn to aspace_git

Level of urgency

  • High
  • Moderate
  • Low

Why is this maintenance needed?

SVN is old technology and comes with security risks.

Acceptance criteria

Implementation notes, if any

See this related ops issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant