- Don't use SVN variable in 'git svn rebase' as setting the SVN variable to
a non-default value will break git. Submitted by: bf@, melifaro@
This commit is contained in:
parent
a2e356d73d
commit
edc5aa1499
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302115
2
Makefile
2
Makefile
@ -181,7 +181,7 @@ update:
|
||||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> Updating ${.CURDIR} from git+svn repository"
|
||||
@echo "--------------------------------------------------------------"
|
||||
cd ${.CURDIR}; ${GIT} ${SVN} rebase
|
||||
cd ${.CURDIR}; ${GIT} svn rebase
|
||||
.else
|
||||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> Running ${PORTSNAP}"
|
||||
|
Loading…
Reference in New Issue
Block a user