Not at all, but Akismet just sometimes is a little eager. It's that,
though, or constant spam, unfortunately.
> Here's the comment that I tried to post to the ticket
> ----
>
>
> It looks like your docs haven't been updated to reflect this change.
> Shouldn't the [/wiki/Download Download] and [/wiki/Tutorial Tutorial]
> wikis be changed from
> {{{
> svn co http://svn.aeracode.org/svn/south/trunk south
> }}}
>
> to
>
> {{{
> svn co http://svn.aeracode.org/svn/south/trunk/south south
> # or just
> # svn co http://svn.aeracode.org/svn/south/trunk/south
> }}}
>
> Also, a tip on your [/wiki/DirectoryMove Directory Move] wiki
> explaining how to change the svn external definition would be
> helpful. I'm pretty new to svn externals but here's how I did it:
> {{{
> # Assumes directory structure: my_project/my_django_app/south
> cd /path/to/my_project
> svn propedit svn:externals my_django_app
> # in editor, edit the line for south so that it looks like this:
> # south http://svn.aeracode.org/svn/south/trunk/south
>
> # Commit the change to svn
> svn commit -m "Switched the svn external pointing to south so that it
> now points at the new location in South's repository. See also:
> http://south.aeracode.org/wiki/DirectoryMove"
> }}}
Yes, good point. I'll also include the fix that I applied, which is
where you simply change the import path.
Andrew