Opened 9 months ago
Closed 9 months ago
#9072 closed defect (bug) (fixed)
Grunt task to get CLI and BP REST needs to be replaced
Reported by: | imath | Owned by: | netweb |
---|---|---|---|
Milestone: | 12.2.0 | Priority: | high |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Cc: |
Description
GitHub is no more supporting SVN commands, see: https://github.blog/changelog/2024-01-08-subversion-has-been-sunset/
This was pretty annoying to manually perform some build tasks during latest release.
Change History (4)
This ticket was mentioned in PR #220 on buddypress/buddypress by @imath.
9 months ago
#2
- Keywords has-patch added; needs-patch removed
Now GH is no more supporting SVN we need to replace svn export
usage in Grunt tasks.
- Add the
download:cli
npm script - Add the
download:rest
npm script
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9072
Note: See
TracTickets for help on using
tickets.
This is how I reach the same result than
svn export
for the BP Default theme included into the BP Classic plugin:https://github.com/buddypress/bp-classic/pull/38/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R6