[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Apache Subversion 1.7.7 - svn log issues

From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Fri, 1 Feb 2013 12:48:11 -0600

On Jan 31, 2013, at 22:40, Ramachandran Raghavendran wrote:

> I performed the very first commit into a repository and I’m running the svn log command at the file level (svn log -v --xml --stop-on-copy @URL PATH, where PATH represents a file).
> However this syntax lists all the changes to the URL.
> Have anybody encountered this behaviour . is this a bug?

When you say "@URL", you mean you typed the URL of the repository, right? You didn't actually type "@URL", or an "@" and then a URL?

If you want the log of a specific directory or file in the repository, then just list the complete URL of the directory or file inside the repository.

For example, the URL of the Subversion repository used by all Apache Software Foundation projects is:

http://svn.apache.org/repos/asf

To see the log of, say, the configure script of the Apache HTTP Server project, you would do:

svn log http://svn.apache.org/repos/asf/httpd/httpd/trunk/configure.in
Received on 2013-02-01 19:48:51 CET

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.