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

1.5.0-rc1: Behaviour of svn mergeinfo

From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: Wed, 09 Apr 2008 22:30:52 +0200

Hi there,

i have downloaded SVN 1.5. RC1 and tried to print out the information
via svn mergeinfo ....
First i gave you some details:

svnsles9:/home/kama/SVN-1.5-TESTS/p1-trunk # svn info
Path: .
URL: file:///home/kama/SVN-1.5-TESTS/test-repository/project1/trunk
Repository Root: file:///home/kama/SVN-1.5-TESTS/test-repository
Repository UUID: ec9d96aa-5f4a-0410-8604-c707a2373a8a
Revision: 5
Node Kind: directory
Schedule: normal
Last Changed Author: root
Last Changed Rev: 5
Last Changed Date: 2008-04-08 19:11:04 +0200 (Tue, 08 Apr 2008)

svnsles9:/home/kama/SVN-1.5-TESTS/p1-trunk # svn log -v -g -q
------------------------------------------------------------------------
r5 | root | 2008-04-08 19:11:04 +0200 (Tue, 08 Apr 2008)
Changed paths:
   M /project1/trunk
   A /project1/trunk/file3.txt (from /project1/branches/B_1/file3.txt:4)
------------------------------------------------------------------------
r4 | root | 2008-04-08 19:10:54 +0200 (Tue, 08 Apr 2008)
Changed paths:
   A /project1/branches/B_1/file3.txt
Merged via: r5
------------------------------------------------------------------------
r2 | root | 2008-04-08 19:10:52 +0200 (Tue, 08 Apr 2008)
Changed paths:
   A /project1/trunk/file1.txt
   A /project1/trunk/file2.txt
------------------------------------------------------------------------
r1 | root | 2008-04-08 19:10:51 +0200 (Tue, 08 Apr 2008)
Changed paths:
   A /project1
   A /project1/branches
   A /project1/tags
   A /project1/trunk
   A /project2
   A /project2/branches
   A /project2/tags
   A /project2/trunk
------------------------------------------------------------------------

But if i try to do the following:

svnsles9:/home/kama/SVN-1.5-TESTS/p1-trunk # svn mergeinfo
svn: Try 'svn help' for more info
svn: Not enough arguments given

I tried the following too:
svnsles9:/home/kama/SVN-1.5-TESTS/p1-trunk # svn mergeinfo \
file:///home/kama/SVN-1.5-TESTS/test-repository/project1/trunk
svnsles9:/home/kama/SVN-1.5-TESTS/p1-trunk #

I have tried the --show-revs option with "merged" too but it shows
nothing too....

So can someone give me hint what this meant? A Bug ?, cause the beta 1
printed out the information (as i wrote on the mailing list):
(Output of SVN 1.5. Beta1):
svn mergeinfo
Path: .
  Source path: /project1/trunk
    Merged ranges: r1:21
    Eligible ranges: r31:34
  Source path: /project1/branches/B_ENH_F1
    Merged ranges: r2:33
    Eligible ranges:
  Source path: /project1/branches/B_DIFF
    Merged ranges: r21:23
    Eligible ranges: r23:33

BTW: I have attached the scripte which i had used to produce the above
problem.

Kind regards
Karl Heinz Marbaise

-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-04-09 22:31:17 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.