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

problems with svn_client_log3()

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-04-09 15:31:41 CEST

Hi,

I'm currently working on using the new API's that Subversion 1.4 will
introduce. I thought that if I use them soon enough, it will help
discover bugs before it's released.

So, I think I found the first. The docstring for svn_client_log3()
states that: "If peg_revision is svn_opt_revision_unspecified, it
defaults to svn_opt_revision_head for URIs or svn_opt_revision_working
for WC targets."

I thought that by passing svn_opt_revision_working as the peg revision
together with a path to a working copy file would then work too. But
that fails:
Can't check path 'file:\\\D:\Repos1\myfile.java': Die Syntax für den
Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.
(that's translated "the syntax for the file- or directory name or the
drive is wrong").

I think it should work if I pass the default myself for the peg revision.

Stefan

btw: the help string for 'svn help log' doesn't mention the peg
revisions yet.

-- 
        ___
   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 Sun Apr 9 15:32:13 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.