Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
cvs update command

cvs update command

2005-06-23       - By blackwater dev
Reply:     1     2     3     4  

In order to update my code from cvs, I typically cd into my directory

/httpd/mystuff/

then just do "cvs update".

I am trying to put this into a cvs task but keep getting errors.

<cvs cvsRoot="/usr/local/cvs"
      package="pollywog"
      dest="httpd/mystuff"
    command="update -d pollywog"
/>

Error:

[cvs] ..: unknown host
     [cvs] ..: unknown host
     [cvs] ..: Unknown host
     [cvs] cvs [update aborted]: end of file from server (consult
above messages if any)

Also, is the cvsRoot specific to where the build file lives?  I mean
if I am deep in my home directory should it be ../../usr/local/cvs?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.