Re: bug
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-02 03:28:41 CET
Michael Price <mprice@atl.lmco.com> writes:
[snip commits that make "dir1" out-of-date]
> Committed revision 4.
This is the way Subversion is designed to work when handling a mixed
When one commits an item (a file or sub-directory) in an otherwise
Consider a user Michael doing
$ svn mkdir foo/bar
Michael's working copy now has foo/bar at revision N and foo at some
Next another user Philip does
$ svn mkdir foo/zig
Finally Michael tries
$ svn rm foo
If Michael's commit is allowed to succeed, it will delete Philip's new
The rules for handling out-of-date working copies are to some extent
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Dec 2 03:29:28 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.