Re: Urgent Help with Ant and Svn integration.

2009-08-06 Thread David Weintraub
Why are you using Ant for this task. Ant isn't a scripting language. It is a build system. Why not use svnsync? < http://svn.collab.net/repos/svn/trunk/notes/svnsync.txt> -- David Weintraub qazw...@gmail.com

RE: Urgent Help with Ant and Svn integration.

2009-08-06 Thread Martin Gainty
pache.org > CC: dev-h...@ant.apache.org; user-h...@ant.apache.org; > us...@subversion.tigris.org > Subject: Re: Urgent Help with Ant and Svn integration. > > > Curious - you mention "svn client is installed by default in box" - but at > the end I see you mention

Re: Urgent Help with Ant and Svn integration.

2009-08-06 Thread Scot P. Floess
Curious - you mention "svn client is installed by default in box" - but at the end I see you mention no svn client... Somewhat confused... Frome the command prompt can you find svn manually (as in - is it in your path)??? On Thu, 6 Aug 2009, Rajesh Kumar (IN4774) wrote: Hello everybody,

Urgent Help with Ant and Svn integration.

2009-08-06 Thread Rajesh Kumar (IN4774)
Hello everybody, I am facing some issues with svn and ant integration. Requirement: Sync SVN source code using ant script in Solaris machine without copying supported jar files in Ant_home. Limitation: Ant client and svn client is install by default in box but don't have root permission so I c