Should a working copy always be up-to-date after a successful commit?
From: Roel Harbers <roel_at_roelharbers.nl>
Date: 2004-05-07 13:05:28 CEST
I tried to do the following:
D:\svn>svn co file:///D:/svn/Repositories/Test
D:\svn>cd Test
D:\svn\Test>svn status -u
D:\svn\Test>svn delete dir1\dir2
D:\svn\Test>svn commit -mtest
Committed revision 29.
D:\svn\Test>svn delete dir1
D:\svn\Test>svn status -u
D:\svn\Test>svn commit -mtest
Now, I understand that this can be easily fixed with a "svn update"
I think the problem is that dir2 isn't actually deleted from the wc's
Of course, I could be completely misunderstanding what happens here.
Regards,
Roel Harbers
---------------------------------------------------------------------
|
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.