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

Bug in svn update?

From: Brian Erickson <erickson_at_BAUERCONTROLS.com>
Date: 2007-10-09 13:06:22 CEST

Is this correct behavior?
 
User 1:
svn checkout http://snidely/svn/test user1 <http://snidely/svn/test
user1>
cd user1
svn delete test.txt (test.txt is no longer on user 1's hard drive)
 
User 2:
svn checkout http://snidely/svn/test user2
cd user2
modify test.txt
svn commit
 
User 1:
svn update
test.txt is now back. (If this is desired, can someone explain to me
the rational?)
svn commit
test.txt is left as an unversioned file (If leaving deleted and
unchanged files around is desired, can someone explain to me the
rational?)
 
 
Thanks,
Brian
 
Received on Tue Oct 9 13:06:43 2007

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.