Operating System - HP-UX
1753488 Members
4120 Online
108794 Solutions
New Discussion юеВ

Re: Error 1701. Unsigned suffix is an ANSI feature?

 
SOLVED
Go to solution
wtiancai
Frequent Advisor

Re: Error 1701. Unsigned suffix is an ANSI feature?

hi,Dennis

I got:
subversion.subversion-RUN: /usr/local/bin/svn
===========
the same to me
in bin folder,it's has svn file,but exec the command still error

bea8:/usr/local/bin#svn --version
sh: svn: not found.
Dennis Handly
Acclaimed Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

>but exec the command still error
bea8:/usr/local/bin#svn --version
sh: svn: not found.

The command should be:
$ /usr/local/bin/svn --version

Or after adjusting PATH:
$ PATH=$PATH:/usr/local/bin
$ svn --version

You've gotten a lot of answers. Please the following about assigning points:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33

Each answer is eligible for points.
wtiancai
Frequent Advisor

Re: Error 1701. Unsigned suffix is an ANSI feature?

tks all,i will assign the point soon,but i still have some problems.


bea8:/#/usr/local/bin/svn --version
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libcom_err.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
Dennis Handly
Acclaimed Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

It appears you opened a new thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1157937

You might as well assign points and close this one.
wtiancai
Frequent Advisor

Re: Error 1701. Unsigned suffix is an ANSI feature?

give me some help,tks