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]
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
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.
---
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
il.com> cc:
bcc:
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
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
bcc:
09/01/2006 04:29 Subject: CVS checkout with ANT
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
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
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'
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
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.
=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
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
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
[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
>
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
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
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
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
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
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
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
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
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!
---
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
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
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
29 matches
Mail list logo