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

Re: svn commit: rev 6716 - in branches/fs-schema-changes/subversion: include libsvn_fs libsvn_repos svnadmin tests/libsvn_fs tests/libsvn_repos

From: <kfogel_at_collab.net>
Date: 2003-08-13 07:32:39 CEST

cmpilato@collab.net writes:
> > > +find_youngest_copy (svn_revnum_t *src_rev, /* return */
> > > + const char **src_path, /* return */
> > > + svn_revnum_t *dst_rev, /* return */
> > > + const char *dst_path,
> > > + svn_fs_t *fs,
> > > + svn_revnum_t start_rev,
> > > + const char *start_copy_id,
> > > + svn_revnum_t end_rev,
> > > + const char *end_copy_id, /* may be NULL */
> > > + trail_t *trail)
> > > +{
> >
> > How are 'dst_path', 'start_rev' and 'end_rev' used?
>
> "Return the previous location of the END_PATH as *SRC_REV/SRC_PATH,
> and the revision in which the copy occured as *DST_REV."

? I understood my question, and I understood your answer, but I
didn't understand how the answer connects to the question :-)

I was just pointing out that this function takes arguments that its
doc string does not mention. The bit you quote above contains none of
the variables I asked about...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 13 08:13:47 2003

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.