Re: [NAnt-users] svn task

2007-10-05 Thread Bob Archer
I also changed from the fileset to arg file= but fileset was in the documentation as being supported. Seems to be working now. BOb From: [EMAIL PROTECTED] on behalf of Brass Tilde Sent: Fri 10/5/2007 3:01 PM To: nant-users@lists.sourceforge.net Subject:

Re: [NAnt-users] svn task

2007-10-05 Thread Brass Tilde
Bob Archer <[EMAIL PROTECTED]> wrote: > I am trying to use the svn task. Basically, I want to commit a file > to the repository. The file may or may not have been in the repo > before. I don't think that matters comminting the file should > implicitly add it. Well, it matters to *Subversion*.

[NAnt-users] svn task

2007-10-05 Thread Bob Archer
I am trying to use the svn task. Basically, I want to commit a file to the repository. The file may or may not have been in the repo before. I don't think that matters comminting the file should implicitly add it. But, I am getting an error. Is there any way to see the full command line tha

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

2005-10-27 Thread Robert Schneider
> -Original Message- > From: Clayton Harbour [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 27, 2005 7:46 AM > To: Robert Schneider > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] SVN task: How to use it for a commit? > > If you run in

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

2005-10-24 Thread Ryan Davis
D] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Schneider Sent: Monday, October 24, 2005 3:50 AM To: nant-users@lists.sourceforge.net Subject: RE: [Nant-users] SVN task: How to use it for a commit? The svn task seems to be unfinished. Like the documentation to the task. Is there no hint for

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

2005-10-24 Thread Robert Schneider
] [mailto:[EMAIL PROTECTED] On Behalf Of Ivo Limmen Sent: Monday, October 24, 2005 9:22 AM To: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] SVN task: How to use it for a commit? Hi, You should not use the task but instead use the specific task oriented versions, like:         I

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

2005-10-24 Thread Ivo Limmen
On Behalf Of Ivo LimmenSent: Monday, October 24, 2005 7:26 AMTo: nant-users@lists.sourceforge.netSubject: Re: [Nant-users] SVN task: How to use it for a commit?Hi,You need to use the NantContrib tasks to perform svn tasks. Regards,Ivo LimmenOn 10/24/05, Robert Schneider <[EMAIL PROTECTED]> w

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

2005-10-23 Thread Robert Schneider
e.net Subject: Re: [Nant-users] SVN task: How to use it for a commit? Hi, You need to use the NantContrib tasks to perform svn tasks. Regards, Ivo Limmen On 10/24/05, Robert Schneider <[EMAIL PROTECTED]> wrote: Hi, does the svn-task works correctly? I'm trying to commit a file but to achieve

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

[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