Re: ant and svn

2008-04-30 Thread jpyork
Then how would I get it to check the whole branch? I was under the assumtion if I pointed to the top folder, it would check everything under it, If this is not the case what would I put for it to do this? Alex Miller-9 wrote: > > It looks like subversion is "skipping" the updates because th

RE: ant and svn

2008-04-30 Thread jpyork
Then how would I get it to check the whole branch? I was under the assumtion if I pointed to the top folder, it would check everything under it, If this is not the case what would I put for it to do this? Lenhof,Danny wrote: > > Here is two examples...hope this helps. > > > > > >

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 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/repos/address/I/want/updated [exec] Skipped location/on/computer/the/update/should/happen why is it "skipping" this step? jpyork wrote: > > Does anyon

RE: ant and svn

2008-04-29 Thread Lenhof,Danny
Here is two examples...hope this helps. http://1.2.3.4/repos/address/I/want/updated c:/1.2.3.4/repos/address/I/want/updated " /> Or try this...

RE: ant and svn

2008-04-29 Thread Shawn Castrianni
I haven't tried svn update, but svn checkout worked great. However, I am using the pure Java svn plugin with great success. --- Shawn Castrianni -Original Message- From: Alex Miller [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 12:46 PM To: Ant Users List Subject: Re

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