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

Re: condense_targets and basepath functions

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2001-02-08 20:20:12 CET

Greg Stein <gstein@lyra.org> writes:
> > Problems with the algo's:
> > 1) Won't work if some paths are given relatively and some absolutely.
> > 2) No garantee that basepath is in a working copy
> > 3) No garantee that basepath is a directory if given only a single
> > file as a target.
> >
> > What do you all think?
>
> (1) must be fixed. Consider:
>
> [gstein@kurgan mod_dav_svn]$ svn update . ~/src/svn/notes

One thing though:

If it handles both absolute and relative paths, it probably has to
return svn_error_t * after all. Because converting a relative to an
absolute involves talking to the system and could result in an error,
right?

-K
Received on Sat Oct 21 14:36:21 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.