You're seeing intended behaviour, including the --set-depth=exclude
feature (which is new in 1.6).
Thomas Dziedzic wrote on Wed, Dec 14, 2011 at 21:10:56 -0600:
> Hi,
>
> I used to be able to do:
> svn checkout --depth=empty svn://svn.archlinux.org/packages
> cd packages
> svn up pacman
> rm -r p
On Wed, Dec 14, 2011 at 09:10:56PM -0600, Thomas Dziedzic wrote:
> Hi,
>
> I used to be able to do:
> svn checkout --depth=empty svn://svn.archlinux.org/packages
> cd packages
> svn up pacman
> rm -r pacman
> svn up
>
> and it would leave me with an empty, working copy on my computer in
> subvers
Hi,
I used to be able to do:
svn checkout --depth=empty svn://svn.archlinux.org/packages
cd packages
svn up pacman
rm -r pacman
svn up
and it would leave me with an empty, working copy on my computer in
subversion 1.6.17
When I upgraded to subversion 1.7.2, after doing the same set of
commands a