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

Preserving this project's code history #1

Closed
ryandesign opened this issue Jul 23, 2022 · 1 comment
Closed

Preserving this project's code history #1

ryandesign opened this issue Jul 23, 2022 · 1 comment

Comments

@ryandesign
Copy link

Since you managed the source code of this project with RCS since 1994, I wonder why you did not import that history into GitHub. Preserving history is valuable. RCS can be converted to CVS which can be converted to Subversion which can be converted to Git, or there may be a more direct route.

@FredHucht
Copy link
Owner

FredHucht commented Aug 17, 2022

That's true, so I merged the RCS history into GitHub using rcs-fast-export.rb. Unfortunately, I had to change the default branch for that, such that forks and clones might not work anymore. Simply re-[fork|clone].

GitHubs solution read:

The default branch has been renamed!
rcs_history is now named main
If you have a local clone, you can update it by running the following commands.
git branch -m rcs_history main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

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

No branches or pull requests

2 participants