svn cannot lose data -- history is unchangeable, and thus the repository can only grow bigger over time. If there's something sensitive in there, your only choice is to wipe (reset) the repository to emptiness, and reimport source code.
If you want to preserve as much history as possible, then it's a much bigger project. You need to svnsync the history to a local repository, dump it to a dumpfile, edit the dumpfile, rebuild a new local repository with the edited history, then svnsync the new repository back up to googlecode. The [email protected] list can help with you that complex procedure, as well as the online svn book. On Thu, Mar 3, 2011 at 8:53 AM, <[email protected]> wrote: > Is there a way to completely delete a file in your project. It was > commited through svn and is in my source file. > > -- > You received this message because you are subscribed to the Google Groups > "Project Hosting on Google Code" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-code-hosting?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

