Skip to main content



      Home
Home » Eclipse Projects » Subversive » Find all files with the same name in a large repository
Find all files with the same name in a large repository [message #19073] Mon, 12 May 2008 16:41 Go to next message
Eclipse UserFriend
I have a very large repository with many branches that contain duplicate
files that have not been merged into the TRUNK.
How do I find the file with the latest modification?
Re: Find all files with the same name in a large repository [message #19077 is a reply to message #19073] Mon, 12 May 2008 18:07 Go to previous message
Eclipse UserFriend
This seems to do the job:

svn list --recursive --verbose path_to_repository |grep 'filename.ext'

Ray

Ray Hurst wrote:
> I have a very large repository with many branches that contain duplicate
> files that have not been merged into the TRUNK.
> How do I find the file with the latest modification?
Previous Topic:Subversive plugin update notifications/announcements?
Next Topic:Problems with tagging from branches in working copy
Goto Forum:
  


Current Time: Mon May 12 14:39:58 EDT 2025

Powered by FUDForum. Page generated in 0.03330 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top