how to delete a source file

Hello, I want to delete a single source file, but I don’t find how to do it. Can anybody help me?
thanks ;)

Forum Topic Options

Feeds

Forum Topic and Comments

rs on Mon 01 Feb, 2010

If you’re merely deleting the file, then all you have to do is use your Subversion client to delete it from your working space and then commit the change. However, that file will still exist in the history so that it can be undeleted in the future.

To delete it permanently, you will have to:

  • Export your repository and download the dump file
  • Use svndumpfilter to filter out the file/folder that you don’t want
  • Recreate your repository and import the filtered file.
 

You do not have sufficient permissions to comment