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

new dir in 2 working copies at the same time

From: solo turn <soloturn99_at_yahoo.com>
Date: 2002-09-11 11:46:28 CEST

hi!

is it possible that if 2 persons create and add a directory with the
same name? or how should one handle this (move away and copy back
after "svn up" seems to be rather "user-unfriendly")?

p1: svn add d
p2: svn add d
p1: svn ci -m ""
p2:
  $ svn up
  svn: Obstructed update
  svn: failed to add directory 'd': object of the same name already
exists
  $ svn revert d
  Reverted d
  $ svn up
  svn: Obstructed update
  svn: failed to add directory 'd': object of the same name already
exists

would the best solution be that a standard merge occurs, even if the
status is "A - added"?

__________________________________________________
Yahoo! - We Remember
9-11: A tribute to the more than 3,000 lives lost
http://dir.remember.yahoo.com/tribute

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 11 11:47:10 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.