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

Re: Getting info about revisions

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2004-03-25 21:35:26 CET

At 25-03-2004 01:02, Ben Collins-Sussman wrote:
>Barry Scott wrote:
>
>>>How do I get all the log messages for all the revisions in a range,
>>>with no gaps? I think I get everything if I use the root URL of the
>>>repo, but that leaves the problem of finding the roots URL.
>
>That is indeed a problem. You need to run 'svn log' on the repository
>root URL. But there's absolutely no way to look at a URL of a working
>copy and know where the "root" is.

Is this why you said on the user list that diff could not find the
copyfrom_path
to diff against after a rename?

Having thought about this its seems that what is needed is to add the
full path within the repos to the svn_wc_entry_t and svn_dirent_t as
returned by svn_client_ls, svn_client_status.

Any way a suitable fix makes it into 1.1?

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 25 21:35:47 2004

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.