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

Fix install_svn and related functions #33

Merged
merged 1 commit into from
Jun 26, 2016
Merged

Fix install_svn and related functions #33

merged 1 commit into from
Jun 26, 2016

Conversation

dmurdoch
Copy link
Contributor

This fixes the bug in install_svn() that stops it from working with R-forge. It no longer edits the URL, adding "trunk" or "branches" onto it.

Since this makes it incompatible with the original, I also simplified things so they make more sense from an SVN point of view: I dropped the "branch" argument, used "export" instead of "checkout", and chose the revision at time of export, rather than exporting the head and updating afterwards.

@gaborcsardi
Copy link
Member

Thanks! THis is great! Don't worry about the appveyor failure, that seems to be a separate issue.

@gaborcsardi gaborcsardi merged commit e997b11 into r-lib:master Jun 26, 2016
jimhester added a commit to jimhester/devtools that referenced this pull request Dec 22, 2016
This is a conversion of r-lib/remotes#33 to
devtools. Essentially is removes the branch argument and assumption of
SVN branch or trunk layout, as there is no true standard in SVN.

Fixes r-lib#1423
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

Successfully merging this pull request may close these issues.

2 participants