RE: CVS checkout error=2

2008-01-04 Thread serdsch
should work. Greets, Sergio -- View this message in context: http://www.nabble.com/CVS-checkout-error%3D2-tp14613997p14617538.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: CVS checkout error=2

2008-01-04 Thread Martin Gainty
s not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission.> Date: Fri, 4 Jan 2008 02:40:46 -0800> From: [EMAIL PROTECTED]> To: user@ant.apache.org> Subject: CVS checkout error=2> > > He

CVS checkout error=2

2008-01-04 Thread serdsch
ng? Please help, I'm really losing it here... Thx, Sergio -- View this message in context: http://www.nabble.com/CVS-checkout-error%3D2-tp14613997p14613997.html Sent from the Ant - Users mailing list archive at Nabble.com. ---

Re: CVS checkout with ANT

2006-09-05 Thread Derrick Simpson
ROTECTED]To: "Ant Users List" il.com> cc: bcc: 09/05/2006 11:00 Subject: Re: CVS checkout with ANT AM Please respond to "A

Re: CVS checkout with ANT

2006-09-05 Thread David TROGDON
il.com> cc: bcc:

Re: CVS checkout with ANT

2006-09-05 Thread Derrick Simpson
IL PROTECTED]To: user@ant.apache.org il.com> cc: bcc: 09/01/2006 04:29 Subject: CVS checkout with ANT PM Please respond to

Re: CVS checkout with ANT

2006-09-05 Thread Derrick Simpson
ough putty, but I can't seem to get connected. Thanks On 9/2/06, Petar Tahchiev <[EMAIL PROTECTED]> wrote: On 01/09/06, Derrick Simpson <[EMAIL PROTECTED]> wrote: > I'm trying to do a simple checkout from cvs, and I get the following error > > [cvs] cvs [checkout

Re: CVS checkout with ANT

2006-09-05 Thread David TROGDON
bcc: 09/01/2006 04:29 Subject: CVS checkout with ANT

RE: CVS checkout with ANT

2006-09-02 Thread Stephen McConnell
Derrick: All of the Ant's content is available under SVN. http://svn.apache.org/repos/asf/ant/core/trunk /Steve. > -Original Message- > From: Derrick Simpson [mailto:[EMAIL PROTECTED] > Sent: Saturday, 2 September 2006 6:00 AM > To: user@ant.apache.org > Subjec

Re: CVS checkout with ANT

2006-09-01 Thread Petar Tahchiev
On 01/09/06, Derrick Simpson <[EMAIL PROTECTED]> wrote: I'm trying to do a simple checkout from cvs, and I get the following error [cvs] cvs [checkout aborted]: /usr/local/cvsroot/CVSROOT: No such file or directory I am getting a /CVSROOT appended onto the end. I do not hav

CVS checkout with ANT

2006-09-01 Thread Derrick Simpson
I'm trying to do a simple checkout from cvs, and I get the following error [cvs] cvs [checkout aborted]: /usr/local/cvsroot/CVSROOT: No such file or directory I am getting a /CVSROOT appended onto the end. I do not have access to change this myself. Here'

Re: Need info on CVS checkout

2006-08-20 Thread Vincent
Hi Syed, I think you can do it like the following: 1. Checkout via the date1 / tag1 2. Checkout via the date2 / tag2 3. then diff the two results , if same then ignore , otherwise then you got the what you need. On 8/19/06, Syed Abuthahir <[EMAIL PROTECTED]> wrote: Hi, I need info on ant scri

Need info on CVS checkout

2006-08-19 Thread Syed Abuthahir
Hi, I need info on ant script to checkout from CVS only those files which are modified between a particular interval of date or modified after a tag. I want to know if there is any options to do checkout like this, from CVS using specific ant options/tasks for that. Thanks in advance.

ant cvs checkout - existing repository /cvs1/ged/packageName/src does not match /cvs1/ged/packageName/src

2006-07-18 Thread Leung, Wilson
=true -DCVS_userid=johndoe -DCVS_password=abcd1234 -Dpackage=packageName getMainBranch -f packageName/build.xml Error message: [cvs] cvs checkout: existing repository /cvs1/ged/packageName/src [cvs] does not match /cvs1/ged/packageName/srccvs checkout: ignoring module packageName/src

ant cvs checkout doesn't work

2006-05-05 Thread john does
Hi, I have a problem with cvs from Ant. Connecting to cvs directly from the commandline works as expected. When I attempt the same cvs incantation running the cvs task from Ant it just seems to hang. I have following error : cvs exited with error code -1 Command line was [Ex

Exception: cvs checkout: cannot open temp file ...

2006-02-07 Thread akkachotu
I am using ANT 1.6.3 on WindowsXP. I am using below ANT task cvs to check out files from CVS Server. However I am getting an En like "cvs checkout: cannot open temp file BLAH BLAH" as shown below: [CODE] ... ... [cvs] Using cvs passfile: .mycvspassfile [cvs] cvs server

Re: CVS Checkout fails

2005-09-15 Thread Antoine Levy-Lambert
[EMAIL PROTECTED] wrote: >I'm getting the following error when checking out modules >>from CVS (with label): > >All the files int the CVS module are listed here, >...then >cvs checkout: cannot open CVS/Entries for reading: No such >file or directory >

Re: CVS Checkout fails

2005-09-15 Thread Andrew Goktepe
or when checking out modules > from CVS (with label): > > All the files int the CVS module are listed here, > ...then > cvs checkout: cannot open CVS/Entries for reading: No such > file or directory > > I don't get this if

CVS Checkout fails

2005-09-15 Thread jstallard
I'm getting the following error when checking out modules from CVS (with label): All the files int the CVS module are listed here, ...then.... cvs checkout: cannot open CVS/Entries for reading: No such file or directory I don't get this if no label is specified. Is this norma

Setting property on cvs checkout success ?

2005-07-28 Thread Rebhan, Gilbert
runs under cruisecontrol. If one of the modules doesn't exist in cvs repository, i nevertheless get a Build successful message from my emailpublisher. Question = How to set a property in cvs .. checkout part , that is only set, if _all_ modules contained in list ${module} are properly checked o

Re: cvs checkout

2005-06-19 Thread Bijo Alex Thomas
AIL PROTECTED]> To: "blackwater dev" <[EMAIL PROTECTED]> Cc: "Ant Users List" Sent: Tuesday, February 22, 2005 12:55 PM Subject: Re: cvs checkout > blackwater dev <[EMAIL PROTECTED]> writes: > > > Yes but this still creates the pollywog main directory...fo

cvs checkout

2005-05-26 Thread Asha
Hello, i'm trying to do cvs checkout task using ant script.Here is the script I have also defined CVS_RSH environment variable, But i get this message. cvscheckout: [cvs] cvs checkout: CVSROOT pas

Re: cvs checkout

2005-02-21 Thread Yves Martin
blackwater dev <[EMAIL PROTECTED]> writes: > Yes but this still creates the pollywog main directory...for example, > I have a project in cvs named pollywog. I want to check out it's > contents to the root of apache so I would use: > > cvsRoot="/home/dev/" >package="pollywog" >dest="h

Re: cvs checkout

2005-02-21 Thread blackwater dev
Yes but this still creates the pollywog main directory...for example, I have a project in cvs named pollywog. I want to check out it's contents to the root of apache so I would use: After this checkout, I have httpd/htdocs/pollywog which is what I don't want...I don't want the top level polly

Re: cvs checkout

2005-02-21 Thread Yves Martin
blackwater dev <[EMAIL PROTECTED]> writes: > I am using the cvs task: > > package="pollywog" >dest="web/package/" > /> > > The problem is, when I check it out..I get web/package/pollywog...etc > but I want to grab all of the files under pollywog but not the actual > root folder

cvs checkout

2005-02-18 Thread blackwater dev
I am using the cvs task: The problem is, when I check it out..I get web/package/pollywog...etc but I want to grab all of the files under pollywog but not the actual root folder of pollywog...can I specify this in the task? Thanks! ---

RE: Ant, [cvs] cvs checkout: authorization failed: server xyz.bar.com rejected access to /cvsroot for user foobar

2004-04-01 Thread Sullivan, Sean C - MWT
I found a workaround. I am now specifying the password in the cvsRoot attribute: This works for me. -Sean > -Original Message- > From: Sullivan, Sean C - MWT > Sent: Wednesday, March 31, 2004 2:38 PM > To: [EMAIL PROTECTED] > Subject: Ant, [cvs] cvs checkout

CVS checkout using ANT and SSH

2003-08-10 Thread Kguo
Hi, I try to checkout cvs module using ant. At the moment, my cvs is through SSH chanel. I can check out the module without any problem using ANT. However, at the end of checkout process, ANT won't to exit the process and just hang there forever. Is there anyone have that kind of problem as we

cvs checkout: Empty password used - try 'cvs login' with a real password

2003-07-16 Thread Vikas Phonsa
I am getting these errors when I try to run cvs task in my IDE WSAD Execute:Java13CommandLauncher: cvs -d :pserver:[EMAIL PROTECTED]:/asmc/users/t0064 checkout ComSuzBRSiebel cvs checkout: Empty password used - try 'cvs login' with a real password cvs [checkout aborted]: authorizat