Hello everyone,
I am relatively new to Ant and am trying to do an svn add as part of my
build script.
I can force svn to add recursively using the following command
"svn add * --force".
Unfortunately, I am not in the same directory that I need the add to
work on.  It tries to do the add in the current directory, but I want it
to run in a different location that's under version control.
Anyone come across something like this?
Any help is really appreciated.
Regards,
Parag

Reply via email to