I have subversioned my entire folder which contains all the source files, binaries and other files my IDE (Visual Studio) uses. Now each time I do a build next time I do a svn commit, svn will upload my changed builds. How can I exclude certain files folders within a tree? (I only want my source files not my builds and IDE files subversioned).
I have subversioned my entire folder which contains all the source files, binaries and
Share
You can ignore file patterns selectively with the svn:ignore property.
See this question for details on ignoring a directory.