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

Re: Cannot get log of deleted branch by URL

From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Sat, 7 Jan 2012 16:26:52 -0600

On Jan 7, 2012, at 14:52, Karl Krach wrote:

> I ve created a feature branch with "svn copy" and committed some
> content. Afterwards I "merge --reintegrated" this feature branch to the
> trunk and deleted it.
>
> After the branch was deleted, I wasn't able to get the log of this
> feature branch by URL. I had to check-out the repository at a revision,
> when this feature branch was alive and had to perform the "svn log" with
> a relative PATH.
>
> Is this intended??

Yes. If you want to access a deleted item, you must use a peg revision to specify a revision in which it still existed.

http://svnbook.red-bean.com/en/1.7/svn.advanced.pegrevs.html
Received on 2012-01-07 23:27:30 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.