Hi all,
 
just FYI latest NAnt change behaviour of build process little and now
<solution> task produce obj folder under project directory. This match
VS.NET behaviour what is good. What is bad it could broke automated builds!
 
I notice that when some user want to delete entire project under SVN. Since
local repository is modified by NAnt build process (new subdir), svn is
unable to delete project and fail with message
 
<exec program="c:\program files\subversion\bin\svn.exe" commandline="update
--non-interactive ${build.dir}"/>
External Program Failed: c:\program files\subversion\bin\svn.exe (return
code was 1)     
svn: Won't delete locally modified directory c:/ccnet/foo'      
svn: Left locally modified or unversioned files 
 
Even Revert+Update do not help (revert do not touch unversioned files).
Deleting all obj folders (what is only solution I see) could be quite
performance hit for very large projects. And, of course, more work, more
complex .build script etc. I'd say I liked old behaviour more...
 
 
Martin
 



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to