If you get
checking for svn includes... configure: error: failed to find svn_client.h
Try
sudo apt-get install libsvn-dev
この拡張モジュールを使うのに、Subversion のバイナリは不要です。しかし、この拡張モジュールをコンパイルする際には libsvn (Subversion のヘッダ) が必須となります。
If you get
checking for svn includes... configure: error: failed to find svn_client.h
Try
sudo apt-get install libsvn-dev