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

Re: Committing .svn dirs and your're toast?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-07 23:20:48 CET

On Dec 7, 2004, at 4:15 PM, Roland Besserer wrote:

>
> I'm in the processing of fixing an svn database because a large
> commit was mistakenly based on an earlier, modified svn checkout
> located in a new directory. Because it was based on an earlier
> svn checkout, the directory tree had all the original .svn directories
> still in place. The .svn directories were not filtered out during
> the commit and ended up in the repository.

I don't undestand, there shouldn't be any way to get '.svn' dirs into
the repository. 'svn import' skips over them, so should 'svn commit'.
How did you get them in there? It would be great to have a
reproduction recipe.

>
> I'm fixing this by removing the entire check-in via the svnadmin dump,
> svndumpfilter, svnadmin load sequence. Tedious and pretty slow.
>

You can also fix just by running 'svn rm URL' on each .svn/ URL. No
working copy required.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 7 23:25:05 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.