Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I delete 1 file from a revision in SVN?

Tags:

svn

One of my co-workers checked in a some files in SVN and one of the files has a password in it. The password has been removed from the file and a new version checked in but the password is obviously still in the repository if we look at the revision history and go to that revision. (We're using TortoiseSVN as the client.)

So how do I securely delete that single file from the repository in SVN?

like image 696
Guy Avatar asked Aug 29 '08 01:08

Guy


2 Answers

link to subversion FAQ entry on this

like image 143
Jason Baker Avatar answered Oct 07 '22 18:10

Jason Baker


It isn't pretty: How do I completely remove a file from the repository's history?

like image 25
Adam Avatar answered Oct 07 '22 17:10

Adam