Re: Cannot get log of deleted branch by URL

2012-01-08 Thread Karl Krach
On 01/07/2012 11:26 PM, Ryan Schmidt wrote: > you must use a peg revision to specify a revision in which it still existed Ryan, this works for the command line, thx! $ svn log -r13 \ svn://localhost/testproject/branches/work_route/hugo.txt@13

Re: Cannot get log of deleted branch by URL

2012-01-07 Thread Ryan Schmidt
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

Cannot get log of deleted branch by URL

2012-01-07 Thread Karl Krach
Hello, 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 re