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

2009-01-15 Thread Nayan Gowda
to pre-pend its value > with "Release-" in which case your svn copy should look more like…. > > > > Svn://10.99.82.12/branches/Release-{version}<http://10.99.82.12/branches/Release-%7Bversion%7D>–m…….blah > blah…. > > > > > > *From:* Nayan Gowda [mailto:nay

[NAnt-users] Subversion Copy command throws an error

2009-01-15 Thread Nayan Gowda
Hi, I have written the below Nant script in order to update the version of the build in the build.number and commit the file back to Subversion and Create a tag of the trunk with the latest build version. I am able to increment the version of the build number and commit the file