How to sniff / monitor SVN protocol messages? (or any TCP messages from an application)

StackOverflow https://stackoverflow.com/questions/5046768

  •  15-11-2019
  •  | 
  •  

Question

I would like to monitor all incomming SVN protocol requests / repsonses from an SVN server (1.6, using collabnet edge 1.3.1). Or another option, to monitor all SVN trafic comming from the client (.NET app)

I don't mind writing some code for it, but I'm sure there should be a straight forward way for this

Was it helpful?

Solution

If you are using apache with webdav as a frontend for subversion; you can view the apache access logs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top