I am trying to use svn import to import a /tmp/project into my
repository. However, when I run the svn import command, I receive
errors:
$ sudo svn import /tmp/project < <https://path/to/repos>
https://path/to/repos> -m "Initial import"
Error: svn: 'start commit' hook failed with error output:
I examined the start commit hook and noticed that is was calling two
scripts within it: commit-allower.pl and special-auth-check.py. I am
unable to locate neither script. Should these scripts have been included
in my subversion rpms package?
---------------------
---------------------
$sudo svn import /tmp/project < <https://path/to/repos>
https://path/to/repos>
Error: svn:
Cound not use external editor to fetch log message;
consider setting the $SVN_EDITOR environment variable or using the
--message (-m) or --file (-F) options
svn:
None of the environment vaiables SVN_EDITOR, VISUAL or
EDITOR is set, and no 'editor-cmd' run-time configuration option was
found.
Where can these variables be set?
I recevied all RPMs from
<http://summersoft.fay.ar.us/pub/subversion/latest/redhat-8.0/bin/>
http://summersoft.fay.ar.us/pub/subversion/latest/redhat-8.0/bin/
Thanks.
Nicole
Received on Fri Jul 9 01:36:39 2004