Avatar of dnatal
dnatal

asked on 

Subversion throws error on import: incomplete terminfo

Having done some research, I successfully installed Subversion on the Bluehost server that'll be the repository(s). I executed the code below and now I get this error:
Incomplete terminfo entry
svn: system('pico svn-commit.tmp') returned 256

So my question is, what other terminfo does my bluehost cmd line need?
$ svnadmin create /usr/local/svn/newrepos
$ term=linux
$ export TERM
$ svn import mytree file:///usr/local/svn/newrepos/some/project

Open in new window

Version Control

Avatar of undefined
Last Comment
dnatal

8/22/2022 - Mon