Karl Heinz Marbaise wrote:
[...]
> 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....
The "mergeinfo" command has changed quite a lot recently. The "SOURCE" argument
is now required. The output no longer has descriptive text, just a list of
revision numbers.
In your command, SOURCE is "trunk" and TARGET defaults to "." which is also
"trunk". There is no output because there are no revisions merged from trunk to
trunk, nor eligible for merging from trunk to trunk.
- Julian
>
> 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
---------------------------------------------------------------------
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-10 14:16:59 CEST