Hi Adrian.

> When I attempt to perform a build operation on my 
> folder I get this error. In response to the request 
> in the error, I am sending this to you. 

Well, you've provided next to no information that we here on the list
can use to diagnose your problem, so it's kinda difficult to help.

However, based only on reading the stack trace you posted:

> at NSvn.Core.Client.Status(Int32& youngest, String path, Revision
revision, StatusCallback statusCallback, Boolean descend, Boolean
getAll, Boolean update, Boolean noIgnore)

> at NAnt.Svn.Tasks.RemoveUnversioned.ExecuteTask()

> at NAnt.Core.Task.Execute()

> at NAnt.Core.Target.Execute()

It seems to me that something is going wrong with one of your subversion
tasks - specifically that the action that is being performed is not
authorised.

Try doing the same operation by hand from the commandline to see if svn
gives you better diagnostics when not wrapped by NAnt.

My pic is either you don't have permissions for some parts of your own
repository, or you don't have write/delete permission to one of the
working folders.

Hope this helps,
Bevan.


******************************************************************************
"This message (and any files transmitted with it) are confidential and 
may be legally privileged. If you are not the intended recipient please
notify the sender immediately and delete this message from your system.

This message does not necessarily reflect the views of the
Reserve Bank of New Zealand. If the recipient has any concerns
about the content of this message they should seek alternative
confirmation from the Reserve Bank of New Zealand."
******************************************************************************





-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to