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