Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 20:41 Go to next message
Ray Hurst is currently offline Ray HurstFriend
Messages: 121
Registered: July 2009
Senior Member
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 22:07 Go to previous message
Ray Hurst is currently offline Ray HurstFriend
Messages: 121
Registered: July 2009
Senior Member
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: Fri Apr 19 20:01:39 GMT 2024

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

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

Back to the top