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

Re: svn version branch

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-06-07 15:59:26 CEST

On 07.06.2005, at 10:43, Alessandro Rossi wrote:

> Hi,
> I have the following problem:
> When a user commit some changes to a repository, after the commit I
> execute the post-commit.exe and I see that the second parameter
> (repository) is the repository path (c:\svn\repository), but, how can
> I know from which branch the version has been increased? e.g. how can
> I know if the actual version (version 51) has been created by changes
> of branch 1.1 or branch 1.5?
> Does anybody can help me?
>
> thank you
> Alessandro Rossi

Hi Alessandro. You'll want to use svnlook to get more information about
the commit that just happened. For example:

svnlook dirs-changed /path/to/repository -r 1234

Then you can parse the output of that to see what places were affected.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 7 16:04:53 2005

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.