"Mark Griffiths" <[EMAIL PROTECTED]> wrote:

> > 
> > Yes I see.  That is good news.  One issue: VSS doesnt delete 
> > from the working directory if you delete a file (i have tried 
> > this and it didnt).  The file was still there in the 
> > directory and, depending on how you build, this could be a 
> > problem.  Some use *.* within NAnt to include all the source 
> > files in the build.
> > 
> 
> That is really nasty and highlights one of the strengths of the 'super clean
> build'.  No
> 'clean' target is going to help here.  I guess you would have to adopt a
> guideline not to
> use **/*.cs and instead explicitly list each file within NAnt.
> 

Yes.  When you mentioned the SS GET updating the source, I thought "How could have I 
missed such a rudimentary principle of an SCC".  But alas, a good
couple of months ago I investigated having a "working set" in a specified location to 
improve build performance.  At the time I realized the Removes
never removed from the local machine.  This was why I headed off looking to see if 
keeping a working set programmatically, using the output from the
history, could allow us to delete when a Remove occurs.  I dont know how the others 
report updates/adds/removes - I doubt they would be consistent.

Not using the **/*.CS might not be too much of a problem with the new version of NAnt 
that works with solutions.

Nick.
> Mark
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> _______________________________________________
> Draconet-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/draconet-users
> 

nick robinson
site   : http://www.fromconcept.co.uk
weblog : http://www.fromconcept.co.uk/weblog.aspx




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users

Reply via email to