[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: erase all known existence of a committed file

From: <andy.glew_at_amd.com>
Date: 2004-04-27 22:20:51 CEST

> I have accidentally committed an absolutely enormous file to
> my repository.
> I can of course "live with it," but backups and such will be
> considerably
> more difficult.

Similar: I svn add'ed a directory tree,
and got some core.3434 files added as well.
(Gotta change my ignore patterns.)

Since I had not checked in,
they weren't yet in the repository.
But various attempts
to do things such as
svn rm core.3434
failed - in this case,
because the parent directory
was not yet checked in.

Eventually I copied /dev/null to core.3434,
and checked that in, so I did not waste space.

Q: what is the proper way to remove
a file that has been accidentally added,
before checking in?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 27 22:21:38 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.