You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by blackwater dev <bl...@gmail.com> on 2005/06/27 15:59:57 UTC

problems with cvs task

Hello all,

I am trying to check out files using the cvs task but am still having
problems.  When I ssh in, I am able to simply go to my directory and
do a cvs update to get all the latest files.  In my build file, I am
using the task below.  I took the cvsRoot from the root file I found
in my cvs directories:


<cvs   cvsRoot=":extssh:blackwater@192.168.0.34:/usr/local/cvs"
       package="grapevine"
	   dest="httpd/webstuff/sandbox"
	   command="update"
/>

But I get this error:

checkout:
      [cvs] cvs update: Unknown method (`extssh') in CVSROOT.
      [cvs] cvs [update aborted]: Bad CVSROOT:
`:extssh:blackwater@192.168.0.34:/usr/local/cvs'.

I have tried several other methods but nothing seems to work.  

Please help.

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: problems with cvs task

Posted by blackwater dev <bl...@gmail.com>.
On 6/27/05, blackwater dev <bl...@gmail.com> wrote:
> Hello all,
> 
> I am trying to check out files using the cvs task but am still having
> problems.  When I ssh in, I am able to simply go to my directory and
> do a cvs update to get all the latest files.  In my build file, I am
> using the task below.  I took the cvsRoot from the root file I found
> in my cvs directories:
> 
> 
> <cvs   cvsRoot=":extssh:blackwater@192.168.0.34:/usr/local/cvs"
>        package="grapevine"
>            dest="httpd/webstuff/sandbox"
>            command="update"
> />
> 
> But I get this error:
> 
> checkout:
>       [cvs] cvs update: Unknown method (`extssh') in CVSROOT.
>       [cvs] cvs [update aborted]: Bad CVSROOT:
> `:extssh:blackwater@192.168.0.34:/usr/local/cvs'.
> 
> I have tried several other methods but nothing seems to work.
> 
> Please help.
> 
> Thanks!
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org