You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by John Stile <jo...@meyersound.com> on 2006/06/02 17:32:29 UTC

how to finding a file in repository

I've got a huge repository (too large to checkout completely), and I'm
trying to find a file that ends in '*.testscript.sh'
Is there a way to do this via svn without checking out the entire
repository?

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

Re: how to finding a file in repository

Posted by John Stile <jo...@meyersound.com>.
Never mind.  I figured it out.  
  svn ls -R http://server/repo/trunk |grep 'testscript'
On Fri, 2006-06-02 at 10:32 -0700, John Stile wrote:
> I've got a huge repository (too large to checkout completely), and I'm
> trying to find a file that ends in '*.testscript.sh'
> Is there a way to do this via svn without checking out the entire
> repository?
> 
> ---------------------------------------------------------------------
> 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