If in doubt, run
whoami
Main Topics
Browse All TopicsI am trying to write a script that can download a project from cvs. It works on windows but if I put it on a fedora 10 machine. I receive this error and I can't seem to figure out what's causing it.
[cvs] Caught exception: java.io.IOException: No such file or directory
I took a guess that maybe it was the .cvspass file since it comes right after that line and I tried just setting the rights on that file to 777 to make sure it had full access. It had no effect and I still receive the error.
Below is the verbose log from the ant script
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I fixed it, ugh I didn't have cvs installed on the linux box. On fedora i just did
yum install cvs
I got the clue from this site http://www.java-tips.org/o
where it says
This task needs "cvs" on the path. If it isn't, you will get an error (such as error 2 on windows). If
<cvs> doesn't work, try to execute cvs.exe from the command line in the target directory in which
you are working.
Business Accounts
Answer for Membership
by: CEHJPosted on 2009-06-30 at 14:23:33ID: 24749748
Your username is presumably something other than 'user' ..? 'user' looks like a placeholder to me