I using SVN by example:

svn co https://joomscan.svn.sourceforge.net/svnroot/joomscan joomscan

But it's not work (privoxy it's installed?)

Thanks to all.

You have to configure SVN to use a proxy. Put the following into ~/.subversion/servers:

http-proxy-host = 127.0.0.1
http-proxy-port = 8118
Comment by Tails Tue 08 May 2012 10:32:56 PM CEST
Would there be downside of adding such file to the default profile?
Comment by Anonymous Wed 09 May 2012 10:42:10 AM CEST

Would there be downside of adding such file to the default profile?

Not really, but since we don't include svn in Tails there's little point to it. I instead suggest that you make /home/amnesia/.subversion persistent by adding that directory as a custom persistent directory (requires that you run Tails (version 0.11 or higher) from a USB drive).

Comment by Tails Thu 10 May 2012 05:44:18 PM CEST