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

Re: ant and svn

2008-04-30 Thread jpyork
t/updated >> > notify.skipped >> > >> > I have one master script above all my small projects and this is where >> I >> > have the target thinking that if I have it in the top level, it will >> grab >> > any updates below it. I update and commi

RE: ant and svn

2008-04-30 Thread jpyork
> > > > > > > Or try this... > > > > > > > > > > > > > > > > > > > > > > > > > > > > Dan > > > > -Original Message- > From: jpyork [mailto:[EMAIL PROTECTED] > Sent: Tuesday, A

Re: ant and svn

2008-04-30 Thread Alex Miller
It looks like subversion is "skipping" the updates because those files are already up to date. On Wed, 2008-04-30 at 09:06 -0700, jpyork wrote: > I must be doing something wrong because everytime I try to do one of the > options posted here, I get this: > > svn: > [exec] Skipped http://1.2.3.4/r

Re: ant and svn

2008-04-30 Thread jpyork
I > have the target thinking that if I have it in the top level, it will grab > any updates below it. I update and commit changes to files below the top > level and they are not grabbed. > > > -- View this message in context: http://www.nabble.com/a

RE: ant and svn

2008-04-29 Thread Lenhof,Danny
try this... Dan -Original Message- From: jpyork [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 12:31 PM To: user@ant.apache.org Subject: ant and svn Does anyone use the svn task in there ant scripts? I am trying to use svn update in my ant script and it just does not

RE: ant and svn

2008-04-29 Thread Shawn Castrianni
: ant and svn I've rely heavily on svn but I could not get the svn task to work either. Instead, I just use exec like this: I know this isn't a solution, but it's a workaround that

Re: ant and svn

2008-04-29 Thread Alex Miller
I've rely heavily on svn but I could not get the svn task to work either. Instead, I just use exec like this: I know this isn't a solution, but it's a workaround that might help you until somebody c

ant and svn

2008-04-29 Thread jpyork
w it. I update and commit changes to files below the top level and they are not grabbed. -- View this message in context: http://www.nabble.com/ant-and-svn-tp16964251p16964251.html Sent from the Ant - Users mailing list archive at Na