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

Re: Want to set up SVN for a web app

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Mon, 6 Apr 2009 04:14:40 -0500

On Apr 3, 2009, at 05:40, Andrey Repin wrote:

> Greetings, Ryan Schmidt!
>
>>> I just found out that svnlook doing exactly what I need, but, damn,
>>> it's only
>>> administrative tool... gonna take some research and build some
>>> distribution
>>> scripts then... wish I could have similar tool working with
>>> repository through
>>> any of the supported SVN protocols...
>
>> Sorry, I'm getting confused... what feature is it that you found in
>> svnlook but not in svn?
>
>
> [C:\]$svnlook help changed
> changed: usage: svnlook changed REPOS_PATH
>
> Print the paths that were changed.
>
> Valid options:
> -r [--revision] ARG : specify revision number ARG
> -t [--transaction] ARG : specify transaction name ARG
> --copy-info : show details for copies

True, "changed" is not an option of the "svn" program, but there are
two other ways you can learn what paths were changed by a revision:

svn log -q -v -r 123

svn diff --summarize -c 123

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1560084

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-06 11:15:33 CEST

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.