septembre 2008
1 billet
1 tag
How to remove permanently a file from subversion...
When you do a svn delete, in fact the file stays in the repository history and can be restored. I had to remove some directories from a repository because they were too big so I’ll share you the process I used: First, you need to connect to the server where the svn repository is. We dump the repository into a file called svn_full. It’s a text file that contains all information of the...
Sep 7