svn - Keep track of who has checked out repositories -


centos 5.3 subversion 1.4.2 

our company know has checked out project.

currently have internal server repositories located.

we using websvn view repositories.

however, keep track of has checked out repository.

is there anyway subversion can this. or there web interface websvn can this?

many advice,

i dont think there straight forward way this.

probably can find has run svn checkout grepping http access log. think svn uses options/propfind checkout, uses mkactivity checkin , forth.

  • for centos below command should help

    * grep -h '\"options ' /etc/httpd/logs/access_* | cut -d ' ' -f 1 | sort | uniq 

however give checkout history day one. there no way can find if removed working copy after checkout. above command can enriched changing apache configuration store access logs day/hour/week/etc , grep latest file. way can results day/hour/week , on.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -