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

Add Applying a Patch section to website #43

Open
hturner opened this issue Jul 13, 2023 · 1 comment
Open

Add Applying a Patch section to website #43

hturner opened this issue Jul 13, 2023 · 1 comment

Comments

@hturner
Copy link
Member

hturner commented Jul 13, 2023

Another important workflow: applying an existing patch for testing. We could create an example patch based on askYesNo, so it is likely to work for any R-devel version. Perhaps add to the patches directory c.f. #39.

  1. Update the svn checkout.
cd $TOP_SRCDIR
svn update
  1. Revert any local changes (copy any changed files you want to keep elsewhere!)
svn revert -R . # revert any local changes
  1. Apply the patch
svn patch $PATCHDIR/example.patch
  1. Re-build R (ref Ad Updating R-devel section to website #40).
@hturner
Copy link
Member Author

hturner commented Sep 5, 2024

Looks like we somehow added this and removed it again, so reopening issue.

@hturner hturner reopened this Sep 5, 2024
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