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

Re: avoid overwriting new files in the Repository during commit

From: <kfogel_at_collab.net>
Date: 2004-12-08 07:48:04 CET

Clemens Schwaighofer <cs@tequila.co.jp> writes:
> I have just a small question.
>
> I have User A who works on file.pl and User B who does the same. User A
> changes something and commits, User B does the same right afterwards,
> without updateing his local copy.
>
> Subversion says nothing and just overwrites the file on the server. Is
> there no way to at least spit out a warning, that you are about to
> overwrite a new file on the server? Or is this impossible because my
> local copy doesn't know that, because I have not updated it ?

If Subversion is really doing tihs, it's a bug, because it should not
allow B to commit from an out-of-date file. Subversion has enforced
the up-to-date requirement since Day One, though, and I highly doubt
such a major bug is present.

Can you show us a transcript of what you do?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 8 07:55:45 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.