Incorrect behaviour on wc copy when using checkout/update --depth
From: Chris Rose <chris.rose_at_messagingdirect.com>
Date: Sun, 13 Jan 2008 15:50:25 -0700
The short description is this:
If I check out a working copy without taking all of its children (say,
% svn co --depth=empty $url/trunk/foo
% svn co $url/tags
% svn cp foo tags/foo_tagged
% ls tags/foo_tagged
% svn ci -m "Tagged an empty copy of 'foo'" tags
% svn co $url/tags/foo_tagged
% ls foo_tagged
Attached is a script that demonstrates the issue in detail. It
I contend that checking in a working copy that does not have files,
---------------------------------------------------------------------
|
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.