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 subdirectory

                <cvs command="add branches/R4"/>

[cvs] cvs add: nothing known about branches/R4

If I try 
                <cvs package="branches" command="add R4"/>  or
                <cvs package="branches" command="add branches/R4"/>

[cvs] cvs [add aborted]: there is a version in branches already

Im trying to follow what eclipse does. First thing that he do is add
folders, as Im doing..

Other alternative that I have is create a branch is import, but it
create a CVS branch and I don't want that.

Any clue ?

thanks

-----Original Message-----
From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 13, 2006 5:23 PM
To: Ant Users List
Subject: RE: cvs add

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 /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 clue ???
> 
> Thanks!
>  
> -------------------------------------------------------------------
> Rodrigo Asensio
> Fuel Management Services
> Gilbarco Veeder Root
> phone: +1 336 547 5023
> email: [EMAIL PROTECTED]
> 
> This message (including any attachments) contains confidential and/or 
> proprietary information intended only for the addressee.
> Any unauthorized disclosure, copying, distribution or reliance on the 
> contents of this information is strictly prohibited and may constitute

> a violation of law.  If you are not the intended recipient, please 
> notify the sender immediately by responding to this e-mail, and delete

> the message from your system.  If you have any questions about this 
> e-mail please notify the sender immediately.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

> commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


This message (including any attachments) contains confidential
and/or proprietary information intended only for the addressee.
Any unauthorized disclosure, copying, distribution or reliance on
the contents of this information is strictly prohibited and may
constitute a violation of law.  If you are not the intended
recipient, please notify the sender immediately by responding to
this e-mail, and delete the message from your system.  If you
have any questions about this e-mail please notify the sender
immediately.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to