While I am using sublime ... it creates two files that i don't want to include in my subversion repository
? xxx.sublime-project
? xxx.sublime-workspace
Removing them is as following:
- Go to the directory of the un-needed file and type : > svn propedit svn:ignore .
- An editor will open and you need to add a line with the file name. Save and exit the editor.
- Commit the changes.
source: