Bugs item #1331948, was opened at 2005-10-19 16:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1331948&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: David (aldbaran)
Assigned to: Nobody/Anonymous (nobody)
Summary: passfile attribute in cvs-checkout task doesn't work

Initial Comment:
When I try to checkout a module with Nant with the
following tasks:

<target...
                <cvs-pass
                        cvsroot="MYROOT"
                        password="MYPASSWORD"
                        passfile="./cvspassfile"/>
                <cvs-checkout
                        destination="./sources"
                        cvsroot="MYROOT" 
                        passfile="./cvspassfile"
                        module="Commun"/>
</target>

I have following output:

 [cvs-pass] Updating .cvspass file 'C:\Documents and
Settings\dbaran\Mes documents\Visual Studio
Projects\cvspassfile'.
[cvs-checkout] Using ssh binary: 
[cvs-checkout] Using .cvspass file: C:\Documents and
Settings\dbaran\Mes documents\Visual Studio
Projects\cvspassfile
[cvs-checkout] Working directory: C:\Documents and
Settings\dbaran\Mes documents\Visual Studio
Projects\sources
[cvs-checkout] Executable: C:\nant-0.85-rc3\bin\scvs.exe
[cvs-checkout] Arguments:  -d:MYROOT -verbose checkout
Commun
[cvs-checkout] Starting 'C:\nant-0.85-rc3\bin\scvs.exe
( -d:MYROOT -verbose checkout Commun)' in 'C:\Documents
and Settings\dbaran\Mes documents\Visual Studio
Projects\sources'
[cvs-checkout] Logging in to MYROOT
[cvs-checkout] CVS password:
ICSharpCode.SharpCvsLib.Exceptions.AuthenticationException:
Une exception de type
ICSharpCode.SharpCvsLib.Exceptions.AuthenticationException
a ‚t‚ lev‚e.
[cvs-checkout]    at
ICSharpCode.SharpCvsLib.Protocols.PServerProtocol.HandlePserverAuthentication(String
password)
[cvs-checkout]    at
ICSharpCode.SharpCvsLib.Protocols.PServerProtocol.Connect()
[cvs-checkout]    at
ICSharpCode.SharpCvsLib.Client.CVSServerConnection.Authentication(String
password)
[cvs-checkout]    at
ICSharpCode.SharpCvsLib.Client.CVSServerConnection.Connect(WorkingDirectory
repository, String password)
[cvs-checkout]    at
ICSharpCode.SharpCvsLib.Commands.LoginCommand.Execute()
[cvs-checkout]    at
ICSharpCode.SharpCvsLib.Console.ConsoleMain.GetPassword(CommandLineParser
parser, WorkingDirectory workingDir)
[cvs-checkout]    at
ICSharpCode.SharpCvsLib.Console.ConsoleMain.DoExecute()
[cvs-checkout]    at
ICSharpCode.SharpCvsLib.Console.ConsoleMain.Execute()
[cvs-checkout] Fatal Error ( Une exception de type
ICSharpCode.SharpCvsLib.Exceptions.AuthenticationException
a ‚t‚ lev‚e. ), rerun using -verbose to get more
information.


It seems that scvs use interactive mode (see
[cvs-checkout] CVS password: in above log).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1331948&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to