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

Re: svn_client_log3() doesn't work as advertised

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-04-19 21:52:53 CEST

Stefan Küng wrote:
[snip]
>
> Now, an
> svn log trunk\file2@5 -r3:1
> fails.
>
> Seems it doesn't recognize that trunk\file2 was still named trunk\file
> in revision 3 and only renamed in revision 4.
>
> And the problem with passing svn_opt_revision_working as the peg
> revision is still valid. But seems it's not possible to pass that peg
> revision with the command line client.

The same applies to svn_opt_revision_base, and that can be tested with
the command line client:

svn log trunk\file2@BASE -r3:1
svn: can't check path 'file:\\\d:\repo\trunk\file2': Die Syntax für den
Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.

Sorry for the german error message, but that's what the OS returns. It
means "the syntax for the filename, foldername or the drive is wrong".

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 19 21:54:37 2006

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.