RE: CVS task failure: cannot rename

2008-01-02 Thread Judy Anderson
ick Genter [mailto:[EMAIL PROTECTED] Sent: Sunday, December 30, 2007 3:09 PM To: Ant Users List Subject: RE: CVS task failure: cannot rename > From: Judy Anderson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 25, 2007 1:51 PM > To: Ant Users List > Subject: RE: CVS task failure: cannot

RE: CVS task failure: cannot rename

2007-12-30 Thread Rick Genter
> From: Judy Anderson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 25, 2007 1:51 PM > To: Ant Users List > Subject: RE: CVS task failure: cannot rename > > I have done some more experimentation with my problem. It > only happens on binary files (flag "-kb"

RE: CVS task failure: cannot rename

2007-12-27 Thread Chuck Holzwarth
Judy, Look at the ant exec task. You may find something by executing an "ls -l" of the directory and then the directory and file string. You also may want to issue a umask command. It is possible that while your ID has write permission, ant has been restricted, this could be the case if the setu

RE: CVS task failure: cannot rename

2007-12-25 Thread Judy Anderson
I have done some more experimentation with my problem. It only happens on binary files (flag "-kb"). CVS is doing a different kind of update that involves delete/rename. I tried using on cvs with no help. It seems that, although I can "del" such a file manually, I cannot use ant's task on

Re: CVS task failure: cannot rename

2007-12-24 Thread David Weintraub
Judy: I can confirm that your CVS Archive does rest on a Unix machine because the CVS Root is in a Unix format. However, that really shouldn't make much difference. I did find this little notice in the task definition: CVSNT Note: CVSNT prefers users to store the passwords inside the registry.