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

Re: svn_client_status on a file

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-30 21:21:04 CEST

"Tim Kemp" <subversion@kempy.co.uk> writes:

> There is most probably a really simple answer to this:
>
> When I call svn_client_status on a file
> (h:\development\subversion\notes\anchors_and_targets.txt), I get the
> following error - wc_entry_t:. is not a working copy directory.

When calling svn_client_status you need to pass a canonical path.
That means using '/' as a directory separator. The function
svn_path_internal_style may help, although since it doesn't appear to
be used at the moment I don't know how well it works!

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 30 21:21:46 2002

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.