cannot update from cvs

2007-01-18 Thread Alan Andrade
Hi I could not update the folder but could label the module. Is there a problem with the folder structure? Error Log [cvs] cvs [update aborted]: cannot find RR/PSO: No such file or directory Folder structure D: |__SRC |___RR |___PSO |___DD

RE: update from CVS

2006-04-27 Thread Alan Andrade
-Original Message- From: Alan Andrade [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 11:40 AM To: 'Ant Users List' Subject: update from CVS Hi I am trying to update the sourcecode from cvs using the ant script before a build Here is my task: target name=label.build depends

Re: update from CVS

2006-04-27 Thread Alexey N. Solofnenko
Alan, Please first make sure that the commands are working fine from command line. Cannot find error can indicate that the folder was deleted in the repository (CVS does not support directory versioning, so people change the repository directly). If this is the case, just remove that

update from CVS

2006-04-25 Thread Alan Andrade
Hi I am trying to update the sourcecode from cvs using the ant script before a build Here is my task: target name=label.build depends= description=update src with tagged code property name=complete.label.rrc value=${RRCRel}/ property name=complete.label.rr7 value=${RR7Rel}/ cvs