You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Melissa Marquis <mm...@empactsolutions.com> on 2003/05/06 18:55:52 UTC

RE: cvs problem - characters around the executable and argumentsare not part of command

Sorry - it fails on: 
[cvs] The ' characters around the executable and arguments are
[cvs] not part of the command.

and then as a result I get: 
      [cvs]     CVS_PASSFILE=c:\Home\PersonalFolders\M Marquis\.cvspass
      [cvs] cvs update: authorization failed: server dcvshost1 rejected access t
o /home/empcvs for user mmarquis


     -----Original Message-----
From: Jesse Stockall [mailto:stockall@magma.ca]
Sent: Tuesday, May 06, 2003 12:25 PM
To: Ant Users List
Subject: Re: cvs problem - characters around the executable and
argumentsare not part of command


On Tue, 2003-05-06 at 12:03, Melissa Marquis wrote:
> 
> <target name="fetch" depends="prepare" description="Get latest code updates from CVS"> 
>     	<cvspass cvsroot="${cvsroot}" password="${repo.pass}"/> 
>     	<cvs cvsRoot="${cvsroot}" command="update -P -d${cvs.build.dir}" failonerror="true"/> 
> 	</target>
> 
> which should update my current code base.   When I run it (used verbose here) I get: 
> 
> [cvs] Using cvs passfile: c:\Home\PersonalFolders\Melissa Marquis\.cvspass
> 
> [cvs] Executing 'cvs' with arguments:
> [cvs] '-d:pserver:mmarquis@dcvshost1:/home/empcvs'
> [cvs] 'update'
> [cvs] '-P'
> [cvs] '-d'
> [cvs]
> [cvs] The ' characters around the executable and arguments are
> [cvs] not part of the command.
> [cvs]
> 
> Has anybody seen this?  I did see a previous thread about this but did not see a solution. 
> 

Seen what exactly? 

It looks like normal verbose output to me.

Are there any errors? 

-- 
Jesse Stockall <st...@magma.ca>


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


RE: cvs problem - characters around the executable and argumentsare not part of command

Posted by Jesse Stockall <st...@magma.ca>.
On Tue, 2003-05-06 at 12:55, Melissa Marquis wrote:
> Sorry - it fails on: 
> [cvs] The ' characters around the executable and arguments are
> [cvs] not part of the command.
> 
> and then as a result I get: 
>       [cvs]     CVS_PASSFILE=c:\Home\PersonalFolders\M Marquis\.cvspass
>       [cvs] cvs update: authorization failed: server dcvshost1 rejected access t
> o /home/empcvs for user mmarquis
> 
> 

If you paste the commands (from the verbose output) on the command line,
what happens? 

It looks like the password in your .cvspass file is either missing or
incorrect.

-- 
Jesse Stockall <st...@magma.ca>