You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "S.Ramaswamy" <ra...@collab.net> on 2005/05/18 08:38:03 UTC

'svn cp repos_to_wc' notification

Just a nit.

When copying a directory from an URL to a working copy
directory, the "Checked out revision X" line is
followed by a "A       dir", which I find slightly
confusing. After a line that indicates that the
checkout is complete, another status line indicating
that a directory has been added is displayed. Looks
like the second line is coming from svn_wc_add2.
Does suppressing the notification from svn_wc_add2()
in repos_to_wc_copy() sound like a good idea, since
svn_client__checkout_internal() does its own
notification ?

Thanks
Ramaswamy


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org