Re: Query on files managed by SVN
From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: Thu, 3 Apr 2008 15:37:19 -0700
On Thu, Apr 3, 2008 at 10:17 AM, <Gabriel.SCOLAN_at_messier-bugatti.com> wrote:
>
If you know the path to the file, "svn log --limit 1 /path/to/file" will
Assuming you don't know the path, you could do one of the following:
1. Search through logs to find the path ("svn log -v /url/to/repo | grep
2. If you have access to the server, you can run the 'svnlook' command to
$ svnlook tree /path/to/repos --full-paths | grep "Foo.java$"
You can also supply another parmeter to svnlook to limit your search to a
$ svnlook tree /path/to/repos trunk/subdir1 --full-paths | grep
Once you know the location of the file in the repository, "svn log --limit 1
OR - You could install ViewVC with query capability on the server and it
regards,
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.