Hi,
is there a way to see a log where all updates and checkouts from a SVN repo are stored? I need to know which users are updating or checkouting the contents.
thanks! Manuel
|
2
|
Hi, is there a way to see a log where all updates and checkouts from a SVN repo are stored? I need to know which users are updating or checkouting the contents. thanks! Manuel
|
||
|
|
|
If your SVN server is fronted by an Apache server then you can find accesses that don't change the SVN database (e.g checkouts and updates which don't appear in the SVN history) in the Apache http log. |
||
|
|
|
|
You might want to have a look at the following post at stackoverflow and adjust as needed: |
||
|
|
|
You're probably referring to Examining History, where the
The SVN server normally only logs updates, but it can be set to log checkouts. |
||