RE: cvs add

2006-06-14 Thread Asensio, Rodrigo
Rob, my linux has this sctructure /usr/repository/branches/R1 /R2 /Rx Branches alredy exists If I try to add branches cvs command=add branches/ cvs [add aborted]: there is a version in branches already And if I try to add my

RE: cvs add

2006-06-14 Thread Asensio, Rodrigo
for help -Original Message- From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 8:22 AM To: Ant Users List Subject: RE: cvs add Rob, my linux has this sctructure /usr/repository/branches/R1 /R2 /Rx Branches alredy

RE: cvs add

2006-06-14 Thread Asensio, Rodrigo
Nobody works with ant cvs ? I just want to add a fresh project to cvs. Tks -Original Message- From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 9:34 AM To: Ant Users List Subject: RE: cvs add Ok. Now I tried cvs dest=${branch.path

Re: cvs add

2006-06-14 Thread Dominique Devienne
project to cvs. Tks -Original Message- From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 9:34 AM To: Ant Users List Subject: RE: cvs add Ok. Now I tried cvs dest=${branch.path} command=import -m 'Initial Commit' branches/${version.name} myuser

Re: cvs add

2006-06-14 Thread Alexey N. Solofnenko
, 2006 9:34 AM To: Ant Users List Subject: RE: cvs add Ok. Now I tried cvs dest=${branch.path} command=import -m 'Initial Commit' branches/${version.name} myuser start/ It start adding creating a branch ( I don't want that.. But..) And blowup [cvs] cvs import: Importing

Re: cvs add

2006-06-14 Thread Dominique Devienne
On 6/14/06, Alexey N. Solofnenko [EMAIL PROTECTED] wrote: I do not know why people are so fond of cvsCo tasks. They are [usually] just wrappers over native command executors. In most cases a simple exec should be sufficient. Yep, I agree with Alexey. I was doing an exec failonerror=true for

RE: cvs add

2006-06-14 Thread Asensio, Rodrigo
Sure that is a cvs error, but it comes from a ant attributes combination. Im staring trying cvs command line. Thanks. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 11:57 AM To: Ant Users List Subject: Re: cvs add This sort of one

RE: cvs add

2006-06-14 Thread Asensio, Rodrigo
Yes, maybe this qualifies for a cmd task. I will try in this way. Thanks. -Original Message- From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 11:59 AM To: Ant Users List Subject: Re: cvs add I do not know why people are so fond of cvsCo tasks

RE: cvs add

2006-06-14 Thread Asensio, Rodrigo
Thanks guys. Very useful I will post here my complete code when I finish. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 12:02 PM To: Ant Users List Subject: Re: cvs add On 6/14/06, Alexey N. Solofnenko [EMAIL PROTECTED] wrote: I

RE: cvs add

2006-06-14 Thread Asensio, Rodrigo
-- /exec /target -Original Message- From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 12:05 PM To: Ant Users List Subject: RE: cvs add Thanks guys. Very useful I will post here my complete code when I finish. -Original Message- From

Re: cvs add

2006-06-14 Thread Martin Gainty
Message - From: Asensio, Rodrigo [EMAIL PROTECTED] To: Ant Users List user@ant.apache.org Sent: Wednesday, June 14, 2006 12:04 PM Subject: RE: cvs add Thanks guys. Very useful I will post here my complete code when I finish. -Original Message- From: Dominique Devienne [mailto:[EMAIL

Re: cvs add

2006-06-14 Thread Alexey N. Solofnenko
// if you want checkout into the same local because import does not do checkout -- /exec /target -Original Message- From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 12:05 PM To: Ant Users List Subject: RE: cvs add Thanks guys. Very useful I

cvs add

2006-06-13 Thread Asensio, Rodrigo
Ant 1.6, eclipse, wXP Hi guys, here is my task cvs command=add /usr/repository/branches/${version.name}/ cvs [add aborted]: Absolute pathname not allowed Or cvs command=add branches/${version.name}/ cvs [add aborted]: directory branches not found I want to create a folder in the cvs, any

RE: cvs add

2006-06-13 Thread Anderson, Rob (Global Trade)
It looks like you need to run cvs add branches first. -Rob A -Original Message- From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 11:56 AM To: user@ant.apache.org Subject: cvs add Ant 1.6, eclipse, wXP Hi guys, here is my task cvs command=add