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

Re: Repository files appearing in repository?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-21 19:16:36 CET

On Dec 21, 2004, at 11:44 AM, Monks, Peter wrote:
>
> Initially I thought that perhaps this was user error (ie. someone
> accidentally checking in the SVN repository files), but on reflection
> I realised that this is highly unlikely, since our developers don't
> have access to the servers where the SVN repository files are stored.

Never heard of a problem like this before... you're the first.

But frankly, I don't see how it *couldn't* be a user error, exactly as
you describe. Any user can run 'svnadmin create blah' inside a working
copy and then mistakenly 'svn add' and 'svn commit' the blah/
directory. (Or just 'svn import' it.)

Another likely culprit is that a misbehaving shell script or cron job
is doing the same thing.

Also, you have history: why don't you find out who added the
mysterious files, and when? Run 'svn log -v' on the root URL of your
repository. There's no need to wonder where they came from.

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