Re: How to get all versions of a file? (incl. branches)

2012-01-08 Thread Karl Krach
On 01/08/2012 09:43 AM, Johan Corveleyn wrote: > In SVN's current implementation, no record is kept of > "copyto" information. Thanks Johan. But since there is only a recommendation to create your branches at ^/branches you could never list all branches (except with browsing the full log, which is

Re: How to get all versions of a file? (incl. branches)

2012-01-08 Thread Johan Corveleyn
On Sun, Jan 8, 2012 at 9:31 AM, Karl Krach wrote: > 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. > > In the future, when I do a "svn list ^/branches" this branch is one

How to get all versions of a file? (incl. branches)

2012-01-08 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. In the future, when I do a "svn list ^/branches" this branch is one - of course, since it's deleted. 1) How can I list all files,