RE: [Nant-users] SVN task: How to use it for a commit?

2005-10-23 Thread Robert Schneider
I have used NAntContrib of course. Otherwise the provided build code wouldn't make sense. Robert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ivo Limmen Sent: Monday, October 24, 2005 7:26 AM To: nant-users@lists.sourceforge.net Subject

Re: [Nant-users] SVN task: How to use it for a commit?

2005-10-23 Thread Ivo Limmen
Hi, You need to use the NantContrib tasks to perform svn tasks. Regards, Ivo LimmenOn 10/24/05, Robert Schneider <[EMAIL PROTECTED]> wrote: Hi,does the svn-task works correctly? I'm trying to commit a file but toachieve this I have to abuse the task:command="whatever"uri="whatever "pa

Re: [Nant-users] Install Tools

2005-10-23 Thread Troy Laurin
On 10/21/05, Anderson, Kelly <[EMAIL PROTECTED]> wrote: > Ok. So here's a middle ground question. Say that you have a code > generation scheme that generates source files from say an Excel > spreadsheet using templates (like CodeSmith), then those files are > compiled. If the generated source files

[Nant-users] SVN task: How to use it for a commit?

2005-10-23 Thread Robert Schneider
Hi, does the svn-task works correctly? I'm trying to commit a file but to achieve this I have to abuse the task: I just want to commit the file myfile.txt that is placed in c:\workingcopy which is under control of subversion. The attributes command and uri doesn't wo