aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes ANT + CVS (ext) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "ANT + CVS (ext)" Watch "ANT + CVS (ext)" New topic
Author

ANT + CVS (ext)

Lucian Ochian
Greenhorn

Joined: Nov 23, 2004
Posts: 7
Hi guys,
I'm trying to checkout from a CVS server (ext) some sources with ant (with cvs task and cvspass task) and I want to do this automatically(not to enter the password every time). I'm using Tortoise cvs client and for the ssh comunication I'm using TortoisePlink.exe.The problem is that it works but I have to input the password every time for TortoisePLink (it doesn't matter that I'm trying to use the passfile).
I tried to use instead the PLink from Putty, and I also tried without a passfile, but it seems that the only way that it works is with inputing the password for TortoisePlink every time. I tried with WinCVS also, but with that it didn't work.
If anyone has solved this problem, please help me asap!

Thanks,

Lucian


<cvspass cvsroot=":ext:user@host:/export/home/repository/das"
password="xxx" passfile="c:\.cvspass"/> <br>
<cvs cvsroot=":ext:user@host:/export/home/repository/das" command="checkout" package="java/Common" passfile="c:\.cvspass" dest="." cvsrsh="C:\Program Files\TortoiseCVS\TortoisePlink.exe" >
[ November 23, 2004: Message edited by: Lucian Ochian ]
Lucian Ochian
Greenhorn

Joined: Nov 23, 2004
Posts: 7
I solved the problem with pagent from putty.
Anand BN
Greenhorn

Joined: Dec 21, 2004
Posts: 1
Originally posted by Lucian Ochian:
I solved the problem with pagent from putty.


Could you outline the exact procedure. I'm having some tough time with Tortoise CVS with binary files. So thought Ant might give a good way.

If you can ouline the exact steps that would great.

-Anand
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: ANT + CVS (ext)
 
Similar Threads
Ant and CVS
unable to checkout using CVS
cvs problem
Ant CVS checkout task error=2 - and my PATH is set!?
CVS Login problem with ANT script