You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ma...@wipro.com on 2007/06/29 05:41:47 UTC

Show the list of people who have checked out files from svn

Hi,

Is it possible to get the list of all the people who have checked out
the files from Toroise SVN?

With Regards,
Maitrayee 



The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Show the list of people who have checked out files from svn

Posted by ma...@wipro.com.
 
Hi,

 Is it possible to get the list of all the people who have checked out
the files from Toroise SVN?

 With Regards,
 Maitrayee



The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Show the list of people who have checked out files from svn

Posted by Toby Thain <to...@smartgames.ca>.
On 29-Jun-07, at 2:07 PM, Eric Hanchrow wrote:

>>>>>>   <ma...@wipro.com> writes:
>
>> Is it possible to get the list of all the people who have
>> checked out the files from Toroise SVN?
>
> I don't think so, at least, not in general.
>
> If you're using Apache, it might be possible to grovel the apache logs
> and infer checkouts from the entries in there, but I've never tried
> that.


(Assuming authentication) that will certainly tell you who, and when.

--Toby

>
> But if you're using any other access method, I think you're out of
> luck.
>
> I hope I'm wrong.
>
> -- 
> If there were a little guy running around inside the computer
> executing our programs, he would probably have as long and
> plaintive a tale to tell about his job as a federal government
> employee.
>         -- Paul Graham
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Show the list of people who have checked out files from svn

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jun 29, 2007, at 12:07, Eric Hanchrow wrote:

> maitrayee bhowmick writes:
>
>> Is it possible to get the list of all the people who have
>> checked out the files from Toroise SVN?
>
> I don't think so, at least, not in general.
>
> If you're using Apache, it might be possible to grovel the apache logs
> and infer checkouts from the entries in there, but I've never tried
> that.
>
> But if you're using any other access method, I think you're out of
> luck.
>
> I hope I'm wrong.

svnserve doesn't have a log of any kind, so you're right, you need to  
serve with apache if you want to know this information.

Since Subversion 1.3 there's a special Subversion access log format  
you can use to get a high-level overview of what people are doing  
with your repository, including checking out. See the release notes  
for instructions:

http://subversion.tigris.org/svn_1.3_releasenotes.html#dav-logging

If you're looking for something more like a post-checkout hook, then  
you're in luck, because I wrote a script to give you that:

http://www.ryandesign.com/svnhookdispatcher/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Show the list of people who have checked out files from svn

Posted by Eric Hanchrow <of...@blarg.net>.
>>>>>   <ma...@wipro.com> writes:

    > Is it possible to get the list of all the people who have
    > checked out the files from Toroise SVN?

I don't think so, at least, not in general.

If you're using Apache, it might be possible to grovel the apache logs
and infer checkouts from the entries in there, but I've never tried
that.

But if you're using any other access method, I think you're out of
luck.

I hope I'm wrong.

-- 
If there were a little guy running around inside the computer
executing our programs, he would probably have as long and
plaintive a tale to tell about his job as a federal government
employee.
        -- Paul Graham

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org