Mauro Tortonesi <[EMAIL PROTECTED]> writes:

> The new repository is accessible at:
>
> http://svn.dotsrc.org/repo/wget/

For the uninitiated, to checkout the repository, you need a reasonably
recent version of the subversion client and issue something like:

    svn checkout http://svn.dotsrc.org/repo/wget/trunk/ wget

If you try to checkout http://svn.dotsrc.org/repo/wget/trunk/, you
will get a checkout of *all* branches and tags, which is probably not
what you had in mind.

If you want to check out the 1.10 branch (recommended for
distributions because it only contains bug fixes), you can use:

    svn checkout http://svn.dotsrc.org/repo/wget/trunk/ wget

If you want to get a diff between the 1.10 release and the tip of the
1.10 branch, use:

    svn diff http://svn.dotsrc.org/repo/wget/tags/WGET_1_10 \
             http://svn.dotsrc.org/repo/wget/branches/1.10

...which you can do without having pulled the source or in any way
initiated an svn session.  Magic.

Reply via email to