Hello all,

The SoX project has been moved to a new Sourceforge backend which means the URL for the git repository has changed.

Warning: the old one still exists and is a read-only copy that will not be updated.  Please be aware you will get no failure messages when doing "git pull" on your old clone's.

If you wish to track SoX updates using a local clone or if your a developer, you will need to re-clone or update the URL for your existing clone.

The new git web interface is located here; which includes the new repo URL you will need to use:

http://sourceforge.net/p/sox/code/ci/master/tree/

You can update your existing clone by issuing one of these two commands.

Read-only clones:
git remote set-url origin git://git.code.sf.net/p/sox/code

Read/Write clones:
get remote set-url origin ssh://$USERNAME@git.code.sf.net/p/sox/code

Chris