[rspec-users] [OT] SVN Utils from: When to use BDD/TDD w/ external libraries
Joe Van Dyk
joevandyk at gmail.com
Sat Jun 9 18:00:43 EDT 2007
On 6/8/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote:
>
> I've been noticing recently that svn doesn't always meet up to
> expectations. For instance, in copying directories:
>
> svn mv dir1/ dir2
>
> will move dir1 into dir2, not the contents of dir1 into dir2. dir1/*
> doesn't work either.
$ svn mv dir1/* dir2
that doesn't move all dir1's content to dir2?
Joe
More information about the rspec-users
mailing list