Possible Duplicate:
Find files not added to subversion
We use SVN with Tortoise for our Visual Studio projects.Somtimes one of programmers add a file to project that it is not in repository and go home!
Is there a script to find all files that are not in repository(Not added)?
How about a plug-in for Tortoise?
More
as we know,first we must add file to repo which we can track it in SVN(commit,…)
This question has been asked before.
You can find solution to how to do this programatically here. There is a solution that uses SharpSvn which I re-post here: