Re: [NAnt-users] Subversion Copy command throws an error

2009-01-16 Thread Gert Driesen
com] Sent: vrijdag 16 januari 2009 7:15 To: Phil Sayers; bevan.a...@rbnz.govt.nz; bob.arc...@amsi.com Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Subversion Copy command throws an error Hi, I modifed the prefix in the version task from "Release-" to "Re

Re: [NAnt-users] Subversion Copy command throws an error

2009-01-15 Thread Nayan Gowda
Hi, I modifed the prefix in the version task from "Release-" to "Release." and Nant property "prefix.version" as "Release..version" This solved my issue. So the Script looks like this. Thanks for all the inputs.. Cheers Nayan K On Thu, Jan 15, 2009 at 7:07 PM, Phil Sayers wrote: >

Re: [NAnt-users] Subversion Copy command throws an error

2009-01-15 Thread Bevan Arps
From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Friday, 16 January 2009 4:06 a.m. To: Nayan Gowda; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Subversion Copy command throws an error Put an: http://10.99.82.12/branches/$%7BRelease-.version%7D> " /> Right

Re: [NAnt-users] Subversion Copy command throws an error

2009-01-15 Thread Bob Archer
Put an: http://10.99.82.12/branches/$%7BRelease-.version%7D> " /> Right before your exec command. My guess is that this doesn't exist or is blank or null. BOb From: Nayan Gowda [mailto:nayan.go...@gmail.com] Sent: Thursday, January 15, 2009 7:09

Re: [NAnt-users] Subversion Copy command throws an error

2009-01-15 Thread Phil Sayers
An as always I manage to reply directly instead of to the list.bah From: Phil Sayers [mailto:p...@cds-am.net] Sent: Thursday, January 15, 2009 8:37 AM To: 'Nayan Gowda' Subject: RE: [NAnt-users] Subversion Copy command throws an error A quick initial thought.. Do you have