You could check if a project exists in SVN via command
svn info
svn status
I am not sure how that would be done via Ant, though.
-glenn
On Wed, Feb 4, 2009 at 4:33 AM, wrote:
>
> Hi All
>
> I want to be able to confirm whether a project exists / or not within
> Subversion before importing a
Hi All
I want to be able to confirm whether a project exists / or not within
Subversion before importing a directory structure.
Basically if it doesn't exist, then import, otherwise do nothing.
Does anyone have any pointers ?
Regards
Chris
*