You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Justus Stadler_external <Ju...@de.kspg.com> on 2009/08/06 10:10:22 UTC

List of checked out objekts

Hi,

is there a way to find out if a file or folder has been checked out from 
the repo?

Thanks
Justus

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2380768

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

Re: List of checked out objekts

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Aug 6, 2009, at 11:32, Bolstridge, Andrew wrote:

>> On Thursday 06 August 2009, Justus Stadler_external wrote:
>>> is there a way to find out if a file or folder has been checked  
>>> out from
>>> the repo?
>>
>> No. Working copies are freely copyable and checkouts are not  
>> tracked, so this
>> is not possible.
>
> But you know what, putting a pre/post-checkout hook into svn might  
> be a really good idea!

If you want a post-checkout hook, you can fake it by serving with  
apache and using my svnhookdispatcher script:

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

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2381127

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

Re: List of checked out objekts

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
On Thursday 06 August 2009, Bolstridge, Andrew wrote:
> > -----Original Message-----
> > From: Ulrich Eckhardt [mailto:eckhardt@satorlaser.com]
> > Sent: Thursday, August 06, 2009 11:25 AM
> > To: users@subversion.tigris.org
> > Subject: Re: List of checked out objekts
> >
> > On Thursday 06 August 2009, Justus Stadler_external wrote:
> > > is there a way to find out if a file or folder has been checked out
> > > from the repo?
> >
> > No. Working copies are freely copyable and checkouts are not tracked, so
> > this is not possible.
>
> But you know what, putting a pre/post-checkout hook into svn might be a
> really good idea!

For what? You know that I can copy a working copy freely, so it for sure 
doesn't help tracking checked out stuff. Also, I can as well delete a WC, 
which you will never be notified of.

I guess the reason such a hook doesn't exist is that if you think you need it, 
you will need something reliable which it by design can't offer.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/

Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932

**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2381989

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


RE: List of checked out objekts

Posted by "Bolstridge, Andrew" <an...@intergraph.com>.
> -----Original Message-----
> From: Ulrich Eckhardt [mailto:eckhardt@satorlaser.com]
> Sent: Thursday, August 06, 2009 11:25 AM
> To: users@subversion.tigris.org
> Subject: Re: List of checked out objekts
> 
> On Thursday 06 August 2009, Justus Stadler_external wrote:
> > is there a way to find out if a file or folder has been checked out from
> > the repo?
> 
> No. Working copies are freely copyable and checkouts are not tracked, so this
> is not possible.
> 

But you know what, putting a pre/post-checkout hook into svn might be a really good idea!

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2380932

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

Re: List of checked out objekts

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
On Thursday 06 August 2009, Justus Stadler_external wrote:
> is there a way to find out if a file or folder has been checked out from
> the repo?

No. Working copies are freely copyable and checkouts are not tracked, so this 
is not possible.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/

Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932

**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2380771

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


Re: Antwort: Re: List of checked out objekts

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Aug 7, 2009, at 01:30, Justus Stadler_external wrote:

> Thanks.
> But we're using svnserve.

As of Subversion 1.6, svnserve has logging support.

http://subversion.tigris.org/svn_1.6_releasenotes.html#svnserve-logging

So you could turn that on, then write a script to parse the log to  
see who has been checking out what.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2381205

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

Antwort: Re: List of checked out objekts

Posted by Justus Stadler_external <Ju...@de.kspg.com>.
Thanks.
But we're using svnserve.

Justus

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2381187

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

Re: List of checked out objekts

Posted by Tyler Roscoe <ty...@cryptio.net>.
On Thu, Aug 06, 2009 at 12:10:22PM +0200, Justus Stadler_external wrote:
> is there a way to find out if a file or folder has been checked out from 
> the repo?

If you're using apache, you can probably glean (some of) this
information from the apache access logs.

tyler

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2380891

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