Checkout history of subversion

322 views
Skip to first unread message

mr_orange

unread,
Dec 2, 2010, 10:46:24 AM12/2/10
to us...@tortoisesvn.tigris.org
Is there a way to see a history of checkout date+time stamps and the user(s)
who checked out the project?
--
View this message in context: http://old.nabble.com/Checkout-history-of-subversion-tp30359726p30359726.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2687318

To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].

Andy Levy

unread,
Dec 2, 2010, 11:03:36 AM12/2/10
to us...@tortoisesvn.tigris.org
On Thu, Dec 2, 2010 at 10:46, mr_orange <rlv...@gmail.com> wrote:
> Is there a way to see a history of checkout date+time stamps and the user(s)
> who checked out the project?

Subversion only tracks events which permanently change the state of
the repository, which a checkout does not do.

If you use Apache to serve the repository, you can rifle through the
Apache access logs to see what has been accessed, but it's a lot of
data to slog through.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2687322

Andreas Stieger

unread,
Dec 2, 2010, 11:55:21 AM12/2/10
to us...@tortoisesvn.tigris.org
On 02/12/2010 16:03, Andy Levy wrote:

> On Thu, Dec 2, 2010 at 10:46, mr_orange <rlv...@gmail.com> wrote:
>> Is there a way to see a history of checkout date+time stamps and
>> the user(s) who checked out the project?
>
> Subversion only tracks events which permanently change the state of
> the repository, which a checkout does not do.
>
> If you use Apache to serve the repository, you can rifle through the
> Apache access logs to see what has been accessed, but it's a lot of
> data to slog through.


That's nothing some bash/perl-fu couldn't fix. You may find it easier if
you use proper logging:


http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.serverconfig.httpd.extra.logging
http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.ref.mod_dav_svn.conf.logging


Andreas

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2687329

Reply all
Reply to author
Forward
0 new messages