git - cvs --version works, cvs import gets can't find cvs -


i have cvs repository , trying work move things git. running os x 10.12.4 , group membership admin. home-brew installation of cvs in /usr/local/cellar , linked in /usr/local/bin/cvs , belong group admin.

i can cd directory , type cvs --version , current cvs version. when type cvs import new_project start initial, 'bash can't find cvs' cvs log gives bash can't find cvs' going on?

found problem. during recent update of operating system on local server repository is, os x sierra removed or deleted cvs , home-brew! issue not cvs on laptop, when cvs tried execute on server, not found. ran command under home-brew site install home-brew on server, did brew install cvs.

after cvs works fine on laptop, checking out , in server.

the message confusing did not cvs not found on xxx.yyy, , implied path problem on laptop.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -