Posted By:
Marina_P
Posted On:
Tuesday, July 30, 2002 09:18 AM
Hi! I'm trying to checkout a module from CVS like this: package="repositoryName/some/moduleMame"/> as a result, a directory src/repositoryName/some/moduleName is created and the source code is checked out into it. When I do a usual cvs command from a command line , though, (not from ANT) like this: cvs checkout -d src/some/moduleName repositoryName/some/moduleName then all source code is checked out into the src/some/moduleName directory and no reporitoryName directory is created. Does anybody know how I could get the same behaviour from the ANT's task and suppress creation of the "repositoryN
More>>
Hi!
I'm trying to checkout a module from CVS like this:
package="repositoryName/some/moduleMame"/>
as a result, a directory src/repositoryName/some/moduleName is created
and the source code is checked out into it.
When I do a usual cvs command from a command line , though, (not from ANT)
like this:
cvs checkout -d src/some/moduleName repositoryName/some/moduleName
then all source code is checked out into the src/some/moduleName directory and
no reporitoryName directory is created.
Does anybody know how I could get the same behaviour from the ANT's
task and suppress creation of the "repositoryName" directory?
Thanks!
Marina
<<Less