Make WordPress Core

Opened 10 years ago

Last modified 9 years ago

#39356 new defect (bug)

grunt precommit doesn't work on full checkouts of develop.svn

Reported by: pento Owned by:
Priority: normal Milestone: Future Release
Component: Build/Test Tools Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

To reproduce:

$ svn co https://develop.svn.wordpress.org/ develop.svn
$ cd develop.svn/branches/4.7

Edit a file in the 4.7 branch, then run grunt precommit. It fails with this message:

$ grunt precommit
Running "precommit" task
Fatal error: This WordPress install is not under version control.

Attachments (1)

39356.diff (316 bytes ) - added by netweb 10 years ago.

Download all attachments as: .zip

Change History (4)

@netweb
10 years ago

#1 @netweb
10 years ago

  • Keywords has-patch added; needs-patch removed
  • Milestone Awaiting Review4.8

I've added a search path for the .svn folder two levels up in 39356.diff, this works fine for both svn co https://develop.svn.wordpress.org/ and svn co https://develop.svn.wordpress.org/trunk checkouts

Note: A Git equivalent isn't required as Git handles branches differently as the .git is always present at the root level irrespective of the checked out branch.

This ticket was mentioned in Slack in #core by flixos90. View the logs.


9 years ago

#3 @flixos90
9 years ago

  • Milestone 4.8Future Release
Note: See TracTickets for help on using tickets.