Using: VisualSVN Server, TortoiseSVN, AnkhSVN
I used TortoiseSVN to make an initial repository load for all my .NEt projects AND supporting sources / resources that i want to keep.
I am planning to use tortoiseSVN for all general source control actions and AnkhSVN for within Visual Studio solutions.
My problem is that my repository now has the developer/machine specific files/directories that i dont need.
I know Ankhsvn by using the SCC API from Microsoft does not include them if you add the solution to the repository from within Visual Studio.
So what i need now is to go and batch delete the necessary files/directories from the svn repository.
These include (but i may add more):
thumbs.db Thumbs.db *.bak *.class *.exe *.dll *.mine *.obj *.ncb *.lib *.log *.idb *.pdb *.ilk *.msi* .res *.pch *.suo *.exp *.*~ *.~* ~*.* cvs CVS .CVS .cvs release Release debug Debug ignore Ignore bin Bin obj Obj Generated Logs *.csproj.user *.user
How can i do it without of course going one by one?
Additional Info:
One idea is what Micha has proposed HERE but that must occur before moving to the repository.