1

Is there someway to trace the checkout under Subversion or it is completely untraceable?

Zoe
  • 27,060
  • 21
  • 118
  • 148
Eugene
  • 4,352
  • 8
  • 55
  • 79
  • Please elaborate: what information do you want trace about the checkout? It's obviously traceable, in the sense I would define the term, so you must mean something unobvious. – Martin v. Löwis Jun 29 '11 at 16:25
  • This is already answered [http://stackoverflow.com/questions/804970/is-there-a-subversion-checkout-hook-or-something-similar](http://stackoverflow.com/questions/804970/is-there-a-subversion-checkout-hook-or-something-similar). – fyr Jun 29 '11 at 16:24

1 Answers1

2

A checkout is, like any other network communication, traceable. The repository administrator can simply look into the logfiles of svnserve or apache, or just dump all packets on the link.

Note that you can use svn over TOR just fine; unless you use your user name, you're untraceable then.

phihag
  • 278,196
  • 72
  • 453
  • 469